aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/mm/Kconfig')
-rw-r--r--arch/sh/mm/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig
index c713d13fcca9..0c24abdd4ea1 100644
--- a/arch/sh/mm/Kconfig
+++ b/arch/sh/mm/Kconfig
@@ -331,6 +331,14 @@ config ARCH_POPULATES_NODE_MAP
331config ARCH_SELECT_MEMORY_MODEL 331config ARCH_SELECT_MEMORY_MODEL
332 def_bool y 332 def_bool y
333 333
334config ARCH_ENABLE_MEMORY_HOTPLUG
335 def_bool y
336 depends on SPARSEMEM
337
338config ARCH_MEMORY_PROBE
339 def_bool y
340 depends on MEMORY_HOTPLUG
341
334choice 342choice
335 prompt "Kernel page size" 343 prompt "Kernel page size"
336 default PAGE_SIZE_4KB 344 default PAGE_SIZE_4KB