diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2012-10-08 17:37:53 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-08 18:43:57 -0400 |
commit | 898f08e159bb63eaa5843f8dc0dab9592d4bae4c (patch) | |
tree | c48de9a578e079d7531bc841828dbe978c989ed9 /arch/arm/Kconfig | |
parent | 4f806819270bb1170057cfe9ed5c466f3535be83 (diff) |
arm: increase FORCE_MAX_ZONEORDER for TI AM33XX
FORCE_MAX_ZONEORDER of 12 is needed to allocation more than 4MB
of consistent DMA memory (da8xx frame buffer driver).
Signed-off-by: Dejan Gacnik <dejan.gacnik@gmail.com>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/Kconfig')
-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 8ac460a8f4ca..c0065c777e9b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1758,6 +1758,7 @@ source "mm/Kconfig" | |||
1758 | config FORCE_MAX_ZONEORDER | 1758 | config FORCE_MAX_ZONEORDER |
1759 | int "Maximum zone order" if ARCH_SHMOBILE | 1759 | int "Maximum zone order" if ARCH_SHMOBILE |
1760 | range 11 64 if ARCH_SHMOBILE | 1760 | range 11 64 if ARCH_SHMOBILE |
1761 | default "12" if SOC_AM33XX | ||
1761 | default "9" if SA1111 | 1762 | default "9" if SA1111 |
1762 | default "11" | 1763 | default "11" |
1763 | help | 1764 | help |