diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-07 12:19:09 +0200 |
---|---|---|
committer | Anton Vorontsov <avorontsov@mvista.com> | 2011-07-07 18: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 config ARCH_CNS3XXX bool "Cavium Networks CNS3XXX family" - select CPU_V6 + select CPU_V6K select GENERIC_CLOCKEVENTS select ARM_GIC select MIGHT_HAVE_PCI |