Kconfig (5a84d159061d914c8dd4aa372ac6e9529c2be453) Kconfig (946b960d13c15f050a3b848987aaca79f6a459b7)
1#
2# USB Miscellaneous driver configuration
3#
4comment "USB Miscellaneous drivers"
5 depends on USB
6
7config USB_EMI62
8 tristate "EMI 6|2m USB Audio interface support"

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

239 depends on USB
240 help
241 Say Y here if you want to connect a PlayStation 2 Trance Vibrator
242 device to your computer's USB port.
243
244 To compile this driver as a module, choose M here: the
245 module will be called trancevibrator.
246
1#
2# USB Miscellaneous driver configuration
3#
4comment "USB Miscellaneous drivers"
5 depends on USB
6
7config USB_EMI62
8 tristate "EMI 6|2m USB Audio interface support"

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

239 depends on USB
240 help
241 Say Y here if you want to connect a PlayStation 2 Trance Vibrator
242 device to your computer's USB port.
243
244 To compile this driver as a module, choose M here: the
245 module will be called trancevibrator.
246
247config USB_IOWARRIOR
248 tristate "IO Warrior driver support"
249 depends on USB
250 help
251 Say Y here if you want to support the IO Warrior devices from Code
252 Mercenaries. This includes support for the following devices:
253 IO Warrior 40
254 IO Warrior 24
255 IO Warrior 56
256 IO Warrior 24 Power Vampire
257
258 To compile this driver as a module, choose M here: the
259 module will be called iowarrior.
260
247config USB_TEST
248 tristate "USB testing driver (DEVELOPMENT)"
249 depends on USB && USB_DEVICEFS && EXPERIMENTAL
250 help
251 This driver is for testing host controller software. It is used
252 with specialized device firmware for regression and stress testing,
253 to help prevent problems from cropping up with "real" drivers.
254
255 See <http://www.linux-usb.org/usbtest/> for more information,
256 including sample test device firmware and "how to use it".
257
261config USB_TEST
262 tristate "USB testing driver (DEVELOPMENT)"
263 depends on USB && USB_DEVICEFS && EXPERIMENTAL
264 help
265 This driver is for testing host controller software. It is used
266 with specialized device firmware for regression and stress testing,
267 to help prevent problems from cropping up with "real" drivers.
268
269 See <http://www.linux-usb.org/usbtest/> for more information,
270 including sample test device firmware and "how to use it".
271