mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
bcm47xx: Fix EHCI/OHCI dependencies
SVN-Revision: 17536
This commit is contained in:
parent
daa3c84109
commit
2b71a6167f
@ -1,12 +1,16 @@
|
|||||||
This prevents the options from being delete with make kernel_oldconfig.
|
This prevents the options from being delete with make kernel_oldconfig.
|
||||||
--- a/drivers/ssb/Kconfig
|
---
|
||||||
+++ b/drivers/ssb/Kconfig
|
drivers/ssb/Kconfig | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
--- linux-2.6.28.10.orig/drivers/ssb/Kconfig
|
||||||
|
+++ linux-2.6.28.10/drivers/ssb/Kconfig
|
||||||
@@ -126,6 +126,8 @@ config SSB_DRIVER_MIPS
|
@@ -126,6 +126,8 @@ config SSB_DRIVER_MIPS
|
||||||
config SSB_EMBEDDED
|
config SSB_EMBEDDED
|
||||||
bool
|
bool
|
||||||
depends on SSB_DRIVER_MIPS
|
depends on SSB_DRIVER_MIPS
|
||||||
+ select USB_EHCI_HCD_SSB
|
+ select USB_EHCI_HCD_SSB if USB_EHCI_HCD
|
||||||
+ select USB_OHCI_HCD_SSB
|
+ select USB_OHCI_HCD_SSB if USB_OHCI_HCD
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config SSB_DRIVER_EXTIF
|
config SSB_DRIVER_EXTIF
|
||||||
|
Loading…
Reference in New Issue
Block a user