mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
kernel: Introduce riscv mmu fragment conf
Memory hotplug and related features is required, enable them in `mmu.conf`. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
parent
734f5d07a9
commit
ebd1214b2e
6
tools/packaging/kernel/configs/fragments/riscv/mmu.conf
Normal file
6
tools/packaging/kernel/configs/fragments/riscv/mmu.conf
Normal file
@ -0,0 +1,6 @@
|
||||
# riscv specific memory related items
|
||||
|
||||
CONFIG_NUMA=y
|
||||
CONFIG_SPARSEMEM=y
|
||||
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||
CONFIG_MEMORY_HOTPLUG=y
|
Loading…
Reference in New Issue
Block a user