Kconfig (998f468f34f41905051556a9897dbc204b1b75b4) Kconfig (a262e87ff354f12447bb6268bd63edf7ba1c20e0)
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

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

215 This driver is not supported on boards like trout which
216 has an external PHY.
217
218config USB_EHCI_TEGRA
219 tristate "NVIDIA Tegra HCD support"
220 depends on ARCH_TEGRA
221 select USB_EHCI_ROOT_HUB_TT
222 select USB_PHY
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

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

215 This driver is not supported on boards like trout which
216 has an external PHY.
217
218config USB_EHCI_TEGRA
219 tristate "NVIDIA Tegra HCD support"
220 depends on ARCH_TEGRA
221 select USB_EHCI_ROOT_HUB_TT
222 select USB_PHY
223 select USB_ULPI
224 select USB_ULPI_VIEWPORT
223 help
224 This driver enables support for the internal USB Host Controllers
225 found in NVIDIA Tegra SoCs. The controllers are EHCI compliant.
226
227config USB_EHCI_HCD_PPC_OF
228 bool "EHCI support for PPC USB controller on OF platform bus"
229 depends on PPC
230 default y

--- 557 unchanged lines hidden ---
225 help
226 This driver enables support for the internal USB Host Controllers
227 found in NVIDIA Tegra SoCs. The controllers are EHCI compliant.
228
229config USB_EHCI_HCD_PPC_OF
230 bool "EHCI support for PPC USB controller on OF platform bus"
231 depends on PPC
232 default y

--- 557 unchanged lines hidden ---