summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Liu <r64343@freescale.com>2012-02-08 16:14:05 +0800
committerJason Liu <r64343@freescale.com>2012-02-08 17:43:04 +0800
commit2ebc2ea41c104439e72e0bcfc24b775c292dd724 (patch)
tree3802b5f8159ccf1926a90dc9894d098156b86bed
parent5f135f8d2c0bd575ccf91e7ade21dcff45988351 (diff)
ENGR00174054-2: imx6_defconfig: enable CONFIG_COMPACTION
Enable CONFIG_COMPACTION on imx6_defconfig to reduce the external memory fragementation Signed-off-by: Jason Liu <r64343@freescale.com>
-rw-r--r--arch/arm/configs/imx6_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/configs/imx6_defconfig b/arch/arm/configs/imx6_defconfig
index 3b0c1359f246..9a820582cae7 100644
--- a/arch/arm/configs/imx6_defconfig
+++ b/arch/arm/configs/imx6_defconfig
@@ -413,12 +413,13 @@ CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
-# CONFIG_COMPACTION is not set
+CONFIG_COMPACTION=y
+CONFIG_MIGRATION=y
# CONFIG_PHYS_ADDR_T_64BIT is not set
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
-# CONFIG_KSM is not set
+CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
# CONFIG_CLEANCACHE is not set
CONFIG_ALIGNMENT_TRAP=y