From: Imre Kaloz Date: Thu, 7 Jul 2011 10:19:09 +0000 (+0200) Subject: ARM: cns3xxx: Should select CPU_V6K X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=00d2711d700ae77b5bb66ea7c73eaa2cf155fa97;p=linux-beck.git ARM: cns3xxx: Should select CPU_V6K CNS3XXX is based on MPCore, so select the right CPU option for it. Signed-off-by: Imre Kaloz Signed-off-by: Anton Vorontsov --- 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