mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
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:
parent
71d4ad5fca
commit
19d78ca844
5
tools/packaging/kernel/configs/fragments/riscv/base.conf
Normal file
5
tools/packaging/kernel/configs/fragments/riscv/base.conf
Normal file
@ -0,0 +1,5 @@
|
||||
CONFIG_RISCV=y
|
||||
CONFIG_64BIT=y
|
||||
|
||||
CONFIG_VIRTUALIZATION=y
|
||||
CONFIG_KVM=y
|
Loading…
Reference in New Issue
Block a user