cleanup config
[lede.git] / target / linux / cns3xxx / patches-3.0 / 001-cns3xxx_v6k_cpu.patch
1 From 2f22c9d80acceb853f94ca90989655d88e8bb964 Mon Sep 17 00:00:00 2001
2 From: Imre Kaloz <kaloz@openwrt.org>
3 Date: Thu, 7 Jul 2011 11:39:37 +0200
4 Subject: [PATCH] ARM: make CNS3XXX select CPU_V6K
5
6 CNS3XXX is based on MPCore, so select the right CPU option for it.
7
8 Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
9 ---
10  arch/arm/Kconfig |    2 +-
11  1 files changed, 1 insertions(+), 1 deletions(-)
12
13 --- a/arch/arm/Kconfig
14 +++ b/arch/arm/Kconfig
15 @@ -322,7 +322,7 @@ config ARCH_CLPS711X
16  
17  config ARCH_CNS3XXX
18         bool "Cavium Networks CNS3XXX family"
19 -       select CPU_V6
20 +       select CPU_V6K
21         select GENERIC_CLOCKEVENTS
22         select ARM_GIC
23         select MIGHT_HAVE_PCI