Kconfig 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. #
  2. # USB Input driver configuration
  3. #
  4. comment "USB Input Devices"
  5. depends on USB
  6. config USB_AIPTEK
  7. tristate "Aiptek 6000U/8000U tablet support"
  8. depends on USB && INPUT
  9. help
  10. Say Y here if you want to use the USB version of the Aiptek 6000U
  11. or Aiptek 8000U tablet. Make sure to say Y to "Mouse support"
  12. (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
  13. (CONFIG_INPUT_EVDEV) as well.
  14. To compile this driver as a module, choose M here: the
  15. module will be called aiptek.
  16. config USB_WACOM
  17. tristate "Wacom Intuos/Graphire tablet support"
  18. depends on USB && INPUT
  19. help
  20. Say Y here if you want to use the USB version of the Wacom Intuos
  21. or Graphire tablet. Make sure to say Y to "Mouse support"
  22. (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
  23. (CONFIG_INPUT_EVDEV) as well.
  24. To compile this driver as a module, choose M here: the
  25. module will be called wacom.
  26. config USB_ACECAD
  27. tristate "Acecad Flair tablet support"
  28. depends on USB && INPUT
  29. help
  30. Say Y here if you want to use the USB version of the Acecad Flair
  31. tablet. Make sure to say Y to "Mouse support"
  32. (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
  33. (CONFIG_INPUT_EVDEV) as well.
  34. To compile this driver as a module, choose M here: the
  35. module will be called acecad.
  36. config USB_KBTAB
  37. tristate "KB Gear JamStudio tablet support"
  38. depends on USB && INPUT
  39. help
  40. Say Y here if you want to use the USB version of the KB Gear
  41. JamStudio tablet. Make sure to say Y to "Mouse support"
  42. (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
  43. (CONFIG_INPUT_EVDEV) as well.
  44. To compile this driver as a module, choose M here: the
  45. module will be called kbtab.
  46. config USB_POWERMATE
  47. tristate "Griffin PowerMate and Contour Jog support"
  48. depends on USB && INPUT
  49. ---help---
  50. Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
  51. These are aluminum dials which can measure clockwise and anticlockwise
  52. rotation. The dial also acts as a pushbutton. The base contains an LED
  53. which can be instructed to pulse or to switch to a particular intensity.
  54. You can download userspace tools from
  55. <http://sowerbutts.com/powermate/>.
  56. To compile this driver as a module, choose M here: the
  57. module will be called powermate.
  58. config USB_TOUCHSCREEN
  59. tristate "USB Touchscreen Driver"
  60. depends on USB && INPUT
  61. ---help---
  62. USB Touchscreen driver for:
  63. - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
  64. - PanJit TouchSet USB
  65. - 3M MicroTouch USB (EX II series)
  66. - ITM
  67. - some other eTurboTouch
  68. - Gunze AHL61
  69. - DMC TSC-10/25
  70. Have a look at <http://linux.chapter7.ch/touchkit/> for
  71. a usage description and the required user-space stuff.
  72. To compile this driver as a module, choose M here: the
  73. module will be called usbtouchscreen.
  74. config USB_TOUCHSCREEN_EGALAX
  75. default y
  76. bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
  77. depends on USB_TOUCHSCREEN
  78. config USB_TOUCHSCREEN_PANJIT
  79. default y
  80. bool "PanJit device support" if EMBEDDED
  81. depends on USB_TOUCHSCREEN
  82. config USB_TOUCHSCREEN_3M
  83. default y
  84. bool "3M/Microtouch EX II series device support" if EMBEDDED
  85. depends on USB_TOUCHSCREEN
  86. config USB_TOUCHSCREEN_ITM
  87. default y
  88. bool "ITM device support" if EMBEDDED
  89. depends on USB_TOUCHSCREEN
  90. config USB_TOUCHSCREEN_ETURBO
  91. default y
  92. bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
  93. depends on USB_TOUCHSCREEN
  94. config USB_TOUCHSCREEN_GUNZE
  95. default y
  96. bool "Gunze AHL61 device support" if EMBEDDED
  97. depends on USB_TOUCHSCREEN
  98. config USB_TOUCHSCREEN_DMC_TSC10
  99. default y
  100. bool "DMC TSC-10/25 device support" if EMBEDDED
  101. depends on USB_TOUCHSCREEN
  102. config USB_YEALINK
  103. tristate "Yealink usb-p1k voip phone"
  104. depends on USB && INPUT && EXPERIMENTAL
  105. ---help---
  106. Say Y here if you want to enable keyboard and LCD functions of the
  107. Yealink usb-p1k usb phones. The audio part is enabled by the generic
  108. usb sound driver, so you might want to enable that as well.
  109. For information about how to use these additional functions, see
  110. <file:Documentation/input/yealink.txt>.
  111. To compile this driver as a module, choose M here: the module will be
  112. called yealink.
  113. config USB_XPAD
  114. tristate "X-Box gamepad support"
  115. depends on USB && INPUT
  116. ---help---
  117. Say Y here if you want to use the X-Box pad with your computer.
  118. Make sure to say Y to "Joystick support" (CONFIG_INPUT_JOYDEV)
  119. and/or "Event interface support" (CONFIG_INPUT_EVDEV) as well.
  120. For information about how to connect the X-Box pad to USB, see
  121. <file:Documentation/input/xpad.txt>.
  122. To compile this driver as a module, choose M here: the
  123. module will be called xpad.
  124. config USB_ATI_REMOTE
  125. tristate "ATI / X10 USB RF remote control"
  126. depends on USB && INPUT
  127. ---help---
  128. Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
  129. These are RF remotes with USB receivers.
  130. The ATI remote comes with many of ATI's All-In-Wonder video cards.
  131. The X10 "Lola" remote is available at:
  132. <http://www.x10.com/products/lola_sg1.htm>
  133. This driver provides mouse pointer, left and right mouse buttons,
  134. and maps all the other remote buttons to keypress events.
  135. To compile this driver as a module, choose M here: the module will be
  136. called ati_remote.
  137. config USB_ATI_REMOTE2
  138. tristate "ATI / Philips USB RF remote control"
  139. depends on USB && INPUT
  140. ---help---
  141. Say Y here if you want to use an ATI or Philips USB RF remote control.
  142. These are RF remotes with USB receivers.
  143. ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
  144. and is also available as a separate product.
  145. This driver provides mouse pointer, left and right mouse buttons,
  146. and maps all the other remote buttons to keypress events.
  147. To compile this driver as a module, choose M here: the module will be
  148. called ati_remote2.
  149. config USB_KEYSPAN_REMOTE
  150. tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
  151. depends on USB && INPUT && EXPERIMENTAL
  152. ---help---
  153. Say Y here if you want to use a Keyspan DMR USB remote control.
  154. Currently only the UIA-11 type of receiver has been tested. The tag
  155. on the receiver that connects to the USB port should have a P/N that
  156. will tell you what type of DMR you have. The UIA-10 type is not
  157. supported at this time. This driver maps all buttons to keypress
  158. events.
  159. To compile this driver as a module, choose M here: the module will
  160. be called keyspan_remote.
  161. config USB_APPLETOUCH
  162. tristate "Apple USB Touchpad support"
  163. depends on USB && INPUT
  164. ---help---
  165. Say Y here if you want to use an Apple USB Touchpad.
  166. These are the touchpads that can be found on post-February 2005
  167. Apple Powerbooks (prior models have a Synaptics touchpad connected
  168. to the ADB bus).
  169. This driver provides a basic mouse driver but can be interfaced
  170. with the synaptics X11 driver to provide acceleration and
  171. scrolling in X11.
  172. For further information, see
  173. <file:Documentation/input/appletouch.txt>.
  174. To compile this driver as a module, choose M here: the
  175. module will be called appletouch.
  176. config USB_GTCO
  177. tristate "GTCO CalComp/InterWrite USB Support"
  178. depends on USB && INPUT
  179. ---help---
  180. Say Y here if you want to use the USB version of the GTCO
  181. CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support"
  182. (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
  183. (CONFIG_INPUT_EVDEV) as well.
  184. To compile this driver as a module, choose M here: the
  185. module will be called gtco.