OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 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 | @@ -31,6 +31,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 | @@ -157,6 +157,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 |