From 0d40e69a240348770b594eef33159a78fe321508 Mon Sep 17 00:00:00 2001 From: Xianzhong Date: Tue, 13 Oct 2015 16:50:25 +0800 Subject: [PATCH] MGS-1132 ARM: Kconfig: increase FORCE_MAX_ZONEORDER for ARCH_MXC Need increase the FORCE_MAX_ZONEORDER to 14 for high resolution camera (GPU 2D user case). The default value 11(4MB) is not enough now. Signed-off-by: Jason Liu (cherry picked from commit fff642ffe868cb55f5caec0501e36fd28b6ece50) --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b5d529fdffab..c2c49f682a53 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1738,6 +1738,7 @@ config FORCE_MAX_ZONEORDER int "Maximum zone order" default "12" if SOC_AM33XX default "9" if SA1111 || ARCH_EFM32 + default "14" if ARCH_MXC default "11" help The kernel memory allocator divides physically contiguous memory -- 2.17.1