Kconfig (a746c286f32126ce6f0f98c111bb7ea15943e083) Kconfig (a60f4f81e4738d1b20cdb9369060211278f177a5)
1#
2# USB Host Controller Drivers
3#
4comment "USB Host Controller Drivers"
5
6config USB_C67X00_HCD
7 tristate "Cypress C67x00 HCD support"
8 help

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

219 USB SPH and OTG controller. SPH is a single port host, and it can
220 only be EHCI host. OTG is controller that can switch to host mode.
221 Note that this driver will not work on Marvell's other EHCI
222 controller used by the EBU-type SoCs including Orion, Kirkwood,
223 Dova, Armada 370 and Armada XP. See "Support for Marvell EBU
224 on-chip EHCI USB controller" for those.
225
226config USB_W90X900_EHCI
1#
2# USB Host Controller Drivers
3#
4comment "USB Host Controller Drivers"
5
6config USB_C67X00_HCD
7 tristate "Cypress C67x00 HCD support"
8 help

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

219 USB SPH and OTG controller. SPH is a single port host, and it can
220 only be EHCI host. OTG is controller that can switch to host mode.
221 Note that this driver will not work on Marvell's other EHCI
222 controller used by the EBU-type SoCs including Orion, Kirkwood,
223 Dova, Armada 370 and Armada XP. See "Support for Marvell EBU
224 on-chip EHCI USB controller" for those.
225
226config USB_W90X900_EHCI
227 bool "W90X900(W90P910) EHCI support"
227 tristate "W90X900(W90P910) EHCI support"
228 depends on ARCH_W90X900
229 ---help---
230 Enables support for the W90X900 USB controller
231
232config USB_CNS3XXX_EHCI
233 bool "Cavium CNS3XXX EHCI Module (DEPRECATED)"
234 depends on ARCH_CNS3XXX
235 select USB_EHCI_HCD_PLATFORM

--- 473 unchanged lines hidden ---
228 depends on ARCH_W90X900
229 ---help---
230 Enables support for the W90X900 USB controller
231
232config USB_CNS3XXX_EHCI
233 bool "Cavium CNS3XXX EHCI Module (DEPRECATED)"
234 depends on ARCH_CNS3XXX
235 select USB_EHCI_HCD_PLATFORM

--- 473 unchanged lines hidden ---