Kconfig (7675d6ba436f8439fc524ee0b42dc562cb1bc74e) Kconfig (7edb3daf78e5124b64a39b6eb264ec2a487e295a)
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"

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

215config USB_EHCI_SH
216 bool "EHCI support for SuperH USB controller"
217 depends on USB_EHCI_HCD && SUPERH
218 ---help---
219 Enables support for the on-chip EHCI controller on the SuperH.
220 If you use the PCI EHCI controller, this option is not necessary.
221
222config USB_EHCI_S5P
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"

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

215config USB_EHCI_SH
216 bool "EHCI support for SuperH USB controller"
217 depends on USB_EHCI_HCD && SUPERH
218 ---help---
219 Enables support for the on-chip EHCI controller on the SuperH.
220 If you use the PCI EHCI controller, this option is not necessary.
221
222config USB_EHCI_S5P
223 boolean "S5P EHCI support"
223 tristate "EHCI support for Samsung S5P/EXYNOS SoC Series"
224 depends on USB_EHCI_HCD && PLAT_S5P
225 help
224 depends on USB_EHCI_HCD && PLAT_S5P
225 help
226 Enable support for the S5P SOC's on-chip EHCI controller.
226 Enable support for the Samsung S5Pxxxx and Exynos3/4/5 SOC's
227 on-chip EHCI controller.
227
228config USB_EHCI_MV
229 bool "EHCI support for Marvell PXA/MMP USB controller"
230 depends on USB_EHCI_HCD && (ARCH_PXA || ARCH_MMP)
231 select USB_EHCI_ROOT_HUB_TT
232 ---help---
233 Enables support for Marvell (including PXA and MMP series) on-chip
234 USB SPH and OTG controller. SPH is a single port host, and it can

--- 474 unchanged lines hidden ---
228
229config USB_EHCI_MV
230 bool "EHCI support for Marvell PXA/MMP USB controller"
231 depends on USB_EHCI_HCD && (ARCH_PXA || ARCH_MMP)
232 select USB_EHCI_ROOT_HUB_TT
233 ---help---
234 Enables support for Marvell (including PXA and MMP series) on-chip
235 USB SPH and OTG controller. SPH is a single port host, and it can

--- 474 unchanged lines hidden ---