summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank
diff options
context:
space:
mode:
authorRob Herring2013-07-31 18:14:45 +0200
committerRob Herring2013-08-18 02:43:57 +0200
commit2c634946253d68039fef5a44295e4bc9c62163c8 (patch)
tree2c686ddd92ce3305f8ffcdddd85f630442a1fbcc /arch/arm/mach-highbank
parentARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL (diff)
downloadkernel-qcow2-linux-2c634946253d68039fef5a44295e4bc9c62163c8.tar.gz
kernel-qcow2-linux-2c634946253d68039fef5a44295e4bc9c62163c8.tar.xz
kernel-qcow2-linux-2c634946253d68039fef5a44295e4bc9c62163c8.zip
ARM: highbank: select required errata work-arounds
Ensure necessary errata work-arounds are always enabled for Highbank and Midway platforms. Highbank requires 764369 and 764369. Midway requires 798181, but only the first half of the work-around (no IPI). Support for skipping the IPI is introduced in another commit. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/mach-highbank')
-rw-r--r--arch/arm/mach-highbank/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig
index 8b2948f7424f..386835ed3acf 100644
--- a/arch/arm/mach-highbank/Kconfig
+++ b/arch/arm/mach-highbank/Kconfig
@@ -5,6 +5,9 @@ config ARCH_HIGHBANK
select ARCH_HAS_OPP
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARM_AMBA
+ select ARM_ERRATA_764369
+ select ARM_ERRATA_775420
+ select ARM_ERRATA_798181
select ARM_GIC
select ARM_TIMER_SP804
select CACHE_L2X0