Kconfig (a60f4f81e4738d1b20cdb9369060211278f177a5) Kconfig (50a97e059bc9ffe05270a1e2dd963cff1b7396bd)
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

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

449 ---help---
450 This option is deprecated now and the driver was removed, use
451 USB_OHCI_HCD_PLATFORM instead.
452
453 Enables support for the on-chip OHCI controller on the SuperH.
454 If you use the PCI OHCI controller, this option is not necessary.
455
456config USB_OHCI_EXYNOS
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

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

449 ---help---
450 This option is deprecated now and the driver was removed, use
451 USB_OHCI_HCD_PLATFORM instead.
452
453 Enables support for the on-chip OHCI controller on the SuperH.
454 If you use the PCI OHCI controller, this option is not necessary.
455
456config USB_OHCI_EXYNOS
457 boolean "OHCI support for Samsung EXYNOS SoC Series"
458 depends on ARCH_EXYNOS
457 tristate "OHCI support for Samsung S5P/EXYNOS SoC Series"
458 depends on PLAT_S5P || ARCH_EXYNOS
459 help
460 Enable support for the Samsung Exynos SOC's on-chip OHCI controller.
461
462config USB_CNS3XXX_OHCI
463 bool "Cavium CNS3XXX OHCI Module (DEPRECATED)"
464 depends on ARCH_CNS3XXX
465 select USB_OHCI_HCD_PLATFORM
466 ---help---

--- 242 unchanged lines hidden ---
459 help
460 Enable support for the Samsung Exynos SOC's on-chip OHCI controller.
461
462config USB_CNS3XXX_OHCI
463 bool "Cavium CNS3XXX OHCI Module (DEPRECATED)"
464 depends on ARCH_CNS3XXX
465 select USB_OHCI_HCD_PLATFORM
466 ---help---

--- 242 unchanged lines hidden ---