brcm47xx: add patches for kernel 4.0
[openwrt.git] / target / linux / brcm47xx / patches-4.0 / 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 @@ -39,6 +39,7 @@ config BCMA_DRIVER_PCI_HOSTMODE
9  config BCMA_HOST_SOC
10         bool "Support for BCMA in a SoC"
11         depends on BCMA
12 +       select USB_HCD_BCMA if USB_EHCI_HCD || USB_OHCI_HCD
13         help
14           Host interface for a Broadcom AIX bus directly mapped into
15           the memory. This only works with the Broadcom SoCs from the
16 --- a/drivers/ssb/Kconfig
17 +++ b/drivers/ssb/Kconfig
18 @@ -146,6 +146,7 @@ config SSB_SFLASH
19  config SSB_EMBEDDED
20         bool
21         depends on SSB_DRIVER_MIPS && SSB_PCICORE_HOSTMODE
22 +       select USB_HCD_SSB if USB_EHCI_HCD || USB_OHCI_HCD
23         default y
24  
25  config SSB_DRIVER_EXTIF