brcm47xx: add support for kernel 4.1
[openwrt/staging/chunkeey.git] / target / linux / brcm47xx / patches-4.1 / 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 @@ -33,6 +33,7 @@ config BCMA_HOST_PCI
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 @@ -147,6 +147,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