Kconfig (56544d29c3a0e383c0d819fefc9570b2803db193) Kconfig (ebfd44ffb78a0f06ea5437996153d5b1e017c2d7)
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

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

193 depends on USB_EHCI_HCD && ARCH_AT91
194 default y
195 ---help---
196 Enables support for the on-chip EHCI controller on
197 Atmel chips.
198
199config USB_EHCI_MSM
200 tristate "Support for Qualcomm QSD/MSM on-chip EHCI USB controller"
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

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

193 depends on USB_EHCI_HCD && ARCH_AT91
194 default y
195 ---help---
196 Enables support for the on-chip EHCI controller on
197 Atmel chips.
198
199config USB_EHCI_MSM
200 tristate "Support for Qualcomm QSD/MSM on-chip EHCI USB controller"
201 depends on ARCH_MSM || ARCH_QCOM
201 depends on ARCH_QCOM
202 select USB_EHCI_ROOT_HUB_TT
203 ---help---
204 Enables support for the USB Host controller present on the
205 Qualcomm chipsets. Root Hub has inbuilt TT.
206 This driver depends on OTG driver for PHY initialization,
207 clock management, powering up VBUS, and power management.
208 This driver is not supported on boards like trout which
209 has an external PHY.

--- 581 unchanged lines hidden ---
202 select USB_EHCI_ROOT_HUB_TT
203 ---help---
204 Enables support for the USB Host controller present on the
205 Qualcomm chipsets. Root Hub has inbuilt TT.
206 This driver depends on OTG driver for PHY initialization,
207 clock management, powering up VBUS, and power management.
208 This driver is not supported on boards like trout which
209 has an external PHY.

--- 581 unchanged lines hidden ---