Kconfig (a9de18eb761f7c1c860964b2e5addc1a35c7e861) | Kconfig (b92a78e582b1a45649143dc86e526f5824092478) |
---|---|
1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 depends on USB 6 7config USB_C67X00_HCD 8 tristate "Cypress C67x00 HCD support" --- 82 unchanged lines hidden (view full) --- 91config USB_EHCI_HCD_PPC_OF 92 bool "EHCI support for PPC USB controller on OF platform bus" 93 depends on USB_EHCI_HCD && PPC_OF 94 default y 95 ---help--- 96 Enables support for the USB controller present on the PowerPC 97 OpenFirmware platform bus. 98 | 1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 depends on USB 6 7config USB_C67X00_HCD 8 tristate "Cypress C67x00 HCD support" --- 82 unchanged lines hidden (view full) --- 91config USB_EHCI_HCD_PPC_OF 92 bool "EHCI support for PPC USB controller on OF platform bus" 93 depends on USB_EHCI_HCD && PPC_OF 94 default y 95 ---help--- 96 Enables support for the USB controller present on the PowerPC 97 OpenFirmware platform bus. 98 |
99config USB_OXU210HP_HCD 100 tristate "OXU210HP HCD support" 101 depends on USB 102 ---help--- 103 The OXU210HP is an USB host/OTG/device controller. Enable this 104 option if your board has this chip. If unsure, say N. 105 106 This driver does not support isochronous transfers and doesn't 107 implement OTG nor USB device controllers. 108 109 To compile this driver as a module, choose M here: the 110 module will be called oxu210hp-hcd. 111 |
|
99config USB_ISP116X_HCD 100 tristate "ISP116X HCD support" 101 depends on USB 102 ---help--- 103 The ISP1160 and ISP1161 chips are USB host controllers. Enable this 104 option if your board has this chip. If unsure, say N. 105 106 This driver does not support isochronous transfers. --- 217 unchanged lines hidden --- | 112config USB_ISP116X_HCD 113 tristate "ISP116X HCD support" 114 depends on USB 115 ---help--- 116 The ISP1160 and ISP1161 chips are USB host controllers. Enable this 117 option if your board has this chip. If unsure, say N. 118 119 This driver does not support isochronous transfers. --- 217 unchanged lines hidden --- |