Kconfig (b967c88ed1b48bc353ea83e0cacb2249a3bb1a51) Kconfig (f7e7aa5850839faa5eb7c7c177da5fd6bca8949b)
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"

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

115
116 This driver does not support isochronous transfers.
117
118 To compile this driver as a module, choose M here: the
119 module will be called isp116x-hcd.
120
121config USB_ISP1760_HCD
122 tristate "ISP 1760 HCD support"
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"

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

115
116 This driver does not support isochronous transfers.
117
118 To compile this driver as a module, choose M here: the
119 module will be called isp116x-hcd.
120
121config USB_ISP1760_HCD
122 tristate "ISP 1760 HCD support"
123 depends on USB && EXPERIMENTAL && (PCI || PPC_OF)
123 depends on USB && EXPERIMENTAL
124 ---help---
125 The ISP1760 chip is a USB 2.0 host controller.
126
127 This driver does not support isochronous transfers or OTG.
128 This USB controller is usually attached to a non-DMA-Master
129 capable bus. NXP's eval kit brings this chip on PCI card
130 where the chip itself is behind a PLB to simulate such
131 a bus.

--- 220 unchanged lines hidden ---
124 ---help---
125 The ISP1760 chip is a USB 2.0 host controller.
126
127 This driver does not support isochronous transfers or OTG.
128 This USB controller is usually attached to a non-DMA-Master
129 capable bus. NXP's eval kit brings this chip on PCI card
130 where the chip itself is behind a PLB to simulate such
131 a bus.

--- 220 unchanged lines hidden ---