Kconfig (08d3c18e6674c5d46e4333a462b1e2e4c4ded1d4) Kconfig (7e8d5cd93fac4d3720d8f780b350c9421e8997d4)
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"

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

111
112config USB_EHCI_FSL
113 bool "Support for Freescale on-chip EHCI USB controller"
114 depends on USB_EHCI_HCD && FSL_SOC
115 select USB_EHCI_ROOT_HUB_TT
116 ---help---
117 Variation of ARC USB block used in some Freescale chips.
118
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"

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

111
112config USB_EHCI_FSL
113 bool "Support for Freescale on-chip EHCI USB controller"
114 depends on USB_EHCI_HCD && FSL_SOC
115 select USB_EHCI_ROOT_HUB_TT
116 ---help---
117 Variation of ARC USB block used in some Freescale chips.
118
119config USB_EHCI_MXC
120 bool "Support for Freescale on-chip EHCI USB controller"
121 depends on USB_EHCI_HCD && ARCH_MXC
122 select USB_EHCI_ROOT_HUB_TT
123 ---help---
124 Variation of ARC USB block used in some Freescale chips.
125
119config USB_EHCI_HCD_PPC_OF
120 bool "EHCI support for PPC USB controller on OF platform bus"
121 depends on USB_EHCI_HCD && PPC_OF
122 default y
123 ---help---
124 Enables support for the USB controller present on the PowerPC
125 OpenFirmware platform bus.
126

--- 268 unchanged lines hidden ---
126config USB_EHCI_HCD_PPC_OF
127 bool "EHCI support for PPC USB controller on OF platform bus"
128 depends on USB_EHCI_HCD && PPC_OF
129 default y
130 ---help---
131 Enables support for the USB controller present on the PowerPC
132 OpenFirmware platform bus.
133

--- 268 unchanged lines hidden ---