OMAPFB: Fix possible null pointer dereferencing
[deliverable/linux.git] / mm / Kconfig
index d5c8019c662793886224b872cc494e1ae3d00842..a3f8dddaaab3f08de3bc6c63921be614bbae6736 100644 (file)
@@ -191,6 +191,7 @@ config SPLIT_PTLOCK_CPUS
 # support for memory compaction
 config COMPACTION
        bool "Allow for memory compaction"
+       def_bool y
        select MIGRATION
        depends on MMU
        help
@@ -318,7 +319,7 @@ config NOMMU_INITIAL_TRIM_EXCESS
 
 config TRANSPARENT_HUGEPAGE
        bool "Transparent Hugepage Support"
-       depends on X86 && MMU
+       depends on HAVE_ARCH_TRANSPARENT_HUGEPAGE
        select COMPACTION
        help
          Transparent Hugepages allows the kernel to use huge pages and
This page took 0.045773 seconds and 5 git commands to generate.