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:
Ruoqing He 2025-03-10 12:44:22 +08:00
parent 734f5d07a9
commit ebd1214b2e

View 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