From: Olof Johansson Date: Thu, 14 Nov 2013 00:39:36 +0000 (-0800) Subject: ARM: highbank: only select errata 764369 if SMP X-Git-Tag: v3.13-rc1~55^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be9b01675e1d178040bae531bfc0216ebbd0f9b8;p=profile%2Fivi%2Fkernel-x86-ivi.git ARM: highbank: 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: Rob Herring --- diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig index fe98df4..6e1d723 100644 --- a/arch/arm/mach-highbank/Kconfig +++ b/arch/arm/mach-highbank/Kconfig @@ -6,7 +6,7 @@ config ARCH_HIGHBANK select ARCH_HAS_OPP select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_AMBA - select ARM_ERRATA_764369 + select ARM_ERRATA_764369 if SMP select ARM_ERRATA_775420 select ARM_ERRATA_798181 select ARM_GIC