aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-07-07 06:19:09 -0400
committerAnton Vorontsov <avorontsov@mvista.com>2011-07-07 10:48:12 -0400
commit00d2711d700ae77b5bb66ea7c73eaa2cf155fa97 (patch)
treecce026cd0df783a40b2d67c8d3bf6f29a46b4971 /arch/arm
parentfe0d42203cb5616eeff68b14576a0f7e2dd56625 (diff)
ARM: cns3xxx: Should select CPU_V6K
CNS3XXX is based on MPCore, so select the right CPU option for it. Signed-off-by: Imre Kaloz <kaloz@openwrt.org> Signed-off-by: Anton Vorontsov <avorontsov@mvista.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9adc278a22a..c2e5f3dc65b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -321,7 +321,7 @@ config ARCH_CLPS711X
321 321
322config ARCH_CNS3XXX 322config ARCH_CNS3XXX
323 bool "Cavium Networks CNS3XXX family" 323 bool "Cavium Networks CNS3XXX family"
324 select CPU_V6 324 select CPU_V6K
325 select GENERIC_CLOCKEVENTS 325 select GENERIC_CLOCKEVENTS
326 select ARM_GIC 326 select ARM_GIC
327 select MIGHT_HAVE_PCI 327 select MIGHT_HAVE_PCI