bcm63xx: add SMP support for BCM6362 and BCM6368
[openwrt/staging/wigyori.git] / target / linux / brcm63xx / patches-3.8 / 312-MIPS-BCM63XX-select-SYS_HAS_CPU_BMIPS4350-for-suppor.patch
1 From 1923ce1435a5e89f9550e8c95db37a3ef1f92665 Mon Sep 17 00:00:00 2001
2 From: Jonas Gorski <jogo@openwrt.org>
3 Date: Sun, 21 Apr 2013 14:44:00 +0200
4 Subject: [PATCH 03/13] MIPS: BCM63XX: select SYS_HAS_CPU_BMIPS4350 for
5 supported SoCs
6
7 BCM6338, BCM6345 and BCM6348 have a BMIPS3300, everything following
8 has a BMIPS4350.
9
10 Signed-off-by: Jonas Gorski <jogo@openwrt.org>
11 ---
12 arch/mips/Kconfig | 1 +
13 1 file changed, 1 insertion(+)
14
15 --- a/arch/mips/Kconfig
16 +++ b/arch/mips/Kconfig
17 @@ -126,6 +126,7 @@ config BCM63XX
18 select DMA_NONCOHERENT
19 select IRQ_CPU
20 select SYS_HAS_CPU_MIPS32_R1
21 + select SYS_HAS_CPU_BMIPS4350 if !BCM63XX_CPU_6338 && !BCM63XX_CPU_6345 && !BCM63XX_CPU_6348
22 select SYS_SUPPORTS_32BIT_KERNEL
23 select SYS_SUPPORTS_BIG_ENDIAN
24 select SYS_HAS_EARLY_PRINTK