Commit 00d2711d authored by Imre Kaloz's avatar Imre Kaloz Committed by Anton Vorontsov

ARM: cns3xxx: Should select CPU_V6K

CNS3XXX is based on MPCore, so select the right CPU option for it.
Signed-off-by: default avatarImre Kaloz <kaloz@openwrt.org>
Signed-off-by: default avatarAnton Vorontsov <avorontsov@mvista.com>
parent fe0d4220
...@@ -321,7 +321,7 @@ config ARCH_CLPS711X ...@@ -321,7 +321,7 @@ config ARCH_CLPS711X
config ARCH_CNS3XXX config ARCH_CNS3XXX
bool "Cavium Networks CNS3XXX family" bool "Cavium Networks CNS3XXX family"
select CPU_V6 select CPU_V6K
select GENERIC_CLOCKEVENTS select GENERIC_CLOCKEVENTS
select ARM_GIC select ARM_GIC
select MIGHT_HAVE_PCI select MIGHT_HAVE_PCI
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment