diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-03-01 15:42:04 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-03-09 21:38:03 +0000 |
commit | 6e266b204b853b960ad038e62f31c1671f930b87 (patch) | |
tree | 75a37e0b9f4a1e8182d8028c9a362e70e4ba426b /arch/arm/mach-ux500 | |
parent | f5412be599602124d2bdd49947b231dd77c0bf99 (diff) | |
download | talos-op-linux-6e266b204b853b960ad038e62f31c1671f930b87.tar.gz talos-op-linux-6e266b204b853b960ad038e62f31c1671f930b87.zip |
ARM: 6776/1: mach-ux500: activate fix for errata 753970
This applies errata fix 753970 for all ux500 platforms. All
current ASICs suffer from this. If the problem is resolved in
later ASICs, the errata selection can be pushed down to other
Kconfig options.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 247caa3400d0..203b986280f5 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -6,6 +6,7 @@ config UX500_SOC_COMMON select ARM_GIC select HAS_MTU select NOMADIK_GPIO + select ARM_ERRATA_753970 menu "Ux500 SoC" |