diff options
author | Jason Liu <r64343@freescale.com> | 2013-09-11 10:50:09 +0800 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2015-09-17 09:12:20 -0500 |
commit | 9b9a5267841f3761811997d751b4bce026fdb336 (patch) | |
tree | ce292860f610cff630cccc7503040932272dbd88 /arch/arm | |
parent | 35c91da2591a70858d5eec184c662851e39082d2 (diff) |
MLK-9750 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 <r64343@freescale.com>
(cherry picked from commit fff642ffe868cb55f5caec0501e36fd28b6ece50)
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4733d327cfb1..af00d12b4803 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1835,6 +1835,7 @@ config FORCE_MAX_ZONEORDER range 11 64 if ARCH_SHMOBILE_LEGACY 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 |