Kconfig (26facdff1d39c0028565137ad27e8bd5a5cafcf1) | Kconfig (d774efeabccf5f5207aa70d5c126fc928e8b30bd) |
---|---|
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" --- 128 unchanged lines hidden (view full) --- 137 with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX, 138 i810, i820) conform to this standard. Also all VIA PCI chipsets 139 (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro 140 133). If unsure, say Y. 141 142 To compile this driver as a module, choose M here: the 143 module will be called uhci-hcd. 144 | 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" --- 128 unchanged lines hidden (view full) --- 137 with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX, 138 i810, i820) conform to this standard. Also all VIA PCI chipsets 139 (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro 140 133). If unsure, say Y. 141 142 To compile this driver as a module, choose M here: the 143 module will be called uhci-hcd. 144 |
145config USB_U132_HCD 146 tristate "Elan U132 Adapter Host Controller" 147 depends on USB && USB_FTDI_ELAN 148 default M 149 help 150 The U132 adapter is a USB to CardBus adapter specifically designed 151 for PC cards that contain an OHCI host controller. Typical PC cards 152 are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132 153 adapter will *NOT* work with PC cards that do not contain an OHCI 154 controller. 155 156 For those PC cards that contain multiple OHCI controllers only ther 157 first one is used. 158 159 The driver consists of two modules, the "ftdi-elan" module is a 160 USB client driver that interfaces to the FTDI chip within ELAN's 161 USB-to-PCMCIA adapter, and this "u132-hcd" module is a USB host 162 controller driver that talks to the OHCI controller within the 163 CardBus cards that are inserted in the U132 adapter. 164 165 This driver has been tested with a CardBus OHCI USB adapter, and 166 worked with a USB PEN Drive inserted into the first USB port of 167 the PCCARD. A rather pointless thing to do, but useful for testing. 168 169 It is safe to say M here. 170 171 See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php> 172 |
|
145config USB_SL811_HCD 146 tristate "SL811HS HCD support" 147 depends on USB 148 help 149 The SL811HS is a single-port USB controller that supports either 150 host side or peripheral side roles. Enable this option if your 151 board has this chip, and you want to use it as a host controller. 152 If unsure, say N. --- 14 unchanged lines hidden --- | 173config USB_SL811_HCD 174 tristate "SL811HS HCD support" 175 depends on USB 176 help 177 The SL811HS is a single-port USB controller that supports either 178 host side or peripheral side roles. Enable this option if your 179 board has this chip, and you want to use it as a host controller. 180 If unsure, say N. --- 14 unchanged lines hidden --- |