kernel: update bcma and ssb to master-2013-01-09 from wireless-testing
[openwrt/staging/yousong.git] / target / linux / brcm47xx / patches-3.6 / 016-MIPS-BCM47XX-select-GPIOLIB-for-BCMA-on-bcm47xx-platform.patch
1 --- a/arch/mips/bcm47xx/Kconfig
2 +++ b/arch/mips/bcm47xx/Kconfig
3 @@ -8,8 +8,10 @@ config BCM47XX_SSB
4 select SSB_DRIVER_EXTIF
5 select SSB_EMBEDDED
6 select SSB_B43_PCI_BRIDGE if PCI
7 + select SSB_DRIVER_PCICORE if PCI
8 select SSB_PCICORE_HOSTMODE if PCI
9 select SSB_DRIVER_GPIO
10 + select GPIOLIB
11 default y
12 help
13 Add support for old Broadcom BCM47xx boards with Sonics Silicon Backplane support.
14 @@ -25,6 +27,7 @@ config BCM47XX_BCMA
15 select BCMA_HOST_PCI if PCI
16 select BCMA_DRIVER_PCI_HOSTMODE if PCI
17 select BCMA_DRIVER_GPIO
18 + select GPIOLIB
19 default y
20 help
21 Add support for new Broadcom BCM47xx boards with Broadcom specific Advanced Microcontroller Bus.