diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-07 06:19:09 -0400 |
---|---|---|
committer | Anton Vorontsov <avorontsov@mvista.com> | 2011-07-07 10:48:12 -0400 |
commit | 00d2711d700ae77b5bb66ea7c73eaa2cf155fa97 (patch) | |
tree | cce026cd0df783a40b2d67c8d3bf6f29a46b4971 /arch/arm/Kconfig | |
parent | fe0d42203cb5616eeff68b14576a0f7e2dd56625 (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/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9adc278a22ab..c2e5f3dc65b1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -321,7 +321,7 @@ config ARCH_CLPS711X | |||
321 | 321 | ||
322 | config ARCH_CNS3XXX | 322 | config 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 |