diff options
author | Jason Liu <r64343@freescale.com> | 2013-09-10 22:50:09 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:05:35 -0400 |
commit | 1514aaa90dae691fe218c5609b645926f08f574a (patch) | |
tree | ac44141bc575e89119ecf7ae07494ab0353999cc /arch | |
parent | 3ac2d584ba676e520b610fb226593c5ffa99847f (diff) |
ENGR00279150 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>
Diffstat (limited to 'arch')
-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 18a9f5ef643a..ca88d4aa41b3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1738,6 +1738,7 @@ config FORCE_MAX_ZONEORDER | |||
1738 | range 11 64 if ARCH_SHMOBILE | 1738 | range 11 64 if ARCH_SHMOBILE |
1739 | default "12" if SOC_AM33XX | 1739 | default "12" if SOC_AM33XX |
1740 | default "9" if SA1111 | 1740 | default "9" if SA1111 |
1741 | default "14" if ARCH_MXC | ||
1741 | default "11" | 1742 | default "11" |
1742 | help | 1743 | help |
1743 | The kernel memory allocator divides physically contiguous memory | 1744 | The kernel memory allocator divides physically contiguous memory |