Kconfig 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. #
  2. # USB Miscellaneous driver configuration
  3. #
  4. comment "USB Miscellaneous drivers"
  5. depends on USB
  6. config USB_EMI62
  7. tristate "EMI 6|2m USB Audio interface support"
  8. depends on USB
  9. ---help---
  10. This driver loads firmware to Emagic EMI 6|2m low latency USB
  11. Audio and Midi interface.
  12. After firmware load the device is handled with standard linux
  13. USB Audio driver.
  14. This code is also available as a module ( = code which can be
  15. inserted in and removed from the running kernel whenever you want).
  16. The module will be called audio. If you want to compile it as a
  17. module, say M here and read <file:Documentation/kbuild/modules.txt>.
  18. config USB_EMI26
  19. tristate "EMI 2|6 USB Audio interface support"
  20. depends on USB
  21. ---help---
  22. This driver loads firmware to Emagic EMI 2|6 low latency USB
  23. Audio interface.
  24. After firmware load the device is handled with standard linux
  25. USB Audio driver.
  26. To compile this driver as a module, choose M here: the
  27. module will be called emi26.
  28. config USB_AUERSWALD
  29. tristate "USB Auerswald ISDN support (EXPERIMENTAL)"
  30. depends on USB && EXPERIMENTAL
  31. help
  32. Say Y here if you want to connect an Auerswald USB ISDN Device
  33. to your computer's USB port.
  34. To compile this driver as a module, choose M here: the
  35. module will be called auerswald.
  36. config USB_RIO500
  37. tristate "USB Diamond Rio500 support (EXPERIMENTAL)"
  38. depends on USB && EXPERIMENTAL
  39. help
  40. Say Y here if you want to connect a USB Rio500 mp3 player to your
  41. computer's USB port. Please read <file:Documentation/usb/rio.txt>
  42. for more information.
  43. To compile this driver as a module, choose M here: the
  44. module will be called rio500.
  45. config USB_LEGOTOWER
  46. tristate "USB Lego Infrared Tower support (EXPERIMENTAL)"
  47. depends on USB && EXPERIMENTAL
  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. depends on USB
  59. help
  60. Say Y here if you want to connect an USBLCD to your computer's
  61. USB port. The USBLCD is a small USB interface board for
  62. alphanumeric LCD modules. See <http://www.usblcd.de/> for more
  63. information.
  64. To compile this driver as a module, choose M here: the
  65. module will be called usblcd.
  66. config USB_LED
  67. tristate "USB LED driver support"
  68. depends on USB
  69. help
  70. Say Y here if you want to connect an USBLED device to your
  71. computer's USB port.
  72. To compile this driver as a module, choose M here: the
  73. module will be called usbled.
  74. config USB_CYPRESS_CY7C63
  75. tristate "Cypress CY7C63xxx USB driver support"
  76. depends on USB
  77. help
  78. Say Y here if you want to connect a Cypress CY7C63xxx
  79. micro controller to your computer's USB port. Currently this
  80. driver supports the pre-programmed devices (incl. firmware)
  81. by AK Modul-Bus Computer GmbH.
  82. Please see: http://www.ak-modul-bus.de/stat/mikrocontroller.html
  83. To compile this driver as a module, choose M here: the
  84. module will be called cypress_cy7c63.
  85. config USB_CYTHERM
  86. tristate "Cypress USB thermometer driver support"
  87. depends on USB
  88. help
  89. Say Y here if you want to connect a Cypress USB thermometer
  90. device to your computer's USB port. This device is also known
  91. as the Cypress USB Starter kit or demo board. The Elektor
  92. magazine published a modified version of this device in issue
  93. #291.
  94. To compile this driver as a module, choose M here: the
  95. module will be called cytherm.
  96. config USB_PHIDGET
  97. tristate "USB Phidgets drivers"
  98. depends on USB
  99. help
  100. Say Y here to enable the various drivers for devices from
  101. Phidgets inc.
  102. config USB_PHIDGETKIT
  103. tristate "USB PhidgetInterfaceKit support"
  104. depends on USB_PHIDGET
  105. help
  106. Say Y here if you want to connect a PhidgetInterfaceKit USB device
  107. from Phidgets Inc.
  108. To compile this driver as a module, choose M here: the
  109. module will be called phidgetkit.
  110. config USB_PHIDGETMOTORCONTROL
  111. tristate "USB PhidgetMotorControl support"
  112. depends on USB_PHIDGET
  113. help
  114. Say Y here if you want to connect a PhidgetMotorControl USB device
  115. from Phidgets Inc.
  116. To compile this driver as a module, choose M here: the
  117. module will be called phidgetmotorcontrol.
  118. config USB_PHIDGETSERVO
  119. tristate "USB PhidgetServo support"
  120. depends on USB_PHIDGET
  121. help
  122. Say Y here if you want to connect an 1 or 4 Motor PhidgetServo
  123. servo controller version 2.0 or 3.0.
  124. Phidgets Inc. has a web page at <http://www.phidgets.com/>.
  125. To compile this driver as a module, choose M here: the
  126. module will be called phidgetservo.
  127. config USB_IDMOUSE
  128. tristate "Siemens ID USB Mouse Fingerprint sensor support"
  129. depends on USB
  130. help
  131. Say Y here if you want to use the fingerprint sensor on
  132. the Siemens ID Mouse. There is also a Siemens ID Mouse
  133. _Professional_, which has not been tested with this driver,
  134. but uses the same sensor and may therefore work.
  135. This driver creates an entry "/dev/idmouseX" or "/dev/usb/idmouseX",
  136. which can be used by, e.g.,"cat /dev/idmouse0 > fingerprint.pnm".
  137. See also <http://www.fs.tum.de/~echtler/idmouse/>.
  138. config USB_APPLEDISPLAY
  139. tristate "Apple Cinema Display support"
  140. depends on USB
  141. select BACKLIGHT_LCD_SUPPORT
  142. select BACKLIGHT_CLASS_DEVICE
  143. help
  144. Say Y here if you want to control the backlight of Apple Cinema
  145. Displays over USB. This driver provides a sysfs interface.
  146. source "drivers/usb/misc/sisusbvga/Kconfig"
  147. config USB_LD
  148. tristate "USB LD driver"
  149. depends on USB
  150. help
  151. This driver is for generic USB devices that use interrupt transfers,
  152. like LD Didactic's USB devices.
  153. To compile this driver as a module, choose M here: the
  154. module will be called ldusb.
  155. config USB_TEST
  156. tristate "USB testing driver (DEVELOPMENT)"
  157. depends on USB && USB_DEVICEFS && EXPERIMENTAL
  158. help
  159. This driver is for testing host controller software. It is used
  160. with specialized device firmware for regression and stress testing,
  161. to help prevent problems from cropping up with "real" drivers.
  162. See <http://www.linux-usb.org/usbtest/> for more information,
  163. including sample test device firmware and "how to use it".