Kconfig (7d0dbea312a6508389241b4fb6cda1c4d1e32d6e) Kconfig (7f124f4b353672bc150af959910cfc2a9778260a)
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"

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

117
118config USB_FSL_MPH_DR_OF
119 tristate
120
121config USB_EHCI_FSL
122 bool "Support for Freescale on-chip EHCI USB controller"
123 depends on USB_EHCI_HCD && FSL_SOC
124 select USB_EHCI_ROOT_HUB_TT
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"

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

117
118config USB_FSL_MPH_DR_OF
119 tristate
120
121config USB_EHCI_FSL
122 bool "Support for Freescale on-chip EHCI USB controller"
123 depends on USB_EHCI_HCD && FSL_SOC
124 select USB_EHCI_ROOT_HUB_TT
125 select USB_FSL_MPH_DR_OF if OF
125 select USB_FSL_MPH_DR_OF
126 ---help---
127 Variation of ARC USB block used in some Freescale chips.
128
129config USB_EHCI_MXC
130 bool "Support for Freescale on-chip EHCI USB controller"
131 depends on USB_EHCI_HCD && ARCH_MXC
132 select USB_EHCI_ROOT_HUB_TT
133 ---help---
134 Variation of ARC USB block used in some Freescale chips.
135
126 ---help---
127 Variation of ARC USB block used in some Freescale chips.
128
129config USB_EHCI_MXC
130 bool "Support for Freescale on-chip EHCI USB controller"
131 depends on USB_EHCI_HCD && ARCH_MXC
132 select USB_EHCI_ROOT_HUB_TT
133 ---help---
134 Variation of ARC USB block used in some Freescale chips.
135
136config USB_EHCI_HCD_OMAP
137 bool "EHCI support for OMAP3 and later chips"
138 depends on USB_EHCI_HCD && ARCH_OMAP
139 default y
140 --- help ---
141 Enables support for the on-chip EHCI controller on
142 OMAP3 and later chips.
143
136config USB_EHCI_HCD_PPC_OF
137 bool "EHCI support for PPC USB controller on OF platform bus"
138 depends on USB_EHCI_HCD && PPC_OF
139 default y
140 ---help---
141 Enables support for the USB controller present on the PowerPC
142 OpenFirmware platform bus.
143

--- 319 unchanged lines hidden ---
144config USB_EHCI_HCD_PPC_OF
145 bool "EHCI support for PPC USB controller on OF platform bus"
146 depends on USB_EHCI_HCD && PPC_OF
147 default y
148 ---help---
149 Enables support for the USB controller present on the PowerPC
150 OpenFirmware platform bus.
151

--- 319 unchanged lines hidden ---