d3a8817bacd67401fa7438fb8f8de321c9326756
[openwrt/svn-archive/archive.git] / target / linux / brcm47xx / patches-3.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/ssb/Kconfig
7 +++ b/drivers/ssb/Kconfig
8 @@ -147,6 +147,8 @@ config SSB_SFLASH
9 config SSB_EMBEDDED
10 bool
11 depends on SSB_DRIVER_MIPS
12 + select USB_EHCI_HCD_SSB if USB_EHCI_HCD
13 + select USB_OHCI_HCD_SSB if USB_OHCI_HCD
14 default y
15
16 config SSB_DRIVER_EXTIF