Kconfig (d5432503bfb49f3425bad0b850714ffd8b533cfc) Kconfig (cd6e245a2d061a8367e37aaece32cf3fc922de80)
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

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

229 bool "EHCI support for SuperH USB controller"
230 depends on SUPERH
231 ---help---
232 Enables support for the on-chip EHCI controller on the SuperH.
233 If you use the PCI EHCI controller, this option is not necessary.
234
235config USB_EHCI_EXYNOS
236 tristate "EHCI support for Samsung S5P/EXYNOS SoC Series"
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

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

229 bool "EHCI support for SuperH USB controller"
230 depends on SUPERH
231 ---help---
232 Enables support for the on-chip EHCI controller on the SuperH.
233 If you use the PCI EHCI controller, this option is not necessary.
234
235config USB_EHCI_EXYNOS
236 tristate "EHCI support for Samsung S5P/EXYNOS SoC Series"
237 depends on PLAT_S5P || ARCH_EXYNOS
237 depends on ARCH_S5PV210 || ARCH_EXYNOS
238 help
239 Enable support for the Samsung Exynos SOC's on-chip EHCI controller.
240
241config USB_EHCI_MV
242 bool "EHCI support for Marvell PXA/MMP USB controller"
243 depends on (ARCH_PXA || ARCH_MMP)
244 select USB_EHCI_ROOT_HUB_TT
245 ---help---

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

545 This option is deprecated now and the driver was removed, use
546 USB_OHCI_HCD_PLATFORM instead.
547
548 Enables support for the on-chip OHCI controller on the SuperH.
549 If you use the PCI OHCI controller, this option is not necessary.
550
551config USB_OHCI_EXYNOS
552 tristate "OHCI support for Samsung S5P/EXYNOS SoC Series"
238 help
239 Enable support for the Samsung Exynos SOC's on-chip EHCI controller.
240
241config USB_EHCI_MV
242 bool "EHCI support for Marvell PXA/MMP USB controller"
243 depends on (ARCH_PXA || ARCH_MMP)
244 select USB_EHCI_ROOT_HUB_TT
245 ---help---

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

545 This option is deprecated now and the driver was removed, use
546 USB_OHCI_HCD_PLATFORM instead.
547
548 Enables support for the on-chip OHCI controller on the SuperH.
549 If you use the PCI OHCI controller, this option is not necessary.
550
551config USB_OHCI_EXYNOS
552 tristate "OHCI support for Samsung S5P/EXYNOS SoC Series"
553 depends on PLAT_S5P || ARCH_EXYNOS
553 depends on ARCH_S5PV210 || ARCH_EXYNOS
554 help
555 Enable support for the Samsung Exynos SOC's on-chip OHCI controller.
556
557config USB_CNS3XXX_OHCI
558 bool "Cavium CNS3XXX OHCI Module (DEPRECATED)"
559 depends on ARCH_CNS3XXX
560 select USB_OHCI_HCD_PLATFORM
561 ---help---

--- 241 unchanged lines hidden ---
554 help
555 Enable support for the Samsung Exynos SOC's on-chip OHCI controller.
556
557config USB_CNS3XXX_OHCI
558 bool "Cavium CNS3XXX OHCI Module (DEPRECATED)"
559 depends on ARCH_CNS3XXX
560 select USB_OHCI_HCD_PLATFORM
561 ---help---

--- 241 unchanged lines hidden ---