projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a48c490
)
ARM: highbank: only select errata 764369 if SMP
author
Olof Johansson
<olof@lixom.net>
Thu, 14 Nov 2013 00:39:36 +0000
(16:39 -0800)
committer
Olof Johansson
<olof@lixom.net>
Thu, 14 Nov 2013 18:46:37 +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: Rob Herring <rob.herring@calxeda.com>
arch/arm/mach-highbank/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-highbank/Kconfig
b/arch/arm/mach-highbank/Kconfig
index fe98df44579cfa5c22c77ebd53dd9efbee15cf1e..6e1d723264543c8864c62740b99bff21df75db6d 100644
(file)
--- 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