diff options
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 69caa9d8674e..15c131393639 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -23,3 +23,11 @@ config DISCONTIGMEM | |||
23 | 23 | ||
24 | endchoice | 24 | endchoice |
25 | 25 | ||
26 | # | ||
27 | # Both the NUMA code and DISCONTIGMEM use arrays of pg_data_t's | ||
28 | # to represent different areas of memory. This variable allows | ||
29 | # those dependencies to exist individually. | ||
30 | # | ||
31 | config NEED_MULTIPLE_NODES | ||
32 | def_bool y | ||
33 | depends on DISCONTIGMEM || NUMA | ||