Kconfig (88650d62a12de7fb9437b5508cc7f6b28da58cbf) Kconfig (7d50195f6c5005d6ae7a789d9a7f0a94d104ee96)
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

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

143 depends on ARCH_MXC
144 select USB_EHCI_ROOT_HUB_TT
145 ---help---
146 Variation of ARC USB block used in some Freescale chips.
147
148config USB_EHCI_HCD_OMAP
149 tristate "EHCI support for OMAP3 and later chips"
150 depends on ARCH_OMAP
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

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

143 depends on ARCH_MXC
144 select USB_EHCI_ROOT_HUB_TT
145 ---help---
146 Variation of ARC USB block used in some Freescale chips.
147
148config USB_EHCI_HCD_OMAP
149 tristate "EHCI support for OMAP3 and later chips"
150 depends on ARCH_OMAP
151 select NOP_USB_XCEIV
152 default y
153 ---help---
154 Enables support for the on-chip EHCI controller on
155 OMAP3 and later chips.
151 default y
152 ---help---
153 Enables support for the on-chip EHCI controller on
154 OMAP3 and later chips.
155 If your system uses a PHY on the USB port, you will need to
156 enable USB_PHY and the appropriate PHY driver as well. Most
157 boards need the NOP_USB_XCEIV PHY driver.
156
157config USB_EHCI_HCD_ORION
158 tristate "Support for Marvell EBU on-chip EHCI USB controller"
159 depends on USB_EHCI_HCD && PLAT_ORION
160 default y
161 ---help---
162 Enables support for the on-chip EHCI controller on Marvell's
163 embedded ARM SoCs, including Orion, Kirkwood, Dove, Armada XP,

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

179 default y
180 ---help---
181 Enables support for the on-chip EHCI controller on
182 Atmel chips.
183
184config USB_EHCI_MSM
185 tristate "Support for Qualcomm QSD/MSM on-chip EHCI USB controller"
186 depends on ARCH_MSM
158
159config USB_EHCI_HCD_ORION
160 tristate "Support for Marvell EBU on-chip EHCI USB controller"
161 depends on USB_EHCI_HCD && PLAT_ORION
162 default y
163 ---help---
164 Enables support for the on-chip EHCI controller on Marvell's
165 embedded ARM SoCs, including Orion, Kirkwood, Dove, Armada XP,

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

181 default y
182 ---help---
183 Enables support for the on-chip EHCI controller on
184 Atmel chips.
185
186config USB_EHCI_MSM
187 tristate "Support for Qualcomm QSD/MSM on-chip EHCI USB controller"
188 depends on ARCH_MSM
189 depends on USB_PHY
187 select USB_EHCI_ROOT_HUB_TT
188 select USB_MSM_OTG
189 ---help---
190 Enables support for the USB Host controller present on the
191 Qualcomm chipsets. Root Hub has inbuilt TT.
192 This driver depends on OTG driver for PHY initialization,
193 clock management, powering up VBUS, and power management.
194 This driver is not supported on boards like trout which

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

346 default N
347 ---help---
348 Faraday FUSBH200 is designed to meet USB2.0 EHCI specification
349 with minor modification.
350
351 To compile this driver as a module, choose M here: the
352 module will be called fusbh200-hcd.
353
190 select USB_EHCI_ROOT_HUB_TT
191 select USB_MSM_OTG
192 ---help---
193 Enables support for the USB Host controller present on the
194 Qualcomm chipsets. Root Hub has inbuilt TT.
195 This driver depends on OTG driver for PHY initialization,
196 clock management, powering up VBUS, and power management.
197 This driver is not supported on boards like trout which

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

349 default N
350 ---help---
351 Faraday FUSBH200 is designed to meet USB2.0 EHCI specification
352 with minor modification.
353
354 To compile this driver as a module, choose M here: the
355 module will be called fusbh200-hcd.
356
357config USB_FOTG210_HCD
358 tristate "FOTG210 HCD support"
359 depends on USB
360 default N
361 ---help---
362 Faraday FOTG210 is an OTG controller which can be configured as
363 an USB2.0 host. It is designed to meet USB2.0 EHCI specification
364 with minor modification.
365
366 To compile this driver as a module, choose M here: the
367 module will be called fotg210-hcd.
368
354config USB_OHCI_HCD
355 tristate "OHCI HCD (USB 1.1) support"
356 select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
357 depends on USB_ISP1301 || !ARCH_LPC32XX
358 ---help---
359 The Open Host Controller Interface (OHCI) is a standard for accessing
360 USB 1.1 host controller hardware. It does more in hardware than Intel's
361 UHCI specification. If your USB host controller follows the OHCI spec,

--- 348 unchanged lines hidden ---
369config USB_OHCI_HCD
370 tristate "OHCI HCD (USB 1.1) support"
371 select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
372 depends on USB_ISP1301 || !ARCH_LPC32XX
373 ---help---
374 The Open Host Controller Interface (OHCI) is a standard for accessing
375 USB 1.1 host controller hardware. It does more in hardware than Intel's
376 UHCI specification. If your USB host controller follows the OHCI spec,

--- 348 unchanged lines hidden ---