diff options
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 8283685f3bb3..5127441561b4 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -53,3 +53,7 @@ config FLATMEM | |||
53 | config NEED_MULTIPLE_NODES | 53 | config NEED_MULTIPLE_NODES |
54 | def_bool y | 54 | def_bool y |
55 | depends on DISCONTIGMEM || NUMA | 55 | depends on DISCONTIGMEM || NUMA |
56 | |||
57 | config HAVE_MEMORY_PRESENT | ||
58 | def_bool y | ||
59 | depends on ARCH_HAVE_MEMORY_PRESENT | ||