Kconfig (ca19e77e44985b5500f5461f7d2f4ce799cb60ce) Kconfig (760efe6910d5743084b586d3d0a3b65aea96fb2f)
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"

--- 133 unchanged lines hidden (view full) ---

142 OpenFirmware platform bus.
143
144config USB_W90X900_EHCI
145 bool "W90X900(W90P910) EHCI support"
146 depends on USB_EHCI_HCD && ARCH_W90X900
147 ---help---
148 Enables support for the W90X900 USB controller
149
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"

--- 133 unchanged lines hidden (view full) ---

142 OpenFirmware platform bus.
143
144config USB_W90X900_EHCI
145 bool "W90X900(W90P910) EHCI support"
146 depends on USB_EHCI_HCD && ARCH_W90X900
147 ---help---
148 Enables support for the W90X900 USB controller
149
150config USB_CNS3XXX_EHCI
151 bool "Cavium CNS3XXX EHCI Module"
152 depends on USB_EHCI_HCD && ARCH_CNS3XXX
153 ---help---
154 Enable support for the CNS3XXX SOC's on-chip EHCI controller.
155 It is needed for high-speed (480Mbit/sec) USB 2.0 device
156 support.
157
150config USB_OXU210HP_HCD
151 tristate "OXU210HP HCD support"
152 depends on USB
153 ---help---
154 The OXU210HP is an USB host/OTG/device controller. Enable this
155 option if your board has this chip. If unsure, say N.
156
157 This driver does not support isochronous transfers and doesn't

--- 123 unchanged lines hidden (view full) ---

281 Support for the Sonics Silicon Backplane (SSB) attached
282 Broadcom USB OHCI core.
283
284 This device is present in some embedded devices with
285 Broadcom based SSB bus.
286
287 If unsure, say N.
288
158config USB_OXU210HP_HCD
159 tristate "OXU210HP HCD support"
160 depends on USB
161 ---help---
162 The OXU210HP is an USB host/OTG/device controller. Enable this
163 option if your board has this chip. If unsure, say N.
164
165 This driver does not support isochronous transfers and doesn't

--- 123 unchanged lines hidden (view full) ---

289 Support for the Sonics Silicon Backplane (SSB) attached
290 Broadcom USB OHCI core.
291
292 This device is present in some embedded devices with
293 Broadcom based SSB bus.
294
295 If unsure, say N.
296
297config USB_CNS3XXX_OHCI
298 bool "Cavium CNS3XXX OHCI Module"
299 depends on USB_OHCI_HCD && ARCH_CNS3XXX
300 ---help---
301 Enable support for the CNS3XXX SOC's on-chip OHCI controller.
302 It is needed for low-speed USB 1.0 device support.
303
289config USB_OHCI_BIG_ENDIAN_DESC
290 bool
291 depends on USB_OHCI_HCD
292 default n
293
294config USB_OHCI_BIG_ENDIAN_MMIO
295 bool
296 depends on USB_OHCI_HCD

--- 166 unchanged lines hidden ---
304config USB_OHCI_BIG_ENDIAN_DESC
305 bool
306 depends on USB_OHCI_HCD
307 default n
308
309config USB_OHCI_BIG_ENDIAN_MMIO
310 bool
311 depends on USB_OHCI_HCD

--- 166 unchanged lines hidden ---