diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-12-18 08:12:08 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-22 14:18:53 -0500 |
commit | 68ac1d6577211534b605186c79a6ee4f5c1ddaa6 (patch) | |
tree | 56b7c8aa358c0a4ba6fd07aea577a95ed15fce20 /arch/mips/Kconfig | |
parent | 10102692803530025ee7862e9df300b88187cfd0 (diff) |
MIPS: BCM63XX: let the individual SoCs select the appropriate CPUs
Let each supported chip select the appropirate SYS_HAS_CPU_BMIPS*
option for its embedded processor, so support will be conditionally
included.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6250/
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index f2f6c1de2389..17912696994f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -133,7 +133,6 @@ config BCM63XX | |||
133 | select DMA_NONCOHERENT | 133 | select DMA_NONCOHERENT |
134 | select IRQ_CPU | 134 | select IRQ_CPU |
135 | select SYS_HAS_CPU_MIPS32_R1 | 135 | select SYS_HAS_CPU_MIPS32_R1 |
136 | select SYS_HAS_CPU_BMIPS4350 if !BCM63XX_CPU_6338 && !BCM63XX_CPU_6345 && !BCM63XX_CPU_6348 | ||
137 | select SYS_SUPPORTS_32BIT_KERNEL | 136 | select SYS_SUPPORTS_32BIT_KERNEL |
138 | select SYS_SUPPORTS_BIG_ENDIAN | 137 | select SYS_SUPPORTS_BIG_ENDIAN |
139 | select SYS_HAS_EARLY_PRINTK | 138 | select SYS_HAS_EARLY_PRINTK |