diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-12-18 14:12:09 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-22 20:18:53 +0100 |
commit | 75d5f4292d17aa83b03565896069cd3e61caa727 (patch) | |
tree | e36c842ae5359bffa73a018cd4c89486009cd7f7 /arch/mips/bcm47xx | |
parent | 68ac1d6577211534b605186c79a6ee4f5c1ddaa6 (diff) | |
download | linux-stable-75d5f4292d17aa83b03565896069cd3e61caa727.tar.gz linux-stable-75d5f4292d17aa83b03565896069cd3e61caa727.tar.bz2 linux-stable-75d5f4292d17aa83b03565896069cd3e61caa727.zip |
MIPS: BCM47XX: select BMIPS CPUs for BCM47XX_SSB
Let BCM47XX_SSB select the appropriate BMIPS CPUs enountered on those
systems.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6244/
Diffstat (limited to 'arch/mips/bcm47xx')
-rw-r--r-- | arch/mips/bcm47xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/bcm47xx/Kconfig b/arch/mips/bcm47xx/Kconfig index 2b8b118398c4..a29f51dd373e 100644 --- a/arch/mips/bcm47xx/Kconfig +++ b/arch/mips/bcm47xx/Kconfig @@ -2,6 +2,7 @@ if BCM47XX config BCM47XX_SSB bool "SSB Support for Broadcom BCM47XX" + select SYS_HAS_CPU_BMIPS32_3300 select SSB select SSB_DRIVER_MIPS select SSB_DRIVER_EXTIF |