3c4f82301674c5b7fb70ab78eb61505b01888270
[openwrt/svn-archive/archive.git] / target / linux / brcm47xx / patches-2.6.34 / 013-MIPS-BCM47xx-Activate-SSB_B43_PCI_BRIDGE-by-default.patch
1 From 13f9cbc3c26be8071d33206dd931431e84e83068 Mon Sep 17 00:00:00 2001
2 From: Hauke Mehrtens <hauke@hauke-m.de>
3 Date: Sun, 18 Jul 2010 13:58:09 +0200
4 Subject: [PATCH 3/5] MIPS: BCM47xx: Activate SSB_B43_PCI_BRIDGE by default
5
6 The b43_pci_bridge is needed to use the b43 driver with brcm47xx.
7 Activate it by default if pci is available.
8
9 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
10 ---
11 arch/mips/Kconfig | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 --- a/arch/mips/Kconfig
15 +++ b/arch/mips/Kconfig
16 @@ -62,6 +62,7 @@ config BCM47XX
17 select SSB_DRIVER_MIPS
18 select SSB_DRIVER_EXTIF
19 select SSB_EMBEDDED
20 + select SSB_B43_PCI_BRIDGE if PCI
21 select SSB_PCICORE_HOSTMODE if PCI
22 select GENERIC_GPIO
23 select SYS_HAS_EARLY_PRINTK