kernel: update bcma and ssb to wireless-testing/master master-2013-07-03
[openwrt/svn-archive/archive.git] / target / linux / brcm47xx / patches-3.3 / 280-activate_ssb_support_in_usb.patch
1 This prevents the options from being delete with make kernel_oldconfig.
2 ---
3 drivers/ssb/Kconfig | 2 ++
4 1 file changed, 2 insertions(+)
5
6 --- a/drivers/bcma/Kconfig
7 +++ b/drivers/bcma/Kconfig
8 @@ -38,6 +38,7 @@ config BCMA_DRIVER_PCI_HOSTMODE
9 config BCMA_HOST_SOC
10 bool
11 depends on BCMA_DRIVER_MIPS
12 + select USB_HCD_BCMA if USB_EHCI_HCD || USB_OHCI_HCD
13
14 config BCMA_SFLASH
15 bool
16 --- a/drivers/ssb/Kconfig
17 +++ b/drivers/ssb/Kconfig
18 @@ -147,6 +147,7 @@ config SSB_SFLASH
19 config SSB_EMBEDDED
20 bool
21 depends on SSB_DRIVER_MIPS
22 + select USB_HCD_SSB if USB_EHCI_HCD || USB_OHCI_HCD
23 default y
24
25 config SSB_DRIVER_EXTIF