Skip to content

Commit

Permalink
ARM: cns3xxx: Should select CPU_V6K
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Imre Kaloz authored and Anton Vorontsov committed Jul 7, 2011
1 parent fe0d422 commit 00d2711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00d2711

Please sign in to comment.