From: Hauke Mehrtens Date: Tue, 27 Jul 2010 20:12:45 +0000 (+0200) Subject: MIPS: BCM47xx: Activate SSB_B43_PCI_BRIDGE by default X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=220937b1aa97025a0e2fff0604b00ee6e9b7ccd3;p=linux-beck.git 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 To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/1510/ Acked-by: Florian Fainelli Signed-off-by: Ralf Baechle --- 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 select SSB_DRIVER_MIPS select SSB_DRIVER_EXTIF select SSB_EMBEDDED + select SSB_B43_PCI_BRIDGE if PCI select SSB_PCICORE_HOSTMODE if PCI select GENERIC_GPIO select SYS_HAS_EARLY_PRINTK