Kconfig 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854
  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_ATMEL_CAPTOUCH
  68. tristate "Atmel Capacitive Touch Button Driver"
  69. depends on OF || COMPILE_TEST
  70. depends on I2C
  71. help
  72. Say Y here if an Atmel Capacitive Touch Button device which
  73. implements "captouch" protocol is connected to I2C bus. Typically
  74. this device consists of Atmel Touch sensor controlled by AtMegaXX
  75. MCU running firmware based on Qtouch library.
  76. One should find "atmel,captouch" node in the board specific DTS.
  77. To compile this driver as a module, choose M here: the
  78. module will be called atmel_captouch.
  79. config INPUT_BMA150
  80. tristate "BMA150/SMB380 acceleration sensor support"
  81. depends on I2C
  82. select INPUT_POLLDEV
  83. help
  84. Say Y here if you have Bosch Sensortec's BMA150 or SMB380
  85. acceleration sensor hooked to an I2C bus.
  86. To compile this driver as a module, choose M here: the
  87. module will be called bma150.
  88. config INPUT_E3X0_BUTTON
  89. tristate "NI Ettus Research USRP E3xx Button support."
  90. default n
  91. help
  92. Say Y here to enable support for the NI Ettus Research
  93. USRP E3xx Button.
  94. To compile this driver as a module, choose M here: the
  95. module will be called e3x0_button.
  96. config INPUT_PCSPKR
  97. tristate "PC Speaker support"
  98. depends on PCSPKR_PLATFORM
  99. help
  100. Say Y here if you want the standard PC Speaker to be used for
  101. bells and whistles.
  102. If unsure, say Y.
  103. To compile this driver as a module, choose M here: the
  104. module will be called pcspkr.
  105. config INPUT_PM8941_PWRKEY
  106. tristate "Qualcomm PM8941 power key support"
  107. depends on MFD_SPMI_PMIC
  108. help
  109. Say Y here if you want support for the power key usually found
  110. on boards using a Qualcomm PM8941 compatible PMIC.
  111. If unsure, say Y.
  112. To compile this driver as a module, choose M here: the module
  113. will be called pm8941-pwrkey.
  114. config INPUT_PM8XXX_VIBRATOR
  115. tristate "Qualcomm PM8XXX vibrator support"
  116. depends on MFD_PM8XXX || MFD_SPMI_PMIC
  117. select INPUT_FF_MEMLESS
  118. help
  119. This option enables device driver support for the vibrator
  120. on Qualcomm PM8xxx chip. This driver supports ff-memless interface
  121. from input framework.
  122. To compile this driver as module, choose M here: the
  123. module will be called pm8xxx-vibrator.
  124. config INPUT_PMIC8XXX_PWRKEY
  125. tristate "PMIC8XXX power key support"
  126. depends on MFD_PM8XXX
  127. help
  128. Say Y here if you want support for the PMIC8XXX power key.
  129. If unsure, say N.
  130. To compile this driver as a module, choose M here: the
  131. module will be called pmic8xxx-pwrkey.
  132. config INPUT_SPARCSPKR
  133. tristate "SPARC Speaker support"
  134. depends on PCI && SPARC64
  135. help
  136. Say Y here if you want the standard Speaker on Sparc PCI systems
  137. to be used for bells and whistles.
  138. If unsure, say Y.
  139. To compile this driver as a module, choose M here: the
  140. module will be called sparcspkr.
  141. config INPUT_M68K_BEEP
  142. tristate "M68k Beeper support"
  143. depends on M68K
  144. config INPUT_MAX77693_HAPTIC
  145. tristate "MAXIM MAX77693/MAX77843 haptic controller support"
  146. depends on (MFD_MAX77693 || MFD_MAX77843) && PWM
  147. select INPUT_FF_MEMLESS
  148. help
  149. This option enables support for the haptic controller on
  150. MAXIM MAX77693 and MAX77843 chips.
  151. To compile this driver as module, choose M here: the
  152. module will be called max77693-haptic.
  153. config INPUT_MAX8925_ONKEY
  154. tristate "MAX8925 ONKEY support"
  155. depends on MFD_MAX8925
  156. help
  157. Support the ONKEY of MAX8925 PMICs as an input device
  158. reporting power button status.
  159. To compile this driver as a module, choose M here: the module
  160. will be called max8925_onkey.
  161. config INPUT_MAX8997_HAPTIC
  162. tristate "MAXIM MAX8997 haptic controller support"
  163. depends on PWM && MFD_MAX8997
  164. select INPUT_FF_MEMLESS
  165. help
  166. This option enables device driver support for the haptic controller
  167. on MAXIM MAX8997 chip. This driver supports ff-memless interface
  168. from input framework.
  169. To compile this driver as module, choose M here: the
  170. module will be called max8997-haptic.
  171. config INPUT_MC13783_PWRBUTTON
  172. tristate "MC13783 ON buttons"
  173. depends on MFD_MC13XXX
  174. help
  175. Support the ON buttons of MC13783 PMIC as an input device
  176. reporting power button status.
  177. To compile this driver as a module, choose M here: the module
  178. will be called mc13783-pwrbutton.
  179. config INPUT_MMA8450
  180. tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer"
  181. depends on I2C
  182. select INPUT_POLLDEV
  183. help
  184. Say Y here if you want to support Freescale's MMA8450 Accelerometer
  185. through I2C interface.
  186. To compile this driver as a module, choose M here: the
  187. module will be called mma8450.
  188. config INPUT_APANEL
  189. tristate "Fujitsu Lifebook Application Panel buttons"
  190. depends on X86 && I2C && LEDS_CLASS
  191. select INPUT_POLLDEV
  192. select CHECK_SIGNATURE
  193. help
  194. Say Y here for support of the Application Panel buttons, used on
  195. Fujitsu Lifebook. These are attached to the mainboard through
  196. an SMBus interface managed by the I2C Intel ICH (i801) driver,
  197. which you should also build for this kernel.
  198. To compile this driver as a module, choose M here: the module will
  199. be called apanel.
  200. config INPUT_GP2A
  201. tristate "Sharp GP2AP002A00F I2C Proximity/Opto sensor driver"
  202. depends on I2C
  203. depends on GPIOLIB || COMPILE_TEST
  204. help
  205. Say Y here if you have a Sharp GP2AP002A00F proximity/als combo-chip
  206. hooked to an I2C bus.
  207. To compile this driver as a module, choose M here: the
  208. module will be called gp2ap002a00f.
  209. config INPUT_GPIO_BEEPER
  210. tristate "Generic GPIO Beeper support"
  211. depends on GPIOLIB || COMPILE_TEST
  212. help
  213. Say Y here if you have a beeper connected to a GPIO pin.
  214. To compile this driver as a module, choose M here: the
  215. module will be called gpio-beeper.
  216. config INPUT_GPIO_DECODER
  217. tristate "Polled GPIO Decoder Input driver"
  218. depends on GPIOLIB || COMPILE_TEST
  219. select INPUT_POLLDEV
  220. help
  221. Say Y here if you want driver to read status of multiple GPIO
  222. lines and report the encoded value as an absolute integer to
  223. input subsystem.
  224. To compile this driver as a module, choose M here: the module
  225. will be called gpio_decoder.
  226. config INPUT_IXP4XX_BEEPER
  227. tristate "IXP4XX Beeper support"
  228. depends on ARCH_IXP4XX
  229. help
  230. If you say yes here, you can connect a beeper to the
  231. ixp4xx gpio pins. This is used by the LinkSys NSLU2.
  232. If unsure, say Y.
  233. To compile this driver as a module, choose M here: the
  234. module will be called ixp4xx-beeper.
  235. config INPUT_COBALT_BTNS
  236. tristate "Cobalt button interface"
  237. depends on MIPS_COBALT
  238. select INPUT_POLLDEV
  239. help
  240. Say Y here if you want to support MIPS Cobalt button interface.
  241. To compile this driver as a module, choose M here: the
  242. module will be called cobalt_btns.
  243. config INPUT_CPCAP_PWRBUTTON
  244. tristate "CPCAP OnKey"
  245. depends on MFD_CPCAP
  246. help
  247. Say Y here if you want to enable power key reporting via the
  248. Motorola CPCAP chip.
  249. To compile this driver as a module, choose M here. The module will
  250. be called cpcap-pwrbutton.
  251. config INPUT_WISTRON_BTNS
  252. tristate "x86 Wistron laptop button interface"
  253. depends on X86_32
  254. select INPUT_POLLDEV
  255. select INPUT_SPARSEKMAP
  256. select NEW_LEDS
  257. select LEDS_CLASS
  258. select CHECK_SIGNATURE
  259. help
  260. Say Y here for support of Wistron laptop button interfaces, used on
  261. laptops of various brands, including Acer and Fujitsu-Siemens. If
  262. available, mail and wifi LEDs will be controllable via /sys/class/leds.
  263. To compile this driver as a module, choose M here: the module will
  264. be called wistron_btns.
  265. config INPUT_ATLAS_BTNS
  266. tristate "x86 Atlas button interface"
  267. depends on X86 && ACPI
  268. help
  269. Say Y here for support of Atlas wallmount touchscreen buttons.
  270. The events will show up as scancodes F1 through F9 via evdev.
  271. To compile this driver as a module, choose M here: the module will
  272. be called atlas_btns.
  273. config INPUT_ATI_REMOTE2
  274. tristate "ATI / Philips USB RF remote control"
  275. depends on USB_ARCH_HAS_HCD
  276. select USB
  277. help
  278. Say Y here if you want to use an ATI or Philips USB RF remote control.
  279. These are RF remotes with USB receivers.
  280. ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
  281. and is also available as a separate product.
  282. This driver provides mouse pointer, left and right mouse buttons,
  283. and maps all the other remote buttons to keypress events.
  284. To compile this driver as a module, choose M here: the module will be
  285. called ati_remote2.
  286. config INPUT_KEYSPAN_REMOTE
  287. tristate "Keyspan DMR USB remote control"
  288. depends on USB_ARCH_HAS_HCD
  289. select USB
  290. help
  291. Say Y here if you want to use a Keyspan DMR USB remote control.
  292. Currently only the UIA-11 type of receiver has been tested. The tag
  293. on the receiver that connects to the USB port should have a P/N that
  294. will tell you what type of DMR you have. The UIA-10 type is not
  295. supported at this time. This driver maps all buttons to keypress
  296. events.
  297. To compile this driver as a module, choose M here: the module will
  298. be called keyspan_remote.
  299. config INPUT_KXTJ9
  300. tristate "Kionix KXTJ9 tri-axis digital accelerometer"
  301. depends on I2C
  302. help
  303. Say Y here to enable support for the Kionix KXTJ9 digital tri-axis
  304. accelerometer.
  305. To compile this driver as a module, choose M here: the module will
  306. be called kxtj9.
  307. config INPUT_KXTJ9_POLLED_MODE
  308. bool "Enable polling mode support"
  309. depends on INPUT_KXTJ9
  310. select INPUT_POLLDEV
  311. help
  312. Say Y here if you need accelerometer to work in polling mode.
  313. config INPUT_POWERMATE
  314. tristate "Griffin PowerMate and Contour Jog support"
  315. depends on USB_ARCH_HAS_HCD
  316. select USB
  317. help
  318. Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
  319. These are aluminum dials which can measure clockwise and anticlockwise
  320. rotation. The dial also acts as a pushbutton. The base contains an LED
  321. which can be instructed to pulse or to switch to a particular intensity.
  322. You can download userspace tools from
  323. <http://sowerbutts.com/powermate/>.
  324. To compile this driver as a module, choose M here: the
  325. module will be called powermate.
  326. config INPUT_YEALINK
  327. tristate "Yealink usb-p1k voip phone"
  328. depends on USB_ARCH_HAS_HCD
  329. select USB
  330. help
  331. Say Y here if you want to enable keyboard and LCD functions of the
  332. Yealink usb-p1k usb phones. The audio part is enabled by the generic
  333. usb sound driver, so you might want to enable that as well.
  334. For information about how to use these additional functions, see
  335. <file:Documentation/input/devices/yealink.rst>.
  336. To compile this driver as a module, choose M here: the module will be
  337. called yealink.
  338. config INPUT_CM109
  339. tristate "C-Media CM109 USB I/O Controller"
  340. depends on USB_ARCH_HAS_HCD
  341. select USB
  342. help
  343. Say Y here if you want to enable keyboard and buzzer functions of the
  344. C-Media CM109 usb phones. The audio part is enabled by the generic
  345. usb sound driver, so you might want to enable that as well.
  346. To compile this driver as a module, choose M here: the module will be
  347. called cm109.
  348. config INPUT_REGULATOR_HAPTIC
  349. tristate "Regulator haptics support"
  350. depends on REGULATOR
  351. select INPUT_FF_MEMLESS
  352. help
  353. This option enables device driver support for the haptic controlled
  354. by a regulator. This driver supports ff-memless interface
  355. from input framework.
  356. To compile this driver as a module, choose M here: the
  357. module will be called regulator-haptic.
  358. config INPUT_RETU_PWRBUTTON
  359. tristate "Retu Power button Driver"
  360. depends on MFD_RETU
  361. help
  362. Say Y here if you want to enable power key reporting via the
  363. Retu chips found in Nokia Internet Tablets (770, N800, N810).
  364. To compile this driver as a module, choose M here. The module will
  365. be called retu-pwrbutton.
  366. config INPUT_TPS65218_PWRBUTTON
  367. tristate "TPS65218 Power button driver"
  368. depends on (MFD_TPS65217 || MFD_TPS65218)
  369. help
  370. Say Y here if you want to enable power button reporting for
  371. TPS65217 and TPS65218 Power Management IC devices.
  372. To compile this driver as a module, choose M here. The module will
  373. be called tps65218-pwrbutton.
  374. config INPUT_AXP20X_PEK
  375. tristate "X-Powers AXP20X power button driver"
  376. depends on MFD_AXP20X
  377. help
  378. Say Y here if you want to enable power key reporting via the
  379. AXP20X PMIC.
  380. To compile this driver as a module, choose M here. The module will
  381. be called axp20x-pek.
  382. config INPUT_TWL4030_PWRBUTTON
  383. tristate "TWL4030 Power button Driver"
  384. depends on TWL4030_CORE
  385. help
  386. Say Y here if you want to enable power key reporting via the
  387. TWL4030 family of chips.
  388. To compile this driver as a module, choose M here. The module will
  389. be called twl4030_pwrbutton.
  390. config INPUT_TWL4030_VIBRA
  391. tristate "Support for TWL4030 Vibrator"
  392. depends on TWL4030_CORE
  393. select MFD_TWL4030_AUDIO
  394. select INPUT_FF_MEMLESS
  395. help
  396. This option enables support for TWL4030 Vibrator Driver.
  397. To compile this driver as a module, choose M here. The module will
  398. be called twl4030_vibra.
  399. config INPUT_TWL6040_VIBRA
  400. tristate "Support for TWL6040 Vibrator"
  401. depends on TWL6040_CORE
  402. select INPUT_FF_MEMLESS
  403. help
  404. This option enables support for TWL6040 Vibrator Driver.
  405. To compile this driver as a module, choose M here. The module will
  406. be called twl6040_vibra.
  407. config INPUT_UINPUT
  408. tristate "User level driver support"
  409. help
  410. Say Y here if you want to support user level drivers for input
  411. subsystem accessible under char device 10:223 - /dev/input/uinput.
  412. To compile this driver as a module, choose M here: the
  413. module will be called uinput.
  414. config INPUT_SGI_BTNS
  415. tristate "SGI Indy/O2 volume button interface"
  416. depends on SGI_IP22 || SGI_IP32
  417. select INPUT_POLLDEV
  418. help
  419. Say Y here if you want to support SGI Indy/O2 volume button interface.
  420. To compile this driver as a module, choose M here: the
  421. module will be called sgi_btns.
  422. config HP_SDC_RTC
  423. tristate "HP SDC Real Time Clock"
  424. depends on (GSC || HP300) && SERIO
  425. select HP_SDC
  426. help
  427. Say Y here if you want to support the built-in real time clock
  428. of the HP SDC controller.
  429. config INPUT_PALMAS_PWRBUTTON
  430. tristate "Palmas Power button Driver"
  431. depends on MFD_PALMAS
  432. help
  433. Say Y here if you want to enable power key reporting via the
  434. Palmas family of PMICs.
  435. To compile this driver as a module, choose M here. The module will
  436. be called palmas_pwrbutton.
  437. config INPUT_PCF50633_PMU
  438. tristate "PCF50633 PMU events"
  439. depends on MFD_PCF50633
  440. help
  441. Say Y to include support for delivering PMU events via input
  442. layer on NXP PCF50633.
  443. config INPUT_PCF8574
  444. tristate "PCF8574 Keypad input device"
  445. depends on I2C
  446. help
  447. Say Y here if you want to support a keypad connected via I2C
  448. with a PCF8574.
  449. To compile this driver as a module, choose M here: the
  450. module will be called pcf8574_keypad.
  451. config INPUT_PWM_BEEPER
  452. tristate "PWM beeper support"
  453. depends on PWM
  454. help
  455. Say Y here to get support for PWM based beeper devices.
  456. If unsure, say N.
  457. To compile this driver as a module, choose M here: the module will be
  458. called pwm-beeper.
  459. config INPUT_PWM_VIBRA
  460. tristate "PWM vibrator support"
  461. depends on PWM
  462. select INPUT_FF_MEMLESS
  463. help
  464. Say Y here to get support for PWM based vibrator devices.
  465. If unsure, say N.
  466. To compile this driver as a module, choose M here: the module will be
  467. called pwm-vibra.
  468. config INPUT_RK805_PWRKEY
  469. tristate "Rockchip RK805 PMIC power key support"
  470. depends on MFD_RK808
  471. help
  472. Select this option to enable power key driver for RK805.
  473. If unsure, say N.
  474. To compile this driver as a module, choose M here: the module will be
  475. called rk805_pwrkey.
  476. config INPUT_GPIO_ROTARY_ENCODER
  477. tristate "Rotary encoders connected to GPIO pins"
  478. depends on GPIOLIB || COMPILE_TEST
  479. help
  480. Say Y here to add support for rotary encoders connected to GPIO lines.
  481. Check file:Documentation/input/devices/rotary-encoder.rst for more
  482. information.
  483. To compile this driver as a module, choose M here: the
  484. module will be called rotary_encoder.
  485. config INPUT_RB532_BUTTON
  486. tristate "Mikrotik Routerboard 532 button interface"
  487. depends on MIKROTIK_RB532
  488. depends on GPIOLIB
  489. select INPUT_POLLDEV
  490. help
  491. Say Y here if you want support for the S1 button built into
  492. Mikrotik's Routerboard 532.
  493. To compile this driver as a module, choose M here: the
  494. module will be called rb532_button.
  495. config INPUT_DA9052_ONKEY
  496. tristate "Dialog DA9052/DA9053 Onkey"
  497. depends on PMIC_DA9052
  498. help
  499. Support the ONKEY of Dialog DA9052 PMICs as an input device
  500. reporting power button status.
  501. To compile this driver as a module, choose M here: the
  502. module will be called da9052_onkey.
  503. config INPUT_DA9055_ONKEY
  504. tristate "Dialog Semiconductor DA9055 ONKEY"
  505. depends on MFD_DA9055
  506. help
  507. Support the ONKEY of DA9055 PMICs as an input device
  508. reporting power button status.
  509. To compile this driver as a module, choose M here: the module
  510. will be called da9055_onkey.
  511. config INPUT_DA9063_ONKEY
  512. tristate "Dialog DA9063/62/61 OnKey"
  513. depends on MFD_DA9063 || MFD_DA9062
  514. help
  515. Support the ONKEY of Dialog DA9063, DA9062 and DA9061 Power
  516. Management ICs as an input device capable of reporting the
  517. power button status.
  518. To compile this driver as a module, choose M here: the module
  519. will be called da9063_onkey.
  520. config INPUT_DM355EVM
  521. tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
  522. depends on MFD_DM355EVM_MSP
  523. select INPUT_SPARSEKMAP
  524. help
  525. Supports the pushbuttons and IR remote used with
  526. the DM355 EVM board.
  527. To compile this driver as a module, choose M here: the
  528. module will be called dm355evm_keys.
  529. config INPUT_WM831X_ON
  530. tristate "WM831X ON pin"
  531. depends on MFD_WM831X
  532. help
  533. Support the ON pin of WM831X PMICs as an input device
  534. reporting power button status.
  535. To compile this driver as a module, choose M here: the module
  536. will be called wm831x_on.
  537. config INPUT_PCAP
  538. tristate "Motorola EZX PCAP misc input events"
  539. depends on EZX_PCAP
  540. help
  541. Say Y here if you want to use Power key and Headphone button
  542. on Motorola EZX phones.
  543. To compile this driver as a module, choose M here: the
  544. module will be called pcap_keys.
  545. config INPUT_ADXL34X
  546. tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
  547. default n
  548. help
  549. Say Y here if you have a Accelerometer interface using the
  550. ADXL345/6 controller, and your board-specific initialization
  551. code includes that in its table of devices.
  552. This driver can use either I2C or SPI communication to the
  553. ADXL345/6 controller. Select the appropriate method for
  554. your system.
  555. If unsure, say N (but it's safe to say "Y").
  556. To compile this driver as a module, choose M here: the
  557. module will be called adxl34x.
  558. config INPUT_ADXL34X_I2C
  559. tristate "support I2C bus connection"
  560. depends on INPUT_ADXL34X && I2C
  561. default y
  562. help
  563. Say Y here if you have ADXL345/6 hooked to an I2C bus.
  564. To compile this driver as a module, choose M here: the
  565. module will be called adxl34x-i2c.
  566. config INPUT_ADXL34X_SPI
  567. tristate "support SPI bus connection"
  568. depends on INPUT_ADXL34X && SPI
  569. default y
  570. help
  571. Say Y here if you have ADXL345/6 hooked to a SPI bus.
  572. To compile this driver as a module, choose M here: the
  573. module will be called adxl34x-spi.
  574. config INPUT_IMS_PCU
  575. tristate "IMS Passenger Control Unit driver"
  576. depends on USB
  577. depends on LEDS_CLASS
  578. help
  579. Say Y here if you have system with IMS Rave Passenger Control Unit.
  580. To compile this driver as a module, choose M here: the module will be
  581. called ims_pcu.
  582. config INPUT_CMA3000
  583. tristate "VTI CMA3000 Tri-axis accelerometer"
  584. help
  585. Say Y here if you want to use VTI CMA3000_D0x Accelerometer
  586. driver
  587. This driver currently only supports I2C interface to the
  588. controller. Also select the I2C method.
  589. If unsure, say N
  590. To compile this driver as a module, choose M here: the
  591. module will be called cma3000_d0x.
  592. config INPUT_CMA3000_I2C
  593. tristate "Support I2C bus connection"
  594. depends on INPUT_CMA3000 && I2C
  595. help
  596. Say Y here if you want to use VTI CMA3000_D0x Accelerometer
  597. through I2C interface.
  598. To compile this driver as a module, choose M here: the
  599. module will be called cma3000_d0x_i2c.
  600. config INPUT_XEN_KBDDEV_FRONTEND
  601. tristate "Xen virtual keyboard and mouse support"
  602. depends on XEN
  603. default y
  604. select XEN_XENBUS_FRONTEND
  605. help
  606. This driver implements the front-end of the Xen virtual
  607. keyboard and mouse device driver. It communicates with a back-end
  608. in another domain.
  609. To compile this driver as a module, choose M here: the
  610. module will be called xen-kbdfront.
  611. config INPUT_SIRFSOC_ONKEY
  612. tristate "CSR SiRFSoC power on/off/suspend key support"
  613. depends on ARCH_SIRF && OF
  614. default y
  615. help
  616. Say Y here if you want to support for the SiRFSoC power on/off/suspend key
  617. in Linux, after you press the onkey, system will suspend.
  618. If unsure, say N.
  619. config INPUT_IDEAPAD_SLIDEBAR
  620. tristate "IdeaPad Laptop Slidebar"
  621. depends on INPUT
  622. depends on SERIO_I8042
  623. help
  624. Say Y here if you have an IdeaPad laptop with a slidebar.
  625. To compile this driver as a module, choose M here: the
  626. module will be called ideapad_slidebar.
  627. config INPUT_SOC_BUTTON_ARRAY
  628. tristate "Windows-compatible SoC Button Array"
  629. depends on KEYBOARD_GPIO
  630. help
  631. Say Y here if you have a SoC-based tablet that originally
  632. runs Windows 8.
  633. To compile this driver as a module, choose M here: the
  634. module will be called soc_button_array.
  635. config INPUT_DRV260X_HAPTICS
  636. tristate "TI DRV260X haptics support"
  637. depends on INPUT && I2C
  638. depends on GPIOLIB || COMPILE_TEST
  639. select INPUT_FF_MEMLESS
  640. select REGMAP_I2C
  641. help
  642. Say Y to enable support for the TI DRV260X haptics driver.
  643. To compile this driver as a module, choose M here: the
  644. module will be called drv260x-haptics.
  645. config INPUT_DRV2665_HAPTICS
  646. tristate "TI DRV2665 haptics support"
  647. depends on INPUT && I2C
  648. select INPUT_FF_MEMLESS
  649. select REGMAP_I2C
  650. help
  651. Say Y to enable support for the TI DRV2665 haptics driver.
  652. To compile this driver as a module, choose M here: the
  653. module will be called drv2665-haptics.
  654. config INPUT_DRV2667_HAPTICS
  655. tristate "TI DRV2667 haptics support"
  656. depends on INPUT && I2C
  657. select INPUT_FF_MEMLESS
  658. select REGMAP_I2C
  659. help
  660. Say Y to enable support for the TI DRV2667 haptics driver.
  661. To compile this driver as a module, choose M here: the
  662. module will be called drv2667-haptics.
  663. config INPUT_HISI_POWERKEY
  664. tristate "Hisilicon PMIC ONKEY support"
  665. depends on ARCH_HISI || COMPILE_TEST
  666. help
  667. Say Y to enable support for PMIC ONKEY.
  668. To compile this driver as a module, choose M here: the
  669. module will be called hisi_powerkey.
  670. config INPUT_RAVE_SP_PWRBUTTON
  671. tristate "RAVE SP Power button Driver"
  672. depends on RAVE_SP_CORE
  673. help
  674. Say Y here if you want to enable power key reporting from RAVE SP
  675. To compile this driver as a module, choose M here: the
  676. module will be called rave-sp-pwrbutton.
  677. config INPUT_SC27XX_VIBRA
  678. tristate "Spreadtrum sc27xx vibrator support"
  679. depends on MFD_SC27XX_PMIC || COMPILE_TEST
  680. select INPUT_FF_MEMLESS
  681. help
  682. This option enables support for Spreadtrum sc27xx vibrator driver.
  683. To compile this driver as a module, choose M here. The module will
  684. be called sc27xx_vibra.
  685. endif