aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-cns3xxx
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2014-01-31 14:26:04 -0600
committerRob Herring <robh@kernel.org>2014-02-19 16:46:32 -0600
commit42f4754a0c5fa0d1caeca77e29ad4e09b0762e72 (patch)
treee5aba2de1c3aca3d8664f71e037ea965f0c8f833 /arch/arm/mach-cns3xxx
parent9352b05b6e4ef1aae53744cbd0adc0491fae5be0 (diff)
ARM: Select V6K instead of V6 by default for multi-platform
MULTI_V6 should default to V6K as it is more optimal than V6. Any platform which is not V6K should select CPU_V6 which will enable the less optimal code paths. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Anton Vorontsov <anton@enomsg.org> Acked-by: Shawn Guo <shawn.guo@linaro.org> Cc: Sascha Hauer <kernel@pengutronix.de> Cc: Jamie Iles <jamie@jamieiles.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-cns3xxx')
-rw-r--r--arch/arm/mach-cns3xxx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-cns3xxx/Kconfig b/arch/arm/mach-cns3xxx/Kconfig
index c6f58a15c95e..b16b29a46f9b 100644
--- a/arch/arm/mach-cns3xxx/Kconfig
+++ b/arch/arm/mach-cns3xxx/Kconfig
@@ -1,9 +1,9 @@
config ARCH_CNS3XXX
bool "Cavium Networks CNS3XXX family" if ARCH_MULTI_V6
select ARM_GIC
- select CPU_V6K
select MIGHT_HAVE_PCI
select PCI_DOMAINS if PCI
+ select CPU_V6
help
Support for Cavium Networks CNS3XXX platform.