brcm47xx: add support for kernel 3.6
[openwrt/svn-archive/archive.git] / target / linux / brcm47xx / patches-3.6 / 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 @@ -37,6 +37,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_DRIVER_MIPS
15 bool "BCMA Broadcom MIPS core driver"
16 --- a/drivers/ssb/Kconfig
17 +++ b/drivers/ssb/Kconfig
18 @@ -146,6 +146,7 @@ config SSB_EMBEDDED
19 config SSB_SFLASH
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