diff options
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 21eb51d4da8f..b3db11f137e0 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -11,7 +11,7 @@ choice | |||
11 | 11 | ||
12 | config FLATMEM_MANUAL | 12 | config FLATMEM_MANUAL |
13 | bool "Flat Memory" | 13 | bool "Flat Memory" |
14 | depends on !ARCH_DISCONTIGMEM_ENABLE || ARCH_FLATMEM_ENABLE | 14 | depends on !(ARCH_DISCONTIGMEM_ENABLE || ARCH_SPARSEMEM_ENABLE) || ARCH_FLATMEM_ENABLE |
15 | help | 15 | help |
16 | This option allows you to change some of the ways that | 16 | This option allows you to change some of the ways that |
17 | Linux manages its memory internally. Most users will | 17 | Linux manages its memory internally. Most users will |