diff options
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index f2f1ca19ed53..011b110365c8 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -131,6 +131,9 @@ config SPARSEMEM_VMEMMAP | |||
131 | config HAVE_MEMBLOCK | 131 | config HAVE_MEMBLOCK |
132 | boolean | 132 | boolean |
133 | 133 | ||
134 | config NO_BOOTMEM | ||
135 | boolean | ||
136 | |||
134 | # eventually, we can have this option just 'select SPARSEMEM' | 137 | # eventually, we can have this option just 'select SPARSEMEM' |
135 | config MEMORY_HOTPLUG | 138 | config MEMORY_HOTPLUG |
136 | bool "Allow for memory hot-add" | 139 | bool "Allow for memory hot-add" |