From: Rik van Riel Date: Wed, 26 Sep 2012 01:33:54 +0000 (+1000) Subject: mm: enable CONFIG_COMPACTION by default X-Git-Tag: next-20120927~1^2~215 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=15b7f95ece2dc844d9a7bfd12f6430a79a70d63c;p=karo-tx-linux.git mm: enable CONFIG_COMPACTION by default Now that lumpy reclaim has been removed, compaction is the only way left to free up contiguous memory areas. It is time to just enable CONFIG_COMPACTION by default. Signed-off-by: Rik van Riel Cc: Mel Gorman Acked-by: Rafael Aquini Acked-by: Johannes Weiner Acked-by: Minchan Kim Signed-off-by: Andrew Morton --- diff --git a/mm/Kconfig b/mm/Kconfig index 3322342a1ffb..a3f8dddaaab3 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -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