Kconfig 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  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_88PM80X_ONKEY
  21. tristate "88PM80x ONKEY support"
  22. depends on MFD_88PM800
  23. help
  24. Support the ONKEY of Marvell 88PM80x PMICs as an input device
  25. reporting power button status.
  26. To compile this driver as a module, choose M here: the module
  27. will be called 88pm80x_onkey.
  28. config INPUT_AB8500_PONKEY
  29. tristate "AB8500 Pon (PowerOn) Key"
  30. depends on AB8500_CORE
  31. help
  32. Say Y here to use the PowerOn Key for ST-Ericsson's AB8500
  33. Mix-Sig PMIC.
  34. To compile this driver as a module, choose M here: the module
  35. will be called ab8500-ponkey.
  36. config INPUT_AD714X
  37. tristate "Analog Devices AD714x Capacitance Touch Sensor"
  38. help
  39. Say Y here if you want to support an AD7142/3/7/8/7A touch sensor.
  40. You should select a bus connection too.
  41. To compile this driver as a module, choose M here: the
  42. module will be called ad714x.
  43. config INPUT_AD714X_I2C
  44. tristate "support I2C bus connection"
  45. depends on INPUT_AD714X && I2C
  46. default y
  47. help
  48. Say Y here if you have AD7142/AD7147 hooked to an I2C bus.
  49. To compile this driver as a module, choose M here: the
  50. module will be called ad714x-i2c.
  51. config INPUT_AD714X_SPI
  52. tristate "support SPI bus connection"
  53. depends on INPUT_AD714X && SPI
  54. default y
  55. help
  56. Say Y here if you have AD7142/AD7147 hooked to a SPI bus.
  57. To compile this driver as a module, choose M here: the
  58. module will be called ad714x-spi.
  59. config INPUT_ARIZONA_HAPTICS
  60. tristate "Arizona haptics support"
  61. depends on MFD_ARIZONA && SND_SOC
  62. select INPUT_FF_MEMLESS
  63. help
  64. Say Y to enable support for the haptics module in Arizona CODECs.
  65. To compile this driver as a module, choose M here: the
  66. module will be called arizona-haptics.
  67. config INPUT_BMA150
  68. tristate "BMA150/SMB380 acceleration sensor support"
  69. depends on I2C
  70. select INPUT_POLLDEV
  71. help
  72. Say Y here if you have Bosch Sensortec's BMA150 or SMB380
  73. acceleration sensor hooked to an I2C bus.
  74. To compile this driver as a module, choose M here: the
  75. module will be called bma150.
  76. config INPUT_PCSPKR
  77. tristate "PC Speaker support"
  78. depends on PCSPKR_PLATFORM
  79. help
  80. Say Y here if you want the standard PC Speaker to be used for
  81. bells and whistles.
  82. If unsure, say Y.
  83. To compile this driver as a module, choose M here: the
  84. module will be called pcspkr.
  85. config INPUT_PM8XXX_VIBRATOR
  86. tristate "Qualcomm PM8XXX vibrator support"
  87. depends on MFD_PM8XXX
  88. select INPUT_FF_MEMLESS
  89. help
  90. This option enables device driver support for the vibrator
  91. on Qualcomm PM8xxx chip. This driver supports ff-memless interface
  92. from input framework.
  93. To compile this driver as module, choose M here: the
  94. module will be called pm8xxx-vibrator.
  95. config INPUT_PMIC8XXX_PWRKEY
  96. tristate "PMIC8XXX power key support"
  97. depends on MFD_PM8XXX
  98. help
  99. Say Y here if you want support for the PMIC8XXX power key.
  100. If unsure, say N.
  101. To compile this driver as a module, choose M here: the
  102. module will be called pmic8xxx-pwrkey.
  103. config INPUT_SPARCSPKR
  104. tristate "SPARC Speaker support"
  105. depends on PCI && SPARC64
  106. help
  107. Say Y here if you want the standard Speaker on Sparc PCI systems
  108. to be used for bells and whistles.
  109. If unsure, say Y.
  110. To compile this driver as a module, choose M here: the
  111. module will be called sparcspkr.
  112. config INPUT_M68K_BEEP
  113. tristate "M68k Beeper support"
  114. depends on M68K
  115. config INPUT_MAX8925_ONKEY
  116. tristate "MAX8925 ONKEY support"
  117. depends on MFD_MAX8925
  118. help
  119. Support the ONKEY of MAX8925 PMICs as an input device
  120. reporting power button status.
  121. To compile this driver as a module, choose M here: the module
  122. will be called max8925_onkey.
  123. config INPUT_MAX8997_HAPTIC
  124. tristate "MAXIM MAX8997 haptic controller support"
  125. depends on HAVE_PWM && MFD_MAX8997
  126. select INPUT_FF_MEMLESS
  127. help
  128. This option enables device driver support for the haptic controller
  129. on MAXIM MAX8997 chip. This driver supports ff-memless interface
  130. from input framework.
  131. To compile this driver as module, choose M here: the
  132. module will be called max8997-haptic.
  133. config INPUT_MC13783_PWRBUTTON
  134. tristate "MC13783 ON buttons"
  135. depends on MFD_MC13783
  136. help
  137. Support the ON buttons of MC13783 PMIC as an input device
  138. reporting power button status.
  139. To compile this driver as a module, choose M here: the module
  140. will be called mc13783-pwrbutton.
  141. config INPUT_MMA8450
  142. tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer"
  143. depends on I2C
  144. select INPUT_POLLDEV
  145. help
  146. Say Y here if you want to support Freescale's MMA8450 Accelerometer
  147. through I2C interface.
  148. To compile this driver as a module, choose M here: the
  149. module will be called mma8450.
  150. config INPUT_MPU3050
  151. tristate "MPU3050 Triaxial gyroscope sensor"
  152. depends on I2C
  153. help
  154. Say Y here if you want to support InvenSense MPU3050
  155. connected via an I2C bus.
  156. To compile this driver as a module, choose M here: the
  157. module will be called mpu3050.
  158. config INPUT_APANEL
  159. tristate "Fujitsu Lifebook Application Panel buttons"
  160. depends on X86 && I2C && LEDS_CLASS
  161. select INPUT_POLLDEV
  162. select CHECK_SIGNATURE
  163. help
  164. Say Y here for support of the Application Panel buttons, used on
  165. Fujitsu Lifebook. These are attached to the mainboard through
  166. an SMBus interface managed by the I2C Intel ICH (i801) driver,
  167. which you should also build for this kernel.
  168. To compile this driver as a module, choose M here: the module will
  169. be called apanel.
  170. config INPUT_GP2A
  171. tristate "Sharp GP2AP002A00F I2C Proximity/Opto sensor driver"
  172. depends on I2C
  173. depends on GENERIC_GPIO
  174. help
  175. Say Y here if you have a Sharp GP2AP002A00F proximity/als combo-chip
  176. hooked to an I2C bus.
  177. To compile this driver as a module, choose M here: the
  178. module will be called gp2ap002a00f.
  179. config INPUT_GPIO_TILT_POLLED
  180. tristate "Polled GPIO tilt switch"
  181. depends on GENERIC_GPIO
  182. select INPUT_POLLDEV
  183. help
  184. This driver implements support for tilt switches connected
  185. to GPIO pins that are not capable of generating interrupts.
  186. The list of gpios to use and the mapping of their states
  187. to specific angles is done via platform data.
  188. To compile this driver as a module, choose M here: the
  189. module will be called gpio_tilt_polled.
  190. config INPUT_IXP4XX_BEEPER
  191. tristate "IXP4XX Beeper support"
  192. depends on ARCH_IXP4XX
  193. help
  194. If you say yes here, you can connect a beeper to the
  195. ixp4xx gpio pins. This is used by the LinkSys NSLU2.
  196. If unsure, say Y.
  197. To compile this driver as a module, choose M here: the
  198. module will be called ixp4xx-beeper.
  199. config INPUT_COBALT_BTNS
  200. tristate "Cobalt button interface"
  201. depends on MIPS_COBALT
  202. select INPUT_POLLDEV
  203. help
  204. Say Y here if you want to support MIPS Cobalt button interface.
  205. To compile this driver as a module, choose M here: the
  206. module will be called cobalt_btns.
  207. config INPUT_WISTRON_BTNS
  208. tristate "x86 Wistron laptop button interface"
  209. depends on X86 && !X86_64
  210. select INPUT_POLLDEV
  211. select INPUT_SPARSEKMAP
  212. select NEW_LEDS
  213. select LEDS_CLASS
  214. select CHECK_SIGNATURE
  215. help
  216. Say Y here for support of Wistron laptop button interfaces, used on
  217. laptops of various brands, including Acer and Fujitsu-Siemens. If
  218. available, mail and wifi LEDs will be controllable via /sys/class/leds.
  219. To compile this driver as a module, choose M here: the module will
  220. be called wistron_btns.
  221. config INPUT_ATLAS_BTNS
  222. tristate "x86 Atlas button interface"
  223. depends on X86 && ACPI
  224. help
  225. Say Y here for support of Atlas wallmount touchscreen buttons.
  226. The events will show up as scancodes F1 through F9 via evdev.
  227. To compile this driver as a module, choose M here: the module will
  228. be called atlas_btns.
  229. config INPUT_ATI_REMOTE2
  230. tristate "ATI / Philips USB RF remote control"
  231. depends on USB_ARCH_HAS_HCD
  232. select USB
  233. help
  234. Say Y here if you want to use an ATI or Philips USB RF remote control.
  235. These are RF remotes with USB receivers.
  236. ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
  237. and is also available as a separate product.
  238. This driver provides mouse pointer, left and right mouse buttons,
  239. and maps all the other remote buttons to keypress events.
  240. To compile this driver as a module, choose M here: the module will be
  241. called ati_remote2.
  242. config INPUT_KEYSPAN_REMOTE
  243. tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
  244. depends on EXPERIMENTAL
  245. depends on USB_ARCH_HAS_HCD
  246. select USB
  247. help
  248. Say Y here if you want to use a Keyspan DMR USB remote control.
  249. Currently only the UIA-11 type of receiver has been tested. The tag
  250. on the receiver that connects to the USB port should have a P/N that
  251. will tell you what type of DMR you have. The UIA-10 type is not
  252. supported at this time. This driver maps all buttons to keypress
  253. events.
  254. To compile this driver as a module, choose M here: the module will
  255. be called keyspan_remote.
  256. config INPUT_KXTJ9
  257. tristate "Kionix KXTJ9 tri-axis digital accelerometer"
  258. depends on I2C
  259. help
  260. Say Y here to enable support for the Kionix KXTJ9 digital tri-axis
  261. accelerometer.
  262. To compile this driver as a module, choose M here: the module will
  263. be called kxtj9.
  264. config INPUT_KXTJ9_POLLED_MODE
  265. bool "Enable polling mode support"
  266. depends on INPUT_KXTJ9
  267. select INPUT_POLLDEV
  268. help
  269. Say Y here if you need accelerometer to work in polling mode.
  270. config INPUT_POWERMATE
  271. tristate "Griffin PowerMate and Contour Jog support"
  272. depends on USB_ARCH_HAS_HCD
  273. select USB
  274. help
  275. Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
  276. These are aluminum dials which can measure clockwise and anticlockwise
  277. rotation. The dial also acts as a pushbutton. The base contains an LED
  278. which can be instructed to pulse or to switch to a particular intensity.
  279. You can download userspace tools from
  280. <http://sowerbutts.com/powermate/>.
  281. To compile this driver as a module, choose M here: the
  282. module will be called powermate.
  283. config INPUT_YEALINK
  284. tristate "Yealink usb-p1k voip phone"
  285. depends on EXPERIMENTAL
  286. depends on USB_ARCH_HAS_HCD
  287. select USB
  288. help
  289. Say Y here if you want to enable keyboard and LCD functions of the
  290. Yealink usb-p1k usb phones. The audio part is enabled by the generic
  291. usb sound driver, so you might want to enable that as well.
  292. For information about how to use these additional functions, see
  293. <file:Documentation/input/yealink.txt>.
  294. To compile this driver as a module, choose M here: the module will be
  295. called yealink.
  296. config INPUT_CM109
  297. tristate "C-Media CM109 USB I/O Controller"
  298. depends on EXPERIMENTAL
  299. depends on USB_ARCH_HAS_HCD
  300. select USB
  301. help
  302. Say Y here if you want to enable keyboard and buzzer functions of the
  303. C-Media CM109 usb phones. The audio part is enabled by the generic
  304. usb sound driver, so you might want to enable that as well.
  305. To compile this driver as a module, choose M here: the module will be
  306. called cm109.
  307. config INPUT_TWL4030_PWRBUTTON
  308. tristate "TWL4030 Power button Driver"
  309. depends on TWL4030_CORE
  310. help
  311. Say Y here if you want to enable power key reporting via the
  312. TWL4030 family of chips.
  313. To compile this driver as a module, choose M here. The module will
  314. be called twl4030_pwrbutton.
  315. config INPUT_TWL4030_VIBRA
  316. tristate "Support for TWL4030 Vibrator"
  317. depends on TWL4030_CORE
  318. select MFD_TWL4030_AUDIO
  319. select INPUT_FF_MEMLESS
  320. help
  321. This option enables support for TWL4030 Vibrator Driver.
  322. To compile this driver as a module, choose M here. The module will
  323. be called twl4030_vibra.
  324. config INPUT_TWL6040_VIBRA
  325. tristate "Support for TWL6040 Vibrator"
  326. depends on TWL6040_CORE
  327. select INPUT_FF_MEMLESS
  328. help
  329. This option enables support for TWL6040 Vibrator Driver.
  330. To compile this driver as a module, choose M here. The module will
  331. be called twl6040_vibra.
  332. config INPUT_UINPUT
  333. tristate "User level driver support"
  334. help
  335. Say Y here if you want to support user level drivers for input
  336. subsystem accessible under char device 10:223 - /dev/input/uinput.
  337. To compile this driver as a module, choose M here: the
  338. module will be called uinput.
  339. config INPUT_SGI_BTNS
  340. tristate "SGI Indy/O2 volume button interface"
  341. depends on SGI_IP22 || SGI_IP32
  342. select INPUT_POLLDEV
  343. help
  344. Say Y here if you want to support SGI Indy/O2 volume button interface.
  345. To compile this driver as a module, choose M here: the
  346. module will be called sgi_btns.
  347. config HP_SDC_RTC
  348. tristate "HP SDC Real Time Clock"
  349. depends on (GSC || HP300) && SERIO
  350. select HP_SDC
  351. help
  352. Say Y here if you want to support the built-in real time clock
  353. of the HP SDC controller.
  354. config INPUT_PCF50633_PMU
  355. tristate "PCF50633 PMU events"
  356. depends on MFD_PCF50633
  357. help
  358. Say Y to include support for delivering PMU events via input
  359. layer on NXP PCF50633.
  360. config INPUT_PCF8574
  361. tristate "PCF8574 Keypad input device"
  362. depends on I2C && EXPERIMENTAL
  363. help
  364. Say Y here if you want to support a keypad connected via I2C
  365. with a PCF8574.
  366. To compile this driver as a module, choose M here: the
  367. module will be called pcf8574_keypad.
  368. config INPUT_PWM_BEEPER
  369. tristate "PWM beeper support"
  370. depends on HAVE_PWM
  371. help
  372. Say Y here to get support for PWM based beeper devices.
  373. If unsure, say N.
  374. To compile this driver as a module, choose M here: the module will be
  375. called pwm-beeper.
  376. config INPUT_GPIO_ROTARY_ENCODER
  377. tristate "Rotary encoders connected to GPIO pins"
  378. depends on GPIOLIB && GENERIC_GPIO
  379. help
  380. Say Y here to add support for rotary encoders connected to GPIO lines.
  381. Check file:Documentation/input/rotary-encoder.txt for more
  382. information.
  383. To compile this driver as a module, choose M here: the
  384. module will be called rotary_encoder.
  385. config INPUT_RB532_BUTTON
  386. tristate "Mikrotik Routerboard 532 button interface"
  387. depends on MIKROTIK_RB532
  388. depends on GPIOLIB && GENERIC_GPIO
  389. select INPUT_POLLDEV
  390. help
  391. Say Y here if you want support for the S1 button built into
  392. Mikrotik's Routerboard 532.
  393. To compile this driver as a module, choose M here: the
  394. module will be called rb532_button.
  395. config INPUT_DA9052_ONKEY
  396. tristate "Dialog DA9052/DA9053 Onkey"
  397. depends on PMIC_DA9052
  398. help
  399. Support the ONKEY of Dialog DA9052 PMICs as an input device
  400. reporting power button status.
  401. To compile this driver as a module, choose M here: the
  402. module will be called da9052_onkey.
  403. config INPUT_DM355EVM
  404. tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
  405. depends on MFD_DM355EVM_MSP
  406. select INPUT_SPARSEKMAP
  407. help
  408. Supports the pushbuttons and IR remote used with
  409. the DM355 EVM board.
  410. To compile this driver as a module, choose M here: the
  411. module will be called dm355evm_keys.
  412. config INPUT_BFIN_ROTARY
  413. tristate "Blackfin Rotary support"
  414. depends on BF54x || BF52x
  415. help
  416. Say Y here if you want to use the Blackfin Rotary.
  417. To compile this driver as a module, choose M here: the
  418. module will be called bfin-rotary.
  419. config INPUT_WM831X_ON
  420. tristate "WM831X ON pin"
  421. depends on MFD_WM831X
  422. help
  423. Support the ON pin of WM831X PMICs as an input device
  424. reporting power button status.
  425. To compile this driver as a module, choose M here: the module
  426. will be called wm831x_on.
  427. config INPUT_PCAP
  428. tristate "Motorola EZX PCAP misc input events"
  429. depends on EZX_PCAP
  430. help
  431. Say Y here if you want to use Power key and Headphone button
  432. on Motorola EZX phones.
  433. To compile this driver as a module, choose M here: the
  434. module will be called pcap_keys.
  435. config INPUT_ADXL34X
  436. tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
  437. default n
  438. help
  439. Say Y here if you have a Accelerometer interface using the
  440. ADXL345/6 controller, and your board-specific initialization
  441. code includes that in its table of devices.
  442. This driver can use either I2C or SPI communication to the
  443. ADXL345/6 controller. Select the appropriate method for
  444. your system.
  445. If unsure, say N (but it's safe to say "Y").
  446. To compile this driver as a module, choose M here: the
  447. module will be called adxl34x.
  448. config INPUT_ADXL34X_I2C
  449. tristate "support I2C bus connection"
  450. depends on INPUT_ADXL34X && I2C
  451. default y
  452. help
  453. Say Y here if you have ADXL345/6 hooked to an I2C bus.
  454. To compile this driver as a module, choose M here: the
  455. module will be called adxl34x-i2c.
  456. config INPUT_ADXL34X_SPI
  457. tristate "support SPI bus connection"
  458. depends on INPUT_ADXL34X && SPI
  459. default y
  460. help
  461. Say Y here if you have ADXL345/6 hooked to a SPI bus.
  462. To compile this driver as a module, choose M here: the
  463. module will be called adxl34x-spi.
  464. config INPUT_CMA3000
  465. tristate "VTI CMA3000 Tri-axis accelerometer"
  466. help
  467. Say Y here if you want to use VTI CMA3000_D0x Accelerometer
  468. driver
  469. This driver currently only supports I2C interface to the
  470. controller. Also select the I2C method.
  471. If unsure, say N
  472. To compile this driver as a module, choose M here: the
  473. module will be called cma3000_d0x.
  474. config INPUT_CMA3000_I2C
  475. tristate "Support I2C bus connection"
  476. depends on INPUT_CMA3000 && I2C
  477. help
  478. Say Y here if you want to use VTI CMA3000_D0x Accelerometer
  479. through I2C interface.
  480. To compile this driver as a module, choose M here: the
  481. module will be called cma3000_d0x_i2c.
  482. config INPUT_XEN_KBDDEV_FRONTEND
  483. tristate "Xen virtual keyboard and mouse support"
  484. depends on XEN
  485. default y
  486. select XEN_XENBUS_FRONTEND
  487. help
  488. This driver implements the front-end of the Xen virtual
  489. keyboard and mouse device driver. It communicates with a back-end
  490. in another domain.
  491. To compile this driver as a module, choose M here: the
  492. module will be called xen-kbdfront.
  493. endif