[PATCH] allow flatmem to be disabled when only sparsemem is implemented
[deliverable/linux.git] / mm / Kconfig
index 21eb51d4da8fde9e987f22618bbdd609a8065116..b3db11f137e006d937e5d16199ae4506a0771095 100644 (file)
@@ -11,7 +11,7 @@ choice
 
 config FLATMEM_MANUAL
        bool "Flat Memory"
-       depends on !ARCH_DISCONTIGMEM_ENABLE || ARCH_FLATMEM_ENABLE
+       depends on !(ARCH_DISCONTIGMEM_ENABLE || ARCH_SPARSEMEM_ENABLE) || ARCH_FLATMEM_ENABLE
        help
          This option allows you to change some of the ways that
          Linux manages its memory internally.  Most users will
This page took 0.025423 seconds and 5 git commands to generate.