diff options
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r-- | drivers/usb/misc/Kconfig | 61 |
1 files changed, 56 insertions, 5 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index 88928a4be805..c29658f69e2a 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig | |||
@@ -32,6 +32,16 @@ config USB_EMI26 | |||
32 | To compile this driver as a module, choose M here: the | 32 | To compile this driver as a module, choose M here: the |
33 | module will be called emi26. | 33 | module will be called emi26. |
34 | 34 | ||
35 | config USB_ADUTUX | ||
36 | tristate "ADU devices from Ontrak Control Systems (EXPERIMENTAL)" | ||
37 | depends on USB && EXPERIMENTAL | ||
38 | help | ||
39 | Say Y if you want to use an ADU device from Ontrak Control | ||
40 | Systems. | ||
41 | |||
42 | To compile this driver as a module, choose M here. The module | ||
43 | will be called adutux. | ||
44 | |||
35 | config USB_AUERSWALD | 45 | config USB_AUERSWALD |
36 | tristate "USB Auerswald ISDN support (EXPERIMENTAL)" | 46 | tristate "USB Auerswald ISDN support (EXPERIMENTAL)" |
37 | depends on USB && EXPERIMENTAL | 47 | depends on USB && EXPERIMENTAL |
@@ -115,19 +125,36 @@ config USB_CYTHERM | |||
115 | To compile this driver as a module, choose M here: the | 125 | To compile this driver as a module, choose M here: the |
116 | module will be called cytherm. | 126 | module will be called cytherm. |
117 | 127 | ||
118 | config USB_PHIDGETKIT | 128 | config USB_PHIDGET |
119 | tristate "USB PhidgetKit support" | 129 | tristate "USB Phidgets drivers" |
120 | depends on USB | 130 | depends on USB |
121 | help | 131 | help |
122 | Say Y here if you want to connect a PhidgetKit USB device from | 132 | Say Y here to enable the various drivers for devices from |
123 | Phidgets Inc. | 133 | Phidgets inc. |
134 | |||
135 | config USB_PHIDGETKIT | ||
136 | tristate "USB PhidgetInterfaceKit support" | ||
137 | depends on USB_PHIDGET | ||
138 | help | ||
139 | Say Y here if you want to connect a PhidgetInterfaceKit USB device | ||
140 | from Phidgets Inc. | ||
124 | 141 | ||
125 | To compile this driver as a module, choose M here: the | 142 | To compile this driver as a module, choose M here: the |
126 | module will be called phidgetkit. | 143 | module will be called phidgetkit. |
127 | 144 | ||
145 | config USB_PHIDGETMOTORCONTROL | ||
146 | tristate "USB PhidgetMotorControl support" | ||
147 | depends on USB_PHIDGET | ||
148 | help | ||
149 | Say Y here if you want to connect a PhidgetMotorControl USB device | ||
150 | from Phidgets Inc. | ||
151 | |||
152 | To compile this driver as a module, choose M here: the | ||
153 | module will be called phidgetmotorcontrol. | ||
154 | |||
128 | config USB_PHIDGETSERVO | 155 | config USB_PHIDGETSERVO |
129 | tristate "USB PhidgetServo support" | 156 | tristate "USB PhidgetServo support" |
130 | depends on USB | 157 | depends on USB_PHIDGET |
131 | help | 158 | help |
132 | Say Y here if you want to connect an 1 or 4 Motor PhidgetServo | 159 | Say Y here if you want to connect an 1 or 4 Motor PhidgetServo |
133 | servo controller version 2.0 or 3.0. | 160 | servo controller version 2.0 or 3.0. |
@@ -151,6 +178,30 @@ config USB_IDMOUSE | |||
151 | 178 | ||
152 | See also <http://www.fs.tum.de/~echtler/idmouse/>. | 179 | See also <http://www.fs.tum.de/~echtler/idmouse/>. |
153 | 180 | ||
181 | config USB_FTDI_ELAN | ||
182 | tristate "Elan PCMCIA CardBus Adapter USB Client" | ||
183 | depends on USB | ||
184 | default M | ||
185 | help | ||
186 | ELAN's Uxxx series of adapters are USB to PCMCIA CardBus adapters. | ||
187 | Currently only the U132 adapter is available. | ||
188 | |||
189 | The U132 is specifically designed for CardBus PC cards that contain | ||
190 | an OHCI host controller. Typical PC cards are the Orange Mobile 3G | ||
191 | Option GlobeTrotter Fusion card. The U132 adapter will *NOT* work | ||
192 | with PC cards that do not contain an OHCI controller. To use a U132 | ||
193 | adapter you will need this "ftdi-elan" module as well as the "u132-hcd" | ||
194 | module which is a USB host controller driver that talks to the OHCI | ||
195 | controller within CardBus card that are inserted in the U132 adapter. | ||
196 | |||
197 | This driver has been tested with a CardBus OHCI USB adapter, and | ||
198 | worked with a USB PEN Drive inserted into the first USB port of | ||
199 | the PCCARD. A rather pointless thing to do, but useful for testing. | ||
200 | |||
201 | See also the USB_U132_HCD entry "Elan U132 Adapter Host Controller" | ||
202 | |||
203 | It is safe to say M here. | ||
204 | |||
154 | config USB_APPLEDISPLAY | 205 | config USB_APPLEDISPLAY |
155 | tristate "Apple Cinema Display support" | 206 | tristate "Apple Cinema Display support" |
156 | depends on USB | 207 | depends on USB |