[PATCH 6/9] ARM: cns3xxx: enable V6K instead of plain V6
Rob Herring
robherring2 at gmail.com
Tue Feb 11 16:11:56 EST 2014
From: Rob Herring <robh at kernel.org>
The cns3xxx is an ARM11MPCore which has all the V6K extensions, so V6K
should be selected instead. Dropping the select will use the default for
ARCH_MULTI_V6 which is V6K.
Signed-off-by: Rob Herring <robh at kernel.org>
Cc: Anton Vorontsov <anton at enomsg.org>
---
arch/arm/mach-cns3xxx/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-cns3xxx/Kconfig b/arch/arm/mach-cns3xxx/Kconfig
index b16b29a..dce8dec 100644
--- a/arch/arm/mach-cns3xxx/Kconfig
+++ b/arch/arm/mach-cns3xxx/Kconfig
@@ -3,7 +3,6 @@ config ARCH_CNS3XXX
select ARM_GIC
select MIGHT_HAVE_PCI
select PCI_DOMAINS if PCI
- select CPU_V6
help
Support for Cavium Networks CNS3XXX platform.
--
1.8.3.2
More information about the linux-arm-kernel
mailing list