Kconfig 13 KB

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