Kconfig 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. #
  2. # Input misc drivers configuration
  3. #
  4. menuconfig INPUT_MISC
  5. bool "Miscellaneous devices"
  6. help
  7. Say Y here, and a list of miscellaneous input drivers will be displayed.
  8. Everything that didn't fit into the other categories is here. This option
  9. doesn't affect the kernel.
  10. If unsure, say Y.
  11. if INPUT_MISC
  12. config INPUT_PCSPKR
  13. tristate "PC Speaker support"
  14. depends on PCSPKR_PLATFORM
  15. help
  16. Say Y here if you want the standard PC Speaker to be used for
  17. bells and whistles.
  18. If unsure, say Y.
  19. To compile this driver as a module, choose M here: the
  20. module will be called pcspkr.
  21. config INPUT_SPARCSPKR
  22. tristate "SPARC Speaker support"
  23. depends on PCI && SPARC64
  24. help
  25. Say Y here if you want the standard Speaker on Sparc PCI systems
  26. to be used for bells and whistles.
  27. If unsure, say Y.
  28. To compile this driver as a module, choose M here: the
  29. module will be called sparcspkr.
  30. config INPUT_M68K_BEEP
  31. tristate "M68k Beeper support"
  32. depends on M68K
  33. config INPUT_APANEL
  34. tristate "Fujitsu Lifebook Application Panel buttons"
  35. depends on X86 && I2C && LEDS_CLASS
  36. select INPUT_POLLDEV
  37. select CHECK_SIGNATURE
  38. help
  39. Say Y here for support of the Application Panel buttons, used on
  40. Fujitsu Lifebook. These are attached to the mainboard through
  41. an SMBus interface managed by the I2C Intel ICH (i801) driver,
  42. which you should also build for this kernel.
  43. To compile this driver as a module, choose M here: the module will
  44. be called apanel.
  45. config INPUT_IXP4XX_BEEPER
  46. tristate "IXP4XX Beeper support"
  47. depends on ARCH_IXP4XX
  48. help
  49. If you say yes here, you can connect a beeper to the
  50. ixp4xx gpio pins. This is used by the LinkSys NSLU2.
  51. If unsure, say Y.
  52. To compile this driver as a module, choose M here: the
  53. module will be called ixp4xx-beeper.
  54. config INPUT_COBALT_BTNS
  55. tristate "Cobalt button interface"
  56. depends on MIPS_COBALT
  57. select INPUT_POLLDEV
  58. help
  59. Say Y here if you want to support MIPS Cobalt button interface.
  60. To compile this driver as a module, choose M here: the
  61. module will be called cobalt_btns.
  62. config INPUT_WISTRON_BTNS
  63. tristate "x86 Wistron laptop button interface"
  64. depends on X86 && !X86_64
  65. select INPUT_POLLDEV
  66. select INPUT_SPARSEKMAP
  67. select NEW_LEDS
  68. select LEDS_CLASS
  69. select CHECK_SIGNATURE
  70. help
  71. Say Y here for support of Wistron laptop button interfaces, used on
  72. laptops of various brands, including Acer and Fujitsu-Siemens. If
  73. available, mail and wifi LEDs will be controllable via /sys/class/leds.
  74. To compile this driver as a module, choose M here: the module will
  75. be called wistron_btns.
  76. config INPUT_ATLAS_BTNS
  77. tristate "x86 Atlas button interface"
  78. depends on X86 && ACPI
  79. help
  80. Say Y here for support of Atlas wallmount touchscreen buttons.
  81. The events will show up as scancodes F1 through F9 via evdev.
  82. To compile this driver as a module, choose M here: the module will
  83. be called atlas_btns.
  84. config INPUT_ATI_REMOTE
  85. tristate "ATI / X10 USB RF remote control"
  86. depends on USB_ARCH_HAS_HCD
  87. select USB
  88. help
  89. Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
  90. These are RF remotes with USB receivers.
  91. The ATI remote comes with many of ATI's All-In-Wonder video cards.
  92. The X10 "Lola" remote is available at:
  93. <http://www.x10.com/products/lola_sg1.htm>
  94. This driver provides mouse pointer, left and right mouse buttons,
  95. and maps all the other remote buttons to keypress events.
  96. To compile this driver as a module, choose M here: the module will be
  97. called ati_remote.
  98. config INPUT_ATI_REMOTE2
  99. tristate "ATI / Philips USB RF remote control"
  100. depends on USB_ARCH_HAS_HCD
  101. select USB
  102. help
  103. Say Y here if you want to use an ATI or Philips USB RF remote control.
  104. These are RF remotes with USB receivers.
  105. ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
  106. and is also available as a separate product.
  107. This driver provides mouse pointer, left and right mouse buttons,
  108. and maps all the other remote buttons to keypress events.
  109. To compile this driver as a module, choose M here: the module will be
  110. called ati_remote2.
  111. config INPUT_KEYSPAN_REMOTE
  112. tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
  113. depends on EXPERIMENTAL
  114. depends on USB_ARCH_HAS_HCD
  115. select USB
  116. help
  117. Say Y here if you want to use a Keyspan DMR USB remote control.
  118. Currently only the UIA-11 type of receiver has been tested. The tag
  119. on the receiver that connects to the USB port should have a P/N that
  120. will tell you what type of DMR you have. The UIA-10 type is not
  121. supported at this time. This driver maps all buttons to keypress
  122. events.
  123. To compile this driver as a module, choose M here: the module will
  124. be called keyspan_remote.
  125. config INPUT_POWERMATE
  126. tristate "Griffin PowerMate and Contour Jog support"
  127. depends on USB_ARCH_HAS_HCD
  128. select USB
  129. help
  130. Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
  131. These are aluminum dials which can measure clockwise and anticlockwise
  132. rotation. The dial also acts as a pushbutton. The base contains an LED
  133. which can be instructed to pulse or to switch to a particular intensity.
  134. You can download userspace tools from
  135. <http://sowerbutts.com/powermate/>.
  136. To compile this driver as a module, choose M here: the
  137. module will be called powermate.
  138. config INPUT_YEALINK
  139. tristate "Yealink usb-p1k voip phone"
  140. depends on EXPERIMENTAL
  141. depends on USB_ARCH_HAS_HCD
  142. select USB
  143. help
  144. Say Y here if you want to enable keyboard and LCD functions of the
  145. Yealink usb-p1k usb phones. The audio part is enabled by the generic
  146. usb sound driver, so you might want to enable that as well.
  147. For information about how to use these additional functions, see
  148. <file:Documentation/input/yealink.txt>.
  149. To compile this driver as a module, choose M here: the module will be
  150. called yealink.
  151. config INPUT_CM109
  152. tristate "C-Media CM109 USB I/O Controller"
  153. depends on EXPERIMENTAL
  154. depends on USB_ARCH_HAS_HCD
  155. select USB
  156. help
  157. Say Y here if you want to enable keyboard and buzzer functions of the
  158. C-Media CM109 usb phones. The audio part is enabled by the generic
  159. usb sound driver, so you might want to enable that as well.
  160. To compile this driver as a module, choose M here: the module will be
  161. called cm109.
  162. config INPUT_TWL4030_PWRBUTTON
  163. tristate "TWL4030 Power button Driver"
  164. depends on TWL4030_CORE
  165. help
  166. Say Y here if you want to enable power key reporting via the
  167. TWL4030 family of chips.
  168. To compile this driver as a module, choose M here. The module will
  169. be called twl4030_pwrbutton.
  170. config INPUT_UINPUT
  171. tristate "User level driver support"
  172. help
  173. Say Y here if you want to support user level drivers for input
  174. subsystem accessible under char device 10:223 - /dev/input/uinput.
  175. To compile this driver as a module, choose M here: the
  176. module will be called uinput.
  177. config INPUT_SGI_BTNS
  178. tristate "SGI Indy/O2 volume button interface"
  179. depends on SGI_IP22 || SGI_IP32
  180. select INPUT_POLLDEV
  181. help
  182. Say Y here if you want to support SGI Indy/O2 volume button interface.
  183. To compile this driver as a module, choose M here: the
  184. module will be called sgi_btns.
  185. config INPUT_WINBOND_CIR
  186. tristate "Winbond IR remote control"
  187. depends on X86 && PNP
  188. select NEW_LEDS
  189. select LEDS_CLASS
  190. select LEDS_TRIGGERS
  191. select BITREVERSE
  192. help
  193. Say Y here if you want to use the IR remote functionality found
  194. in some Winbond SuperI/O chips. Currently only the WPCD376I
  195. chip is supported (included in some Intel Media series motherboards).
  196. IR Receive and wake-on-IR from suspend and power-off is currently
  197. supported.
  198. To compile this driver as a module, choose M here: the module will be
  199. called winbond_cir.
  200. config HP_SDC_RTC
  201. tristate "HP SDC Real Time Clock"
  202. depends on (GSC || HP300) && SERIO
  203. select HP_SDC
  204. help
  205. Say Y here if you want to support the built-in real time clock
  206. of the HP SDC controller.
  207. config INPUT_PCF50633_PMU
  208. tristate "PCF50633 PMU events"
  209. depends on MFD_PCF50633
  210. help
  211. Say Y to include support for delivering PMU events via input
  212. layer on NXP PCF50633.
  213. config INPUT_GPIO_ROTARY_ENCODER
  214. tristate "Rotary encoders connected to GPIO pins"
  215. depends on GPIOLIB && GENERIC_GPIO
  216. help
  217. Say Y here to add support for rotary encoders connected to GPIO lines.
  218. Check file:Documentation/input/rotary-encoder.txt for more
  219. information.
  220. To compile this driver as a module, choose M here: the
  221. module will be called rotary_encoder.
  222. config INPUT_RB532_BUTTON
  223. tristate "Mikrotik Routerboard 532 button interface"
  224. depends on MIKROTIK_RB532
  225. depends on GPIOLIB && GENERIC_GPIO
  226. select INPUT_POLLDEV
  227. help
  228. Say Y here if you want support for the S1 button built into
  229. Mikrotik's Routerboard 532.
  230. To compile this driver as a module, choose M here: the
  231. module will be called rb532_button.
  232. config INPUT_DM355EVM
  233. tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
  234. depends on MFD_DM355EVM_MSP
  235. select INPUT_SPARSEKMAP
  236. help
  237. Supports the pushbuttons and IR remote used with
  238. the DM355 EVM board.
  239. To compile this driver as a module, choose M here: the
  240. module will be called dm355evm_keys.
  241. config INPUT_BFIN_ROTARY
  242. tristate "Blackfin Rotary support"
  243. depends on BF54x || BF52x
  244. help
  245. Say Y here if you want to use the Blackfin Rotary.
  246. To compile this driver as a module, choose M here: the
  247. module will be called bfin-rotary.
  248. config INPUT_WM831X_ON
  249. tristate "WM831X ON pin"
  250. depends on MFD_WM831X
  251. help
  252. Support the ON pin of WM831X PMICs as an input device
  253. reporting power button status.
  254. To compile this driver as a module, choose M here: the module
  255. will be called wm831x_on.
  256. config INPUT_PCAP
  257. tristate "Motorola EZX PCAP misc input events"
  258. depends on EZX_PCAP
  259. help
  260. Say Y here if you want to use Power key and Headphone button
  261. on Motorola EZX phones.
  262. To compile this driver as a module, choose M here: the
  263. module will be called pcap_keys.
  264. endif