kernel: Introduce riscv base fragment conf

Create `riscv` folder for riscv64 architecture to be inferred while
constructing kernel configuration, and introduce `base.conf` which
builds 64-bit kernel and with KVM built-in to kernel.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
Ruoqing He 2025-03-10 10:10:15 +08:00
parent 71d4ad5fca
commit 19d78ca844

View File

@ -0,0 +1,5 @@
CONFIG_RISCV=y
CONFIG_64BIT=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=y