diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-07-27 16:12:45 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:40 -0400 |
commit | 220937b1aa97025a0e2fff0604b00ee6e9b7ccd3 (patch) | |
tree | adadb9bd5b81249bcd8d10a0352eefd487f0d9ba /arch/mips/Kconfig | |
parent | aec9222551353890190af810a4c93ed7050bfa19 (diff) |
MIPS: BCM47xx: Activate SSB_B43_PCI_BRIDGE by default
B43_pci_bridge is needed to use the b43 driver with brcm47xx. Activate it
by default if PCI is available.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1510/
Acked-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index cdaae942623d..b81a6b20d252 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -62,6 +62,7 @@ config BCM47XX | |||
62 | select SSB_DRIVER_MIPS | 62 | select SSB_DRIVER_MIPS |
63 | select SSB_DRIVER_EXTIF | 63 | select SSB_DRIVER_EXTIF |
64 | select SSB_EMBEDDED | 64 | select SSB_EMBEDDED |
65 | select SSB_B43_PCI_BRIDGE if PCI | ||
65 | select SSB_PCICORE_HOSTMODE if PCI | 66 | select SSB_PCICORE_HOSTMODE if PCI |
66 | select GENERIC_GPIO | 67 | select GENERIC_GPIO |
67 | select SYS_HAS_EARLY_PRINTK | 68 | select SYS_HAS_EARLY_PRINTK |