diff options
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 6d0d31651f05..5dc8f8028d52 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -313,6 +313,10 @@ config ARCH_SPARSEMEM_DEFAULT | |||
313 | config ARCH_SELECT_MEMORY_MODEL | 313 | config ARCH_SELECT_MEMORY_MODEL |
314 | def_bool y | 314 | def_bool y |
315 | 315 | ||
316 | config ARCH_ENABLE_MEMORY_HOTPLUG | ||
317 | def_bool y | ||
318 | depends on SPARSEMEM | ||
319 | |||
316 | source "mm/Kconfig" | 320 | source "mm/Kconfig" |
317 | 321 | ||
318 | comment "I/O subsystem configuration" | 322 | comment "I/O subsystem configuration" |