280-activate_ssb_support_in_usb.patch 760 B

12345678910111213141516171819202122232425
  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. --- a/drivers/bcma/Kconfig
  6. +++ b/drivers/bcma/Kconfig
  7. @@ -33,6 +33,7 @@ config BCMA_HOST_PCI
  8. config BCMA_HOST_SOC
  9. bool "Support for BCMA in a SoC"
  10. depends on BCMA
  11. + select USB_HCD_BCMA if USB_EHCI_HCD || USB_OHCI_HCD
  12. help
  13. Host interface for a Broadcom AIX bus directly mapped into
  14. the memory. This only works with the Broadcom SoCs from the
  15. --- a/drivers/ssb/Kconfig
  16. +++ b/drivers/ssb/Kconfig
  17. @@ -156,6 +156,7 @@ config SSB_SFLASH
  18. config SSB_EMBEDDED
  19. bool
  20. depends on SSB_DRIVER_MIPS && SSB_PCICORE_HOSTMODE
  21. + select USB_HCD_SSB if USB_EHCI_HCD || USB_OHCI_HCD
  22. default y
  23. config SSB_DRIVER_EXTIF