Kconfig 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  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_88PM860X_ONKEY
  13. tristate "88PM860x ONKEY support"
  14. depends on MFD_88PM860X
  15. help
  16. Support the ONKEY of Marvell 88PM860x PMICs as an input device
  17. reporting power button status.
  18. To compile this driver as a module, choose M here: the module
  19. will be called 88pm860x_onkey.
  20. config INPUT_AB8500_PONKEY
  21. tristate "AB8500 Pon (PowerOn) Key"
  22. depends on AB8500_CORE
  23. help
  24. Say Y here to use the PowerOn Key for ST-Ericsson's AB8500
  25. Mix-Sig PMIC.
  26. To compile this driver as a module, choose M here: the module
  27. will be called ab8500-ponkey.
  28. config INPUT_AD714X
  29. tristate "Analog Devices AD714x Capacitance Touch Sensor"
  30. help
  31. Say Y here if you want to support an AD7142/3/7/8/7A touch sensor.
  32. You should select a bus connection too.
  33. To compile this driver as a module, choose M here: the
  34. module will be called ad714x.
  35. config INPUT_AD714X_I2C
  36. tristate "support I2C bus connection"
  37. depends on INPUT_AD714X && I2C
  38. default y
  39. help
  40. Say Y here if you have AD7142/AD7147 hooked to an I2C bus.
  41. To compile this driver as a module, choose M here: the
  42. module will be called ad714x-i2c.
  43. config INPUT_AD714X_SPI
  44. tristate "support SPI bus connection"
  45. depends on INPUT_AD714X && SPI
  46. default y
  47. help
  48. Say Y here if you have AD7142/AD7147 hooked to a SPI bus.
  49. To compile this driver as a module, choose M here: the
  50. module will be called ad714x-spi.
  51. config INPUT_PCSPKR
  52. tristate "PC Speaker support"
  53. depends on PCSPKR_PLATFORM
  54. help
  55. Say Y here if you want the standard PC Speaker to be used for
  56. bells and whistles.
  57. If unsure, say Y.
  58. To compile this driver as a module, choose M here: the
  59. module will be called pcspkr.
  60. config INPUT_SPARCSPKR
  61. tristate "SPARC Speaker support"
  62. depends on PCI && SPARC64
  63. help
  64. Say Y here if you want the standard Speaker on Sparc PCI systems
  65. to be used for bells and whistles.
  66. If unsure, say Y.
  67. To compile this driver as a module, choose M here: the
  68. module will be called sparcspkr.
  69. config INPUT_M68K_BEEP
  70. tristate "M68k Beeper support"
  71. depends on M68K
  72. config INPUT_MAX8925_ONKEY
  73. tristate "MAX8925 ONKEY support"
  74. depends on MFD_MAX8925
  75. help
  76. Support the ONKEY of MAX8925 PMICs as an input device
  77. reporting power button status.
  78. To compile this driver as a module, choose M here: the module
  79. will be called max8925_onkey.
  80. config INPUT_APANEL
  81. tristate "Fujitsu Lifebook Application Panel buttons"
  82. depends on X86 && I2C && LEDS_CLASS
  83. select INPUT_POLLDEV
  84. select CHECK_SIGNATURE
  85. help
  86. Say Y here for support of the Application Panel buttons, used on
  87. Fujitsu Lifebook. These are attached to the mainboard through
  88. an SMBus interface managed by the I2C Intel ICH (i801) driver,
  89. which you should also build for this kernel.
  90. To compile this driver as a module, choose M here: the module will
  91. be called apanel.
  92. config INPUT_IXP4XX_BEEPER
  93. tristate "IXP4XX Beeper support"
  94. depends on ARCH_IXP4XX
  95. help
  96. If you say yes here, you can connect a beeper to the
  97. ixp4xx gpio pins. This is used by the LinkSys NSLU2.
  98. If unsure, say Y.
  99. To compile this driver as a module, choose M here: the
  100. module will be called ixp4xx-beeper.
  101. config INPUT_COBALT_BTNS
  102. tristate "Cobalt button interface"
  103. depends on MIPS_COBALT
  104. select INPUT_POLLDEV
  105. help
  106. Say Y here if you want to support MIPS Cobalt button interface.
  107. To compile this driver as a module, choose M here: the
  108. module will be called cobalt_btns.
  109. config INPUT_WISTRON_BTNS
  110. tristate "x86 Wistron laptop button interface"
  111. depends on X86 && !X86_64
  112. select INPUT_POLLDEV
  113. select INPUT_SPARSEKMAP
  114. select NEW_LEDS
  115. select LEDS_CLASS
  116. select CHECK_SIGNATURE
  117. help
  118. Say Y here for support of Wistron laptop button interfaces, used on
  119. laptops of various brands, including Acer and Fujitsu-Siemens. If
  120. available, mail and wifi LEDs will be controllable via /sys/class/leds.
  121. To compile this driver as a module, choose M here: the module will
  122. be called wistron_btns.
  123. config INPUT_ATLAS_BTNS
  124. tristate "x86 Atlas button interface"
  125. depends on X86 && ACPI
  126. help
  127. Say Y here for support of Atlas wallmount touchscreen buttons.
  128. The events will show up as scancodes F1 through F9 via evdev.
  129. To compile this driver as a module, choose M here: the module will
  130. be called atlas_btns.
  131. config INPUT_ATI_REMOTE
  132. tristate "ATI / X10 USB RF remote control"
  133. depends on USB_ARCH_HAS_HCD
  134. select USB
  135. help
  136. Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
  137. These are RF remotes with USB receivers.
  138. The ATI remote comes with many of ATI's All-In-Wonder video cards.
  139. The X10 "Lola" remote is available at:
  140. <http://www.x10.com/products/lola_sg1.htm>
  141. This driver provides mouse pointer, left and right mouse buttons,
  142. and maps all the other remote buttons to keypress events.
  143. To compile this driver as a module, choose M here: the module will be
  144. called ati_remote.
  145. config INPUT_ATI_REMOTE2
  146. tristate "ATI / Philips USB RF remote control"
  147. depends on USB_ARCH_HAS_HCD
  148. select USB
  149. help
  150. Say Y here if you want to use an ATI or Philips USB RF remote control.
  151. These are RF remotes with USB receivers.
  152. ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
  153. and is also available as a separate product.
  154. This driver provides mouse pointer, left and right mouse buttons,
  155. and maps all the other remote buttons to keypress events.
  156. To compile this driver as a module, choose M here: the module will be
  157. called ati_remote2.
  158. config INPUT_KEYSPAN_REMOTE
  159. tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
  160. depends on EXPERIMENTAL
  161. depends on USB_ARCH_HAS_HCD
  162. select USB
  163. help
  164. Say Y here if you want to use a Keyspan DMR USB remote control.
  165. Currently only the UIA-11 type of receiver has been tested. The tag
  166. on the receiver that connects to the USB port should have a P/N that
  167. will tell you what type of DMR you have. The UIA-10 type is not
  168. supported at this time. This driver maps all buttons to keypress
  169. events.
  170. To compile this driver as a module, choose M here: the module will
  171. be called keyspan_remote.
  172. config INPUT_POWERMATE
  173. tristate "Griffin PowerMate and Contour Jog support"
  174. depends on USB_ARCH_HAS_HCD
  175. select USB
  176. help
  177. Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
  178. These are aluminum dials which can measure clockwise and anticlockwise
  179. rotation. The dial also acts as a pushbutton. The base contains an LED
  180. which can be instructed to pulse or to switch to a particular intensity.
  181. You can download userspace tools from
  182. <http://sowerbutts.com/powermate/>.
  183. To compile this driver as a module, choose M here: the
  184. module will be called powermate.
  185. config INPUT_YEALINK
  186. tristate "Yealink usb-p1k voip phone"
  187. depends on EXPERIMENTAL
  188. depends on USB_ARCH_HAS_HCD
  189. select USB
  190. help
  191. Say Y here if you want to enable keyboard and LCD functions of the
  192. Yealink usb-p1k usb phones. The audio part is enabled by the generic
  193. usb sound driver, so you might want to enable that as well.
  194. For information about how to use these additional functions, see
  195. <file:Documentation/input/yealink.txt>.
  196. To compile this driver as a module, choose M here: the module will be
  197. called yealink.
  198. config INPUT_CM109
  199. tristate "C-Media CM109 USB I/O Controller"
  200. depends on EXPERIMENTAL
  201. depends on USB_ARCH_HAS_HCD
  202. select USB
  203. help
  204. Say Y here if you want to enable keyboard and buzzer functions of the
  205. C-Media CM109 usb phones. The audio part is enabled by the generic
  206. usb sound driver, so you might want to enable that as well.
  207. To compile this driver as a module, choose M here: the module will be
  208. called cm109.
  209. config INPUT_TWL4030_PWRBUTTON
  210. tristate "TWL4030 Power button Driver"
  211. depends on TWL4030_CORE
  212. help
  213. Say Y here if you want to enable power key reporting via the
  214. TWL4030 family of chips.
  215. To compile this driver as a module, choose M here. The module will
  216. be called twl4030_pwrbutton.
  217. config INPUT_TWL4030_VIBRA
  218. tristate "Support for TWL4030 Vibrator"
  219. depends on TWL4030_CORE
  220. select TWL4030_CODEC
  221. select INPUT_FF_MEMLESS
  222. help
  223. This option enables support for TWL4030 Vibrator Driver.
  224. To compile this driver as a module, choose M here. The module will
  225. be called twl4030_vibra.
  226. config INPUT_UINPUT
  227. tristate "User level driver support"
  228. help
  229. Say Y here if you want to support user level drivers for input
  230. subsystem accessible under char device 10:223 - /dev/input/uinput.
  231. To compile this driver as a module, choose M here: the
  232. module will be called uinput.
  233. config INPUT_SGI_BTNS
  234. tristate "SGI Indy/O2 volume button interface"
  235. depends on SGI_IP22 || SGI_IP32
  236. select INPUT_POLLDEV
  237. help
  238. Say Y here if you want to support SGI Indy/O2 volume button interface.
  239. To compile this driver as a module, choose M here: the
  240. module will be called sgi_btns.
  241. config HP_SDC_RTC
  242. tristate "HP SDC Real Time Clock"
  243. depends on (GSC || HP300) && SERIO
  244. select HP_SDC
  245. help
  246. Say Y here if you want to support the built-in real time clock
  247. of the HP SDC controller.
  248. config INPUT_PCF50633_PMU
  249. tristate "PCF50633 PMU events"
  250. depends on MFD_PCF50633
  251. help
  252. Say Y to include support for delivering PMU events via input
  253. layer on NXP PCF50633.
  254. config INPUT_PCF8574
  255. tristate "PCF8574 Keypad input device"
  256. depends on I2C && EXPERIMENTAL
  257. help
  258. Say Y here if you want to support a keypad connetced via I2C
  259. with a PCF8574.
  260. To compile this driver as a module, choose M here: the
  261. module will be called pcf8574_keypad.
  262. config INPUT_PWM_BEEPER
  263. tristate "PWM beeper support"
  264. depends on HAVE_PWM
  265. help
  266. Say Y here to get support for PWM based beeper devices.
  267. If unsure, say N.
  268. To compile this driver as a module, choose M here: the module will be
  269. called pwm-beeper.
  270. config INPUT_GPIO_ROTARY_ENCODER
  271. tristate "Rotary encoders connected to GPIO pins"
  272. depends on GPIOLIB && GENERIC_GPIO
  273. help
  274. Say Y here to add support for rotary encoders connected to GPIO lines.
  275. Check file:Documentation/input/rotary-encoder.txt for more
  276. information.
  277. To compile this driver as a module, choose M here: the
  278. module will be called rotary_encoder.
  279. config INPUT_RB532_BUTTON
  280. tristate "Mikrotik Routerboard 532 button interface"
  281. depends on MIKROTIK_RB532
  282. depends on GPIOLIB && GENERIC_GPIO
  283. select INPUT_POLLDEV
  284. help
  285. Say Y here if you want support for the S1 button built into
  286. Mikrotik's Routerboard 532.
  287. To compile this driver as a module, choose M here: the
  288. module will be called rb532_button.
  289. config INPUT_DM355EVM
  290. tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
  291. depends on MFD_DM355EVM_MSP
  292. select INPUT_SPARSEKMAP
  293. help
  294. Supports the pushbuttons and IR remote used with
  295. the DM355 EVM board.
  296. To compile this driver as a module, choose M here: the
  297. module will be called dm355evm_keys.
  298. config INPUT_BFIN_ROTARY
  299. tristate "Blackfin Rotary support"
  300. depends on BF54x || BF52x
  301. help
  302. Say Y here if you want to use the Blackfin Rotary.
  303. To compile this driver as a module, choose M here: the
  304. module will be called bfin-rotary.
  305. config INPUT_WM831X_ON
  306. tristate "WM831X ON pin"
  307. depends on MFD_WM831X
  308. help
  309. Support the ON pin of WM831X PMICs as an input device
  310. reporting power button status.
  311. To compile this driver as a module, choose M here: the module
  312. will be called wm831x_on.
  313. config INPUT_PCAP
  314. tristate "Motorola EZX PCAP misc input events"
  315. depends on EZX_PCAP
  316. help
  317. Say Y here if you want to use Power key and Headphone button
  318. on Motorola EZX phones.
  319. To compile this driver as a module, choose M here: the
  320. module will be called pcap_keys.
  321. config INPUT_ADXL34X
  322. tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
  323. default n
  324. help
  325. Say Y here if you have a Accelerometer interface using the
  326. ADXL345/6 controller, and your board-specific initialization
  327. code includes that in its table of devices.
  328. This driver can use either I2C or SPI communication to the
  329. ADXL345/6 controller. Select the appropriate method for
  330. your system.
  331. If unsure, say N (but it's safe to say "Y").
  332. To compile this driver as a module, choose M here: the
  333. module will be called adxl34x.
  334. config INPUT_ADXL34X_I2C
  335. tristate "support I2C bus connection"
  336. depends on INPUT_ADXL34X && I2C
  337. default y
  338. help
  339. Say Y here if you have ADXL345/6 hooked to an I2C bus.
  340. To compile this driver as a module, choose M here: the
  341. module will be called adxl34x-i2c.
  342. config INPUT_ADXL34X_SPI
  343. tristate "support SPI bus connection"
  344. depends on INPUT_ADXL34X && SPI
  345. default y
  346. help
  347. Say Y here if you have ADXL345/6 hooked to a SPI bus.
  348. To compile this driver as a module, choose M here: the
  349. module will be called adxl34x-spi.
  350. config INPUT_CMA3000
  351. tristate "VTI CMA3000 Tri-axis accelerometer"
  352. help
  353. Say Y here if you want to use VTI CMA3000_D0x Accelerometer
  354. driver
  355. This driver currently only supports I2C interface to the
  356. controller. Also select the I2C method.
  357. If unsure, say N
  358. To compile this driver as a module, choose M here: the
  359. module will be called cma3000_d0x.
  360. config INPUT_CMA3000_I2C
  361. tristate "Support I2C bus connection"
  362. depends on INPUT_CMA3000 && I2C
  363. help
  364. Say Y here if you want to use VTI CMA3000_D0x Accelerometer
  365. through I2C interface.
  366. To compile this driver as a module, choose M here: the
  367. module will be called cma3000_d0x_i2c.
  368. config INPUT_XEN_KBDDEV_FRONTEND
  369. tristate "Xen virtual keyboard and mouse support"
  370. depends on XEN_FBDEV_FRONTEND
  371. default y
  372. select XEN_XENBUS_FRONTEND
  373. help
  374. This driver implements the front-end of the Xen virtual
  375. keyboard and mouse device driver. It communicates with a back-end
  376. in another domain.
  377. To compile this driver as a module, choose M here: the
  378. module will be called xen-kbdfront.
  379. endif