Kconfig (a60387ba3114fe087349df23fa82e5ad9d5b6ff2) | Kconfig (1011b326b1e7ab86a480c99b4718d16e6d9f1d11) |
---|---|
1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 depends on USB 6 7config USB_EHCI_HCD 8 tristate "EHCI HCD (USB 2.0) support" --- 142 unchanged lines hidden (view full) --- 151 default y 152 select USB_OHCI_LITTLE_ENDIAN 153 ---help--- 154 Enables support for PCI-bus plug-in USB controller cards. 155 If unsure, say Y. 156 157config USB_OHCI_HCD_SSB 158 bool "OHCI support for Broadcom SSB OHCI core" | 1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 depends on USB 6 7config USB_EHCI_HCD 8 tristate "EHCI HCD (USB 2.0) support" --- 142 unchanged lines hidden (view full) --- 151 default y 152 select USB_OHCI_LITTLE_ENDIAN 153 ---help--- 154 Enables support for PCI-bus plug-in USB controller cards. 155 If unsure, say Y. 156 157config USB_OHCI_HCD_SSB 158 bool "OHCI support for Broadcom SSB OHCI core" |
159 depends on USB_OHCI_HCD && (SSB = y || SSB = CONFIG_USB_OHCI_HCD) && EXPERIMENTAL | 159 depends on USB_OHCI_HCD && (SSB = y || SSB = USB_OHCI_HCD) && EXPERIMENTAL |
160 default n 161 ---help--- 162 Support for the Sonics Silicon Backplane (SSB) attached 163 Broadcom USB OHCI core. 164 165 This device is present in some embedded devices with 166 Broadcom based SSB bus. 167 --- 96 unchanged lines hidden --- | 160 default n 161 ---help--- 162 Support for the Sonics Silicon Backplane (SSB) attached 163 Broadcom USB OHCI core. 164 165 This device is present in some embedded devices with 166 Broadcom based SSB bus. 167 --- 96 unchanged lines hidden --- |