From: Will Deacon Date: Mon, 21 Feb 2011 18:12:27 +0000 (+0100) Subject: ARM: 6751/1: vexpress: select applicable errata workarounds in Kconfig X-Git-Tag: v2.6.39-rc1~100^2~2^4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3de4ade3d696db31d1543dce585ba6296f876612;p=platform%2Fkernel%2Flinux-3.10.git ARM: 6751/1: vexpress: select applicable errata workarounds in Kconfig The Cortex-A9 tile on the Versatile Express suffers from a number of engineering errata. This patch selects workarounds in the ARCH_VEXPRESS_CA9X4 Kconfig entry so that users don't need to worry about which ones to apply. Reported-by: Ulrich Weigand Signed-off-by: Will Deacon Signed-off-by: Russell King --- diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index 3f19b66..9311484 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig @@ -5,5 +5,8 @@ config ARCH_VEXPRESS_CA9X4 bool "Versatile Express Cortex-A9x4 tile" select CPU_V7 select ARM_GIC + select ARM_ERRATA_720789 + select ARM_ERRATA_751472 + select ARM_ERRATA_753970 endmenu