Kconfig (ea51e5040e24eefe44d70bc654a237ca1f0225b0) Kconfig (c0ca9bc508c1d8d612863c2481f28168e517da7d)
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"

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

125 transaction translator built-in. It can be configured to either
126 support both high speed and full speed devices, or high speed
127 devices only.
128
129config USB_FSL_MPH_DR_OF
130 tristate
131
132config USB_EHCI_FSL
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"

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

125 transaction translator built-in. It can be configured to either
126 support both high speed and full speed devices, or high speed
127 devices only.
128
129config USB_FSL_MPH_DR_OF
130 tristate
131
132config USB_EHCI_FSL
133 bool "Support for Freescale on-chip EHCI USB controller"
133 bool "Support for Freescale PPC on-chip EHCI USB controller"
134 depends on USB_EHCI_HCD && FSL_SOC
135 select USB_EHCI_ROOT_HUB_TT
136 select USB_FSL_MPH_DR_OF if OF
137 ---help---
138 Variation of ARC USB block used in some Freescale chips.
139
140config USB_EHCI_MXC
134 depends on USB_EHCI_HCD && FSL_SOC
135 select USB_EHCI_ROOT_HUB_TT
136 select USB_FSL_MPH_DR_OF if OF
137 ---help---
138 Variation of ARC USB block used in some Freescale chips.
139
140config USB_EHCI_MXC
141 bool "Support for Freescale on-chip EHCI USB controller"
141 bool "Support for Freescale i.MX on-chip EHCI USB controller"
142 depends on USB_EHCI_HCD && ARCH_MXC
143 select USB_EHCI_ROOT_HUB_TT
144 ---help---
145 Variation of ARC USB block used in some Freescale chips.
146
147config USB_EHCI_HCD_OMAP
148 bool "EHCI support for OMAP3 and later chips"
149 depends on USB_EHCI_HCD && ARCH_OMAP

--- 466 unchanged lines hidden ---
142 depends on USB_EHCI_HCD && ARCH_MXC
143 select USB_EHCI_ROOT_HUB_TT
144 ---help---
145 Variation of ARC USB block used in some Freescale chips.
146
147config USB_EHCI_HCD_OMAP
148 bool "EHCI support for OMAP3 and later chips"
149 depends on USB_EHCI_HCD && ARCH_OMAP

--- 466 unchanged lines hidden ---