6ba8a27e53e805757c59b8a39318412cadd6c976
[openwrt.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 diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
14 index 9adc278..c2e5f3d 100644
15 --- a/arch/arm/Kconfig
16 +++ b/arch/arm/Kconfig
17 @@ -321,7 +321,7 @@ config ARCH_CLPS711X
18  
19  config ARCH_CNS3XXX
20         bool "Cavium Networks CNS3XXX family"
21 -       select CPU_V6
22 +       select CPU_V6K
23         select GENERIC_CLOCKEVENTS
24         select ARM_GIC
25         select MIGHT_HAVE_PCI
26 -- 
27 1.7.1
28