diff options
author | Olof Johansson <olof@lixom.net> | 2013-11-13 19:39:36 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-11-14 13:46:37 -0500 |
commit | be9b01675e1d178040bae531bfc0216ebbd0f9b8 (patch) | |
tree | babfd6f5d982d36670bf53b6697c4746ab21dbe1 /arch/arm/mach-highbank/Kconfig | |
parent | a48c4904a91933ce4180ed00b71c99efaf54146d (diff) |
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 <olof@lixom.net>
Acked-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/mach-highbank/Kconfig')
-rw-r--r-- | arch/arm/mach-highbank/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig index fe98df44579c..6e1d72326454 100644 --- a/arch/arm/mach-highbank/Kconfig +++ b/arch/arm/mach-highbank/Kconfig | |||
@@ -6,7 +6,7 @@ config ARCH_HIGHBANK | |||
6 | select ARCH_HAS_OPP | 6 | select ARCH_HAS_OPP |
7 | select ARCH_WANT_OPTIONAL_GPIOLIB | 7 | select ARCH_WANT_OPTIONAL_GPIOLIB |
8 | select ARM_AMBA | 8 | select ARM_AMBA |
9 | select ARM_ERRATA_764369 | 9 | select ARM_ERRATA_764369 if SMP |
10 | select ARM_ERRATA_775420 | 10 | select ARM_ERRATA_775420 |
11 | select ARM_ERRATA_798181 | 11 | select ARM_ERRATA_798181 |
12 | select ARM_GIC | 12 | select ARM_GIC |