Kconfig (96916090f488986a4ebb8e9ffa6a3b50881d5ccd) Kconfig (db11e47dd7b09b7f76c7eaa236277f23391331e7)
1#
2# USB Host Controller Drivers
3#
4comment "USB Host Controller Drivers"
5 depends on USB
6
7config USB_EHCI_HCD
8 tristate "EHCI HCD (USB 2.0) support"

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

90 The ISP1160 and ISP1161 chips are USB host controllers. Enable this
91 option if your board has this chip. If unsure, say N.
92
93 This driver does not support isochronous transfers.
94
95 To compile this driver as a module, choose M here: the
96 module will be called isp116x-hcd.
97
1#
2# USB Host Controller Drivers
3#
4comment "USB Host Controller Drivers"
5 depends on USB
6
7config USB_EHCI_HCD
8 tristate "EHCI HCD (USB 2.0) support"

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

90 The ISP1160 and ISP1161 chips are USB host controllers. Enable this
91 option if your board has this chip. If unsure, say N.
92
93 This driver does not support isochronous transfers.
94
95 To compile this driver as a module, choose M here: the
96 module will be called isp116x-hcd.
97
98config USB_ISP1760_HCD
99 tristate "ISP 1760 HCD support"
100 depends on USB && EXPERIMENTAL
101 ---help---
102 The ISP1760 chip is a USB 2.0 host controller.
103
104 This driver does not support isochronous transfers or OTG.
105
106 To compile this driver as a module, choose M here: the
107 module will be called isp1760-hcd.
108
109config USB_ISP1760_PCI
110 bool "Support for the PCI bus"
111 depends on USB_ISP1760_HCD && PCI
112 ---help---
113 Enables support for the device present on the PCI bus.
114 This should only be required if you happen to have the eval kit from
115 NXP and you are going to test it.
116
117config USB_ISP1760_OF
118 bool "Support for the OF platform bus"
119 depends on USB_ISP1760_HCD && OF
120 ---help---
121 Enables support for the device present on the PowerPC
122 OpenFirmware platform bus.
123
98config USB_OHCI_HCD
99 tristate "OHCI HCD support"
100 depends on USB && USB_ARCH_HAS_OHCI
101 select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
102 select I2C if ARCH_PNX4008
103 ---help---
104 The Open Host Controller Interface (OHCI) is a standard for accessing
105 USB 1.1 host controller hardware. It does more in hardware than Intel's

--- 163 unchanged lines hidden ---
124config USB_OHCI_HCD
125 tristate "OHCI HCD support"
126 depends on USB && USB_ARCH_HAS_OHCI
127 select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
128 select I2C if ARCH_PNX4008
129 ---help---
130 The Open Host Controller Interface (OHCI) is a standard for accessing
131 USB 1.1 host controller hardware. It does more in hardware than Intel's

--- 163 unchanged lines hidden ---