projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd198d6
)
ARM: sti: only select errata 764369 if SMP
author
Olof Johansson
<olof@lixom.net>
Thu, 14 Nov 2013 00:38:07 +0000
(16:38 -0800)
committer
Olof Johansson
<olof@lixom.net>
Thu, 14 Nov 2013 18:46:33 +0000
(10:46 -0800)
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>
arch/arm/mach-sti/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-sti/Kconfig
b/arch/arm/mach-sti/Kconfig
index 835833e3c4f8fb193f6d177c88ef35199488b33f..939ddb8f482b6d2a6cb515d8d6843f39f1a065c1 100644
(file)
--- 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