Kconfig (a5a64498c194c82ecad3a2d67cff6231cda8d3dd) | Kconfig (ff30bf1ca4b548c0928dae6bfce89458b95e5bf4) |
---|---|
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" --- 96 unchanged lines hidden (view full) --- 105 106 This driver does not support isochronous transfers. 107 108 To compile this driver as a module, choose M here: the 109 module will be called isp116x-hcd. 110 111config USB_ISP1760_HCD 112 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" --- 96 unchanged lines hidden (view full) --- 105 106 This driver does not support isochronous transfers. 107 108 To compile this driver as a module, choose M here: the 109 module will be called isp116x-hcd. 110 111config USB_ISP1760_HCD 112 tristate "ISP 1760 HCD support" |
113 depends on USB && EXPERIMENTAL | 113 depends on USB && EXPERIMENTAL && (PCI || PPC_OF) |
114 ---help--- 115 The ISP1760 chip is a USB 2.0 host controller. 116 117 This driver does not support isochronous transfers or OTG. | 114 ---help--- 115 The ISP1760 chip is a USB 2.0 host controller. 116 117 This driver does not support isochronous transfers or OTG. |
118 This USB controller is usually attached to a non-DMA-Master 119 capable bus. NXP's eval kit brings this chip on PCI card 120 where the chip itself is behind a PLB to simulate such 121 a bus. |
|
118 119 To compile this driver as a module, choose M here: the | 122 123 To compile this driver as a module, choose M here: the |
120 module will be called isp1760-hcd. | 124 module will be called isp1760. |
121 | 125 |
122config USB_ISP1760_PCI 123 bool "Support for the PCI bus" 124 depends on USB_ISP1760_HCD && PCI 125 ---help--- 126 Enables support for the device present on the PCI bus. 127 This should only be required if you happen to have the eval kit from 128 NXP and you are going to test it. 129 130config USB_ISP1760_OF 131 bool "Support for the OF platform bus" 132 depends on USB_ISP1760_HCD && PPC_OF 133 ---help--- 134 Enables support for the device present on the PowerPC 135 OpenFirmware platform bus. 136 | |
137config USB_OHCI_HCD 138 tristate "OHCI HCD support" 139 depends on USB && USB_ARCH_HAS_OHCI 140 select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 141 ---help--- 142 The Open Host Controller Interface (OHCI) is a standard for accessing 143 USB 1.1 host controller hardware. It does more in hardware than Intel's 144 UHCI specification. If your USB host controller follows the OHCI spec, --- 190 unchanged lines hidden --- | 126config USB_OHCI_HCD 127 tristate "OHCI HCD support" 128 depends on USB && USB_ARCH_HAS_OHCI 129 select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 130 ---help--- 131 The Open Host Controller Interface (OHCI) is a standard for accessing 132 USB 1.1 host controller hardware. It does more in hardware than Intel's 133 UHCI specification. If your USB host controller follows the OHCI spec, --- 190 unchanged lines hidden --- |