From: Olof Johansson Date: Thu, 14 Nov 2013 00:38:07 +0000 (-0800) Subject: ARM: sti: only select errata 764369 if SMP X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a48c4904a91933ce4180ed00b71c99efaf54146d;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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 Acked-by: Srinivas Kandagatla Cc: Stuart Menefy --- diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig index 835833e3c4f8..939ddb8f482b 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