Kconfig 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. #
  2. # USB Miscellaneous driver configuration
  3. #
  4. comment "USB Miscellaneous drivers"
  5. config USB_EMI62
  6. tristate "EMI 6|2m USB Audio interface support"
  7. ---help---
  8. This driver loads firmware to Emagic EMI 6|2m low latency USB
  9. Audio and Midi interface.
  10. After firmware load the device is handled with standard linux
  11. USB Audio driver.
  12. This code is also available as a module ( = code which can be
  13. inserted in and removed from the running kernel whenever you want).
  14. The module will be called audio. If you want to compile it as a
  15. module, say M here and read <file:Documentation/kbuild/modules.txt>.
  16. config USB_EMI26
  17. tristate "EMI 2|6 USB Audio interface support"
  18. ---help---
  19. This driver loads firmware to Emagic EMI 2|6 low latency USB
  20. Audio interface.
  21. After firmware load the device is handled with standard linux
  22. USB Audio driver.
  23. To compile this driver as a module, choose M here: the
  24. module will be called emi26.
  25. config USB_ADUTUX
  26. tristate "ADU devices from Ontrak Control Systems"
  27. help
  28. Say Y if you want to use an ADU device from Ontrak Control
  29. Systems.
  30. To compile this driver as a module, choose M here. The module
  31. will be called adutux.
  32. config USB_SEVSEG
  33. tristate "USB 7-Segment LED Display"
  34. help
  35. Say Y here if you have a USB 7-Segment Display by Delcom
  36. To compile this driver as a module, choose M here: the
  37. module will be called usbsevseg.
  38. config USB_RIO500
  39. tristate "USB Diamond Rio500 support"
  40. help
  41. Say Y here if you want to connect a USB Rio500 mp3 player to your
  42. computer's USB port. Please read <file:Documentation/usb/rio.txt>
  43. for more information.
  44. To compile this driver as a module, choose M here: the
  45. module will be called rio500.
  46. config USB_LEGOTOWER
  47. tristate "USB Lego Infrared Tower support"
  48. help
  49. Say Y here if you want to connect a USB Lego Infrared Tower to your
  50. computer's USB port.
  51. This code is also available as a module ( = code which can be
  52. inserted in and removed from the running kernel whenever you want).
  53. The module will be called legousbtower. If you want to compile it as
  54. a module, say M here and read
  55. <file:Documentation/kbuild/modules.txt>.
  56. config USB_LCD
  57. tristate "USB LCD driver support"
  58. help
  59. Say Y here if you want to connect an USBLCD to your computer's
  60. USB port. The USBLCD is a small USB interface board for
  61. alphanumeric LCD modules. See <http://www.usblcd.de/> for more
  62. information.
  63. To compile this driver as a module, choose M here: the
  64. module will be called usblcd.
  65. config USB_LED
  66. tristate "USB LED driver support"
  67. help
  68. Say Y here if you want to connect an USBLED device to your
  69. computer's USB port.
  70. To compile this driver as a module, choose M here: the
  71. module will be called usbled.
  72. config USB_CYPRESS_CY7C63
  73. tristate "Cypress CY7C63xxx USB driver support"
  74. help
  75. Say Y here if you want to connect a Cypress CY7C63xxx
  76. micro controller to your computer's USB port. Currently this
  77. driver supports the pre-programmed devices (incl. firmware)
  78. by AK Modul-Bus Computer GmbH.
  79. Please see: http://www.ak-modul-bus.de/stat/mikrocontroller.html
  80. To compile this driver as a module, choose M here: the
  81. module will be called cypress_cy7c63.
  82. config USB_CYTHERM
  83. tristate "Cypress USB thermometer driver support"
  84. help
  85. Say Y here if you want to connect a Cypress USB thermometer
  86. device to your computer's USB port. This device is also known
  87. as the Cypress USB Starter kit or demo board. The Elektor
  88. magazine published a modified version of this device in issue
  89. #291.
  90. To compile this driver as a module, choose M here: the
  91. module will be called cytherm.
  92. config USB_IDMOUSE
  93. tristate "Siemens ID USB Mouse Fingerprint sensor support"
  94. help
  95. Say Y here if you want to use the fingerprint sensor on
  96. the Siemens ID Mouse. There is also a Siemens ID Mouse
  97. _Professional_, which has not been tested with this driver,
  98. but uses the same sensor and may therefore work.
  99. This driver creates an entry "/dev/idmouseX" or "/dev/usb/idmouseX",
  100. which can be used by, e.g.,"cat /dev/idmouse0 > fingerprint.pnm".
  101. See also <http://www.fs.tum.de/~echtler/idmouse/>.
  102. config USB_FTDI_ELAN
  103. tristate "Elan PCMCIA CardBus Adapter USB Client"
  104. default M
  105. help
  106. ELAN's Uxxx series of adapters are USB to PCMCIA CardBus adapters.
  107. Currently only the U132 adapter is available.
  108. The U132 is specifically designed for CardBus PC cards that contain
  109. an OHCI host controller. Typical PC cards are the Orange Mobile 3G
  110. Option GlobeTrotter Fusion card. The U132 adapter will *NOT* work
  111. with PC cards that do not contain an OHCI controller. To use a U132
  112. adapter you will need this "ftdi-elan" module as well as the "u132-hcd"
  113. module which is a USB host controller driver that talks to the OHCI
  114. controller within CardBus card that are inserted in the U132 adapter.
  115. This driver has been tested with a CardBus OHCI USB adapter, and
  116. worked with a USB PEN Drive inserted into the first USB port of
  117. the PCCARD. A rather pointless thing to do, but useful for testing.
  118. See also the USB_U132_HCD entry "Elan U132 Adapter Host Controller"
  119. It is safe to say M here.
  120. config USB_APPLEDISPLAY
  121. tristate "Apple Cinema Display support"
  122. select BACKLIGHT_LCD_SUPPORT
  123. select BACKLIGHT_CLASS_DEVICE
  124. help
  125. Say Y here if you want to control the backlight of Apple Cinema
  126. Displays over USB. This driver provides a sysfs interface.
  127. source "drivers/usb/misc/sisusbvga/Kconfig"
  128. config USB_LD
  129. tristate "USB LD driver"
  130. help
  131. This driver is for generic USB devices that use interrupt transfers,
  132. like LD Didactic's USB devices.
  133. To compile this driver as a module, choose M here: the
  134. module will be called ldusb.
  135. config USB_TRANCEVIBRATOR
  136. tristate "PlayStation 2 Trance Vibrator driver support"
  137. help
  138. Say Y here if you want to connect a PlayStation 2 Trance Vibrator
  139. device to your computer's USB port.
  140. To compile this driver as a module, choose M here: the
  141. module will be called trancevibrator.
  142. config USB_IOWARRIOR
  143. tristate "IO Warrior driver support"
  144. help
  145. Say Y here if you want to support the IO Warrior devices from Code
  146. Mercenaries. This includes support for the following devices:
  147. IO Warrior 40
  148. IO Warrior 24
  149. IO Warrior 56
  150. IO Warrior 24 Power Vampire
  151. To compile this driver as a module, choose M here: the
  152. module will be called iowarrior.
  153. config USB_TEST
  154. tristate "USB testing driver"
  155. help
  156. This driver is for testing host controller software. It is used
  157. with specialized device firmware for regression and stress testing,
  158. to help prevent problems from cropping up with "real" drivers.
  159. See <http://www.linux-usb.org/usbtest/> for more information,
  160. including sample test device firmware and "how to use it".
  161. config USB_EHSET_TEST_FIXTURE
  162. tristate "USB EHSET Test Fixture driver"
  163. help
  164. Say Y here if you want to support the special test fixture device
  165. used for the USB-IF Embedded Host High-Speed Electrical Test procedure.
  166. When the test fixture is connected, it can enumerate as one of several
  167. VID/PID pairs. This driver then initiates a corresponding test mode on
  168. the downstream port to which the test fixture is attached.
  169. See <http://www.usb.org/developers/onthego/EHSET_v1.01.pdf> for more
  170. information.
  171. config USB_ISIGHTFW
  172. tristate "iSight firmware loading support"
  173. select FW_LOADER
  174. help
  175. This driver loads firmware for USB Apple iSight cameras, allowing
  176. them to be driven by the USB video class driver available at
  177. http://linux-uvc.berlios.de
  178. The firmware for this driver must be extracted from the MacOS
  179. driver beforehand. Tools for doing so are available at
  180. http://bersace03.free.fr
  181. config USB_YUREX
  182. tristate "USB YUREX driver support"
  183. help
  184. Say Y here if you want to connect a YUREX to your computer's
  185. USB port. The YUREX is a leg-shakes sensor. See
  186. <http://bbu.kayac.com/en/> for further information.
  187. This driver supports read/write of leg-shakes counter and
  188. fasync for the counter update via a device file /dev/yurex*.
  189. To compile this driver as a module, choose M here: the
  190. module will be called yurex.
  191. config USB_EZUSB_FX2
  192. tristate "Functions for loading firmware on EZUSB chips"
  193. help
  194. Say Y here if you need EZUSB device support.
  195. (Cypress FX/FX2/FX2LP microcontrollers)
  196. config USB_HSIC_USB3503
  197. tristate "USB3503 HSIC to USB20 Driver"
  198. depends on I2C
  199. help
  200. This option enables support for SMSC USB3503 HSIC to USB 2.0 Driver.