diff options
author | Olof Johansson <olof@lixom.net> | 2013-11-13 16:38:07 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-11-14 10:46:33 -0800 |
commit | a48c4904a91933ce4180ed00b71c99efaf54146d (patch) | |
tree | 64da1f950ebc03504510fa3f705495b82626ce62 /arch/arm | |
parent | cd198d6dc40fc32ee81432fa0df1a27c290b3436 (diff) |
ARM: sti: only select errata 764369 if SMP
764369 depends on SMP, so don't select it on !SMP configs.
Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Cc: Stuart Menefy <stuart.menefy@st.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-sti/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig index 835833e3c4f..939ddb8f482 100644 --- a/arch/arm/mach-sti/Kconfig +++ b/arch/arm/mach-sti/Kconfig @@ -12,7 +12,7 @@ menuconfig ARCH_STI select HAVE_ARM_SCU if SMP select ARCH_REQUIRE_GPIOLIB select ARM_ERRATA_754322 - select ARM_ERRATA_764369 + select ARM_ERRATA_764369 if SMP select ARM_ERRATA_775420 select PL310_ERRATA_753970 if CACHE_PL310 select PL310_ERRATA_769419 if CACHE_PL310 |