aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-05-19 18:20:17 -0500
committerTony Lindgren <tony@atomide.com>2016-06-09 00:16:18 -0700
commit2e4094bdaa3ef295abbebb31b978e3344ee64257 (patch)
tree0caefd3502ea5e90145e80e88b149998ad8fff0d /arch/arm/mach-omap2/Kconfig
parentLinux 4.7-rc2 (diff)
downloadwireguard-linux-2e4094bdaa3ef295abbebb31b978e3344ee64257.tar.xz
wireguard-linux-2e4094bdaa3ef295abbebb31b978e3344ee64257.zip
ARM: OMAP2: Enable Errata 430973 for OMAP3
Enable Erratum 430973 similar to commit 5c86c5339c56 ("ARM: omap2plus_defconfig: Enable ARM erratum 430973 for omap3") - Since multiple defconfigs can exist from various points of view (multi_v7, omap2plus etc.. it is always better to enable the erratum from the Kconfig selection point of view so that downstream kernels dont have to rediscover this all over again. Reported-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 0517f0c1581a..b9b71328249b 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -17,6 +17,7 @@ config ARCH_OMAP3
select PM_OPP if PM
select PM if CPU_IDLE
select SOC_HAS_OMAP2_SDRC
+ select ARM_ERRATA_430973
config ARCH_OMAP4
bool "TI OMAP4"