Kconfig 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Input misc drivers configuration
  4. #
  5. menuconfig INPUT_MISC
  6. bool "Miscellaneous devices"
  7. help
  8. Say Y here, and a list of miscellaneous input drivers will be displayed.
  9. Everything that didn't fit into the other categories is here. This option
  10. doesn't affect the kernel.
  11. If unsure, say Y.
  12. if INPUT_MISC
  13. config INPUT_88PM860X_ONKEY
  14. tristate "88PM860x ONKEY support"
  15. depends on MFD_88PM860X
  16. help
  17. Support the ONKEY of Marvell 88PM860x PMICs as an input device
  18. reporting power button status.
  19. To compile this driver as a module, choose M here: the module
  20. will be called 88pm860x_onkey.
  21. config INPUT_88PM80X_ONKEY
  22. tristate "88PM80x ONKEY support"
  23. depends on MFD_88PM800
  24. help
  25. Support the ONKEY of Marvell 88PM80x PMICs as an input device
  26. reporting power button status.
  27. To compile this driver as a module, choose M here: the module
  28. will be called 88pm80x_onkey.
  29. config INPUT_AB8500_PONKEY
  30. tristate "AB8500 Pon (PowerOn) Key"
  31. depends on AB8500_CORE
  32. help
  33. Say Y here to use the PowerOn Key for ST-Ericsson's AB8500
  34. Mix-Sig PMIC.
  35. To compile this driver as a module, choose M here: the module
  36. will be called ab8500-ponkey.
  37. config INPUT_AD714X
  38. tristate "Analog Devices AD714x Capacitance Touch Sensor"
  39. help
  40. Say Y here if you want to support an AD7142/3/7/8/7A touch sensor.
  41. You should select a bus connection too.
  42. To compile this driver as a module, choose M here: the
  43. module will be called ad714x.
  44. config INPUT_AD714X_I2C
  45. tristate "support I2C bus connection"
  46. depends on INPUT_AD714X && I2C
  47. default y
  48. help
  49. Say Y here if you have AD7142/AD7147 hooked to an I2C bus.
  50. To compile this driver as a module, choose M here: the
  51. module will be called ad714x-i2c.
  52. config INPUT_AD714X_SPI
  53. tristate "support SPI bus connection"
  54. depends on INPUT_AD714X && SPI
  55. default y
  56. help
  57. Say Y here if you have AD7142/AD7147 hooked to a SPI bus.
  58. To compile this driver as a module, choose M here: the
  59. module will be called ad714x-spi.
  60. config INPUT_ARIEL_PWRBUTTON
  61. tristate "Dell Wyse 3020 Power Button Driver"
  62. depends on SPI
  63. depends on MACH_MMP3_DT || COMPILE_TEST
  64. help
  65. Say Y to enable support for reporting power button status on
  66. on Dell Wyse 3020 ("Ariel") thin client.
  67. To compile this driver as a module, choose M here: the module
  68. will be called ariel-pwrbutton.
  69. config INPUT_ARIZONA_HAPTICS
  70. tristate "Arizona haptics support"
  71. depends on MFD_ARIZONA && SND_SOC
  72. select INPUT_FF_MEMLESS
  73. help
  74. Say Y to enable support for the haptics module in Arizona CODECs.
  75. To compile this driver as a module, choose M here: the
  76. module will be called arizona-haptics.
  77. config INPUT_ATC260X_ONKEY
  78. tristate "Actions Semi ATC260x PMIC ONKEY"
  79. depends on MFD_ATC260X
  80. help
  81. Support the ONKEY of ATC260x PMICs as an input device reporting
  82. power button status. ONKEY can be used to wakeup from low power
  83. modes and force a reset on long press.
  84. To compile this driver as a module, choose M here: the
  85. module will be called atc260x-onkey.
  86. config INPUT_ATMEL_CAPTOUCH
  87. tristate "Atmel Capacitive Touch Button Driver"
  88. depends on OF || COMPILE_TEST
  89. depends on I2C
  90. help
  91. Say Y here if an Atmel Capacitive Touch Button device which
  92. implements "captouch" protocol is connected to I2C bus. Typically
  93. this device consists of Atmel Touch sensor controlled by AtMegaXX
  94. MCU running firmware based on Qtouch library.
  95. One should find "atmel,captouch" node in the board specific DTS.
  96. To compile this driver as a module, choose M here: the
  97. module will be called atmel_captouch.
  98. config INPUT_BMA150
  99. tristate "BMA150/SMB380 acceleration sensor support"
  100. depends on I2C
  101. help
  102. Say Y here if you have Bosch Sensortec's BMA150 or SMB380
  103. acceleration sensor hooked to an I2C bus.
  104. To compile this driver as a module, choose M here: the
  105. module will be called bma150.
  106. config INPUT_E3X0_BUTTON
  107. tristate "NI Ettus Research USRP E3xx Button support."
  108. default n
  109. help
  110. Say Y here to enable support for the NI Ettus Research
  111. USRP E3xx Button.
  112. To compile this driver as a module, choose M here: the
  113. module will be called e3x0_button.
  114. config INPUT_PCSPKR
  115. tristate "PC Speaker support"
  116. depends on PCSPKR_PLATFORM
  117. help
  118. Say Y here if you want the standard PC Speaker to be used for
  119. bells and whistles.
  120. If unsure, say Y.
  121. To compile this driver as a module, choose M here: the
  122. module will be called pcspkr.
  123. config INPUT_PM8941_PWRKEY
  124. tristate "Qualcomm PM8941 power key support"
  125. depends on MFD_SPMI_PMIC
  126. help
  127. Say Y here if you want support for the power key usually found
  128. on boards using a Qualcomm PM8941 compatible PMIC.
  129. If unsure, say Y.
  130. To compile this driver as a module, choose M here: the module
  131. will be called pm8941-pwrkey.
  132. config INPUT_PM8XXX_VIBRATOR
  133. tristate "Qualcomm PM8XXX vibrator support"
  134. depends on MFD_PM8XXX || MFD_SPMI_PMIC
  135. select INPUT_FF_MEMLESS
  136. help
  137. This option enables device driver support for the vibrator
  138. on Qualcomm PM8xxx chip. This driver supports ff-memless interface
  139. from input framework.
  140. To compile this driver as module, choose M here: the
  141. module will be called pm8xxx-vibrator.
  142. config INPUT_PMIC8XXX_PWRKEY
  143. tristate "PMIC8XXX power key support"
  144. depends on MFD_PM8XXX
  145. help
  146. Say Y here if you want support for the PMIC8XXX power key.
  147. If unsure, say N.
  148. To compile this driver as a module, choose M here: the
  149. module will be called pmic8xxx-pwrkey.
  150. config INPUT_QPNP_POWER_ON
  151. tristate "QPNP PMIC Power-on support"
  152. depends on SPMI
  153. help
  154. This option enables device driver support for the power-on
  155. functionality of Qualcomm Technologies, Inc. PNP PMICs. It supports
  156. reporting the change in status of the KPDPWR_N line (connected to the
  157. power-key) as well as reset features.
  158. config INPUT_QCOM_HV_HAPTICS
  159. tristate "QTI High Voltage Haptics support"
  160. depends on MFD_SPMI_PMIC
  161. help
  162. This option enables device driver support for the high voltage haptics
  163. peripheral found on Qualcomm Technologies, Inc. PMICs. The high voltage
  164. haptics peripheral is capable of driving either LRA or ERM vibrators with
  165. drive voltage up to 10 V, and its 5 integrated pattern sources can be used
  166. for playing different vibration effects. To compile this driver as a module,
  167. choose M here: the module will be called qcom-hv-haptics.
  168. config INPUT_SPARCSPKR
  169. tristate "SPARC Speaker support"
  170. depends on PCI && SPARC64
  171. help
  172. Say Y here if you want the standard Speaker on Sparc PCI systems
  173. to be used for bells and whistles.
  174. If unsure, say Y.
  175. To compile this driver as a module, choose M here: the
  176. module will be called sparcspkr.
  177. config INPUT_M68K_BEEP
  178. tristate "M68k Beeper support"
  179. depends on M68K
  180. config INPUT_MAX77650_ONKEY
  181. tristate "Maxim MAX77650 ONKEY support"
  182. depends on MFD_MAX77650
  183. help
  184. Support the ONKEY of the MAX77650 PMIC as an input device.
  185. To compile this driver as a module, choose M here: the module
  186. will be called max77650-onkey.
  187. config INPUT_MAX77693_HAPTIC
  188. tristate "MAXIM MAX77693/MAX77843 haptic controller support"
  189. depends on (MFD_MAX77693 || MFD_MAX77843) && PWM
  190. select INPUT_FF_MEMLESS
  191. help
  192. This option enables support for the haptic controller on
  193. MAXIM MAX77693 and MAX77843 chips.
  194. To compile this driver as module, choose M here: the
  195. module will be called max77693-haptic.
  196. config INPUT_MAX8925_ONKEY
  197. tristate "MAX8925 ONKEY support"
  198. depends on MFD_MAX8925
  199. help
  200. Support the ONKEY of MAX8925 PMICs as an input device
  201. reporting power button status.
  202. To compile this driver as a module, choose M here: the module
  203. will be called max8925_onkey.
  204. config INPUT_MAX8997_HAPTIC
  205. tristate "MAXIM MAX8997 haptic controller support"
  206. depends on PWM && MFD_MAX8997
  207. select INPUT_FF_MEMLESS
  208. help
  209. This option enables device driver support for the haptic controller
  210. on MAXIM MAX8997 chip. This driver supports ff-memless interface
  211. from input framework.
  212. To compile this driver as module, choose M here: the
  213. module will be called max8997-haptic.
  214. config INPUT_MC13783_PWRBUTTON
  215. tristate "MC13783 ON buttons"
  216. depends on MFD_MC13XXX
  217. help
  218. Support the ON buttons of MC13783 PMIC as an input device
  219. reporting power button status.
  220. To compile this driver as a module, choose M here: the module
  221. will be called mc13783-pwrbutton.
  222. config INPUT_MMA8450
  223. tristate "MMA8450 - Freescale's 3-Axis, 8/12-bit Digital Accelerometer"
  224. depends on I2C
  225. help
  226. Say Y here if you want to support Freescale's MMA8450 Accelerometer
  227. through I2C interface.
  228. To compile this driver as a module, choose M here: the
  229. module will be called mma8450.
  230. config INPUT_APANEL
  231. tristate "Fujitsu Lifebook Application Panel buttons"
  232. depends on X86 && I2C && LEDS_CLASS
  233. select CHECK_SIGNATURE
  234. help
  235. Say Y here for support of the Application Panel buttons, used on
  236. Fujitsu Lifebook. These are attached to the mainboard through
  237. an SMBus interface managed by the I2C Intel ICH (i801) driver,
  238. which you should also build for this kernel.
  239. To compile this driver as a module, choose M here: the module will
  240. be called apanel.
  241. config INPUT_GPIO_BEEPER
  242. tristate "Generic GPIO Beeper support"
  243. depends on GPIOLIB || COMPILE_TEST
  244. help
  245. Say Y here if you have a beeper connected to a GPIO pin.
  246. To compile this driver as a module, choose M here: the
  247. module will be called gpio-beeper.
  248. config INPUT_GPIO_DECODER
  249. tristate "Polled GPIO Decoder Input driver"
  250. depends on GPIOLIB || COMPILE_TEST
  251. help
  252. Say Y here if you want driver to read status of multiple GPIO
  253. lines and report the encoded value as an absolute integer to
  254. input subsystem.
  255. To compile this driver as a module, choose M here: the module
  256. will be called gpio_decoder.
  257. config INPUT_GPIO_VIBRA
  258. tristate "GPIO vibrator support"
  259. depends on GPIOLIB || COMPILE_TEST
  260. select INPUT_FF_MEMLESS
  261. help
  262. Say Y here to get support for GPIO based vibrator devices.
  263. If unsure, say N.
  264. To compile this driver as a module, choose M here: the module will be
  265. called gpio-vibra.
  266. config INPUT_COBALT_BTNS
  267. tristate "Cobalt button interface"
  268. depends on MIPS_COBALT
  269. help
  270. Say Y here if you want to support MIPS Cobalt button interface.
  271. To compile this driver as a module, choose M here: the
  272. module will be called cobalt_btns.
  273. config INPUT_CPCAP_PWRBUTTON
  274. tristate "CPCAP OnKey"
  275. depends on MFD_CPCAP
  276. help
  277. Say Y here if you want to enable power key reporting via the
  278. Motorola CPCAP chip.
  279. To compile this driver as a module, choose M here. The module will
  280. be called cpcap-pwrbutton.
  281. config INPUT_WISTRON_BTNS
  282. tristate "x86 Wistron laptop button interface"
  283. depends on X86_32 && !UML
  284. select INPUT_SPARSEKMAP
  285. select NEW_LEDS
  286. select LEDS_CLASS
  287. select CHECK_SIGNATURE
  288. help
  289. Say Y here for support of Wistron laptop button interfaces, used on
  290. laptops of various brands, including Acer and Fujitsu-Siemens. If
  291. available, mail and wifi LEDs will be controllable via /sys/class/leds.
  292. To compile this driver as a module, choose M here: the module will
  293. be called wistron_btns.
  294. config INPUT_ATLAS_BTNS
  295. tristate "x86 Atlas button interface"
  296. depends on X86 && ACPI
  297. help
  298. Say Y here for support of Atlas wallmount touchscreen buttons.
  299. The events will show up as scancodes F1 through F9 via evdev.
  300. To compile this driver as a module, choose M here: the module will
  301. be called atlas_btns.
  302. config INPUT_ATI_REMOTE2
  303. tristate "ATI / Philips USB RF remote control"
  304. depends on USB_ARCH_HAS_HCD
  305. select USB
  306. help
  307. Say Y here if you want to use an ATI or Philips USB RF remote control.
  308. These are RF remotes with USB receivers.
  309. ATI Remote Wonder II comes with some ATI's All-In-Wonder video cards
  310. and is also available as a separate product.
  311. This driver provides mouse pointer, left and right mouse buttons,
  312. and maps all the other remote buttons to keypress events.
  313. To compile this driver as a module, choose M here: the module will be
  314. called ati_remote2.
  315. config INPUT_KEYSPAN_REMOTE
  316. tristate "Keyspan DMR USB remote control"
  317. depends on USB_ARCH_HAS_HCD
  318. select USB
  319. help
  320. Say Y here if you want to use a Keyspan DMR USB remote control.
  321. Currently only the UIA-11 type of receiver has been tested. The tag
  322. on the receiver that connects to the USB port should have a P/N that
  323. will tell you what type of DMR you have. The UIA-10 type is not
  324. supported at this time. This driver maps all buttons to keypress
  325. events.
  326. To compile this driver as a module, choose M here: the module will
  327. be called keyspan_remote.
  328. config INPUT_KXTJ9
  329. tristate "Kionix KXTJ9 tri-axis digital accelerometer"
  330. depends on I2C
  331. help
  332. Say Y here to enable support for the Kionix KXTJ9 digital tri-axis
  333. accelerometer.
  334. To compile this driver as a module, choose M here: the module will
  335. be called kxtj9.
  336. config INPUT_POWERMATE
  337. tristate "Griffin PowerMate and Contour Jog support"
  338. depends on USB_ARCH_HAS_HCD
  339. select USB
  340. help
  341. Say Y here if you want to use Griffin PowerMate or Contour Jog devices.
  342. These are aluminum dials which can measure clockwise and anticlockwise
  343. rotation. The dial also acts as a pushbutton. The base contains an LED
  344. which can be instructed to pulse or to switch to a particular intensity.
  345. You can download userspace tools from
  346. <http://sowerbutts.com/powermate/>.
  347. To compile this driver as a module, choose M here: the
  348. module will be called powermate.
  349. config INPUT_YEALINK
  350. tristate "Yealink usb-p1k voip phone"
  351. depends on USB_ARCH_HAS_HCD
  352. select USB
  353. help
  354. Say Y here if you want to enable keyboard and LCD functions of the
  355. Yealink usb-p1k usb phones. The audio part is enabled by the generic
  356. usb sound driver, so you might want to enable that as well.
  357. For information about how to use these additional functions, see
  358. <file:Documentation/input/devices/yealink.rst>.
  359. To compile this driver as a module, choose M here: the module will be
  360. called yealink.
  361. config INPUT_CM109
  362. tristate "C-Media CM109 USB I/O Controller"
  363. depends on USB_ARCH_HAS_HCD
  364. select USB
  365. help
  366. Say Y here if you want to enable keyboard and buzzer functions of the
  367. C-Media CM109 usb phones. The audio part is enabled by the generic
  368. usb sound driver, so you might want to enable that as well.
  369. To compile this driver as a module, choose M here: the module will be
  370. called cm109.
  371. config INPUT_REGULATOR_HAPTIC
  372. tristate "Regulator haptics support"
  373. depends on REGULATOR
  374. select INPUT_FF_MEMLESS
  375. help
  376. This option enables device driver support for the haptic controlled
  377. by a regulator. This driver supports ff-memless interface
  378. from input framework.
  379. To compile this driver as a module, choose M here: the
  380. module will be called regulator-haptic.
  381. config INPUT_RETU_PWRBUTTON
  382. tristate "Retu Power button Driver"
  383. depends on MFD_RETU
  384. help
  385. Say Y here if you want to enable power key reporting via the
  386. Retu chips found in Nokia Internet Tablets (770, N800, N810).
  387. To compile this driver as a module, choose M here. The module will
  388. be called retu-pwrbutton.
  389. config INPUT_TPS65218_PWRBUTTON
  390. tristate "TPS65218 Power button driver"
  391. depends on (MFD_TPS65217 || MFD_TPS65218)
  392. help
  393. Say Y here if you want to enable power button reporting for
  394. TPS65217 and TPS65218 Power Management IC devices.
  395. To compile this driver as a module, choose M here. The module will
  396. be called tps65218-pwrbutton.
  397. config INPUT_AXP20X_PEK
  398. tristate "X-Powers AXP20X power button driver"
  399. depends on MFD_AXP20X
  400. help
  401. Say Y here if you want to enable power key reporting via the
  402. AXP20X PMIC.
  403. To compile this driver as a module, choose M here. The module will
  404. be called axp20x-pek.
  405. config INPUT_TWL4030_PWRBUTTON
  406. tristate "TWL4030 Power button Driver"
  407. depends on TWL4030_CORE
  408. help
  409. Say Y here if you want to enable power key reporting via the
  410. TWL4030 family of chips.
  411. To compile this driver as a module, choose M here. The module will
  412. be called twl4030_pwrbutton.
  413. config INPUT_TWL4030_VIBRA
  414. tristate "Support for TWL4030 Vibrator"
  415. depends on TWL4030_CORE
  416. select MFD_TWL4030_AUDIO
  417. select INPUT_FF_MEMLESS
  418. help
  419. This option enables support for TWL4030 Vibrator Driver.
  420. To compile this driver as a module, choose M here. The module will
  421. be called twl4030_vibra.
  422. config INPUT_TWL6040_VIBRA
  423. tristate "Support for TWL6040 Vibrator"
  424. depends on TWL6040_CORE
  425. select INPUT_FF_MEMLESS
  426. help
  427. This option enables support for TWL6040 Vibrator Driver.
  428. To compile this driver as a module, choose M here. The module will
  429. be called twl6040_vibra.
  430. config INPUT_UINPUT
  431. tristate "User level driver support"
  432. help
  433. Say Y here if you want to support user level drivers for input
  434. subsystem accessible under char device 10:223 - /dev/input/uinput.
  435. To compile this driver as a module, choose M here: the
  436. module will be called uinput.
  437. config INPUT_SGI_BTNS
  438. tristate "SGI Indy/O2 volume button interface"
  439. depends on SGI_IP22 || SGI_IP32
  440. help
  441. Say Y here if you want to support SGI Indy/O2 volume button interface.
  442. To compile this driver as a module, choose M here: the
  443. module will be called sgi_btns.
  444. config HP_SDC_RTC
  445. tristate "HP SDC Real Time Clock"
  446. depends on (GSC || HP300) && SERIO
  447. select HP_SDC
  448. help
  449. Say Y here if you want to support the built-in real time clock
  450. of the HP SDC controller.
  451. config INPUT_PALMAS_PWRBUTTON
  452. tristate "Palmas Power button Driver"
  453. depends on MFD_PALMAS
  454. help
  455. Say Y here if you want to enable power key reporting via the
  456. Palmas family of PMICs.
  457. To compile this driver as a module, choose M here. The module will
  458. be called palmas_pwrbutton.
  459. config INPUT_PCF50633_PMU
  460. tristate "PCF50633 PMU events"
  461. depends on MFD_PCF50633
  462. help
  463. Say Y to include support for delivering PMU events via input
  464. layer on NXP PCF50633.
  465. config INPUT_PCF8574
  466. tristate "PCF8574 Keypad input device"
  467. depends on I2C
  468. help
  469. Say Y here if you want to support a keypad connected via I2C
  470. with a PCF8574.
  471. To compile this driver as a module, choose M here: the
  472. module will be called pcf8574_keypad.
  473. config INPUT_PWM_BEEPER
  474. tristate "PWM beeper support"
  475. depends on PWM
  476. help
  477. Say Y here to get support for PWM based beeper devices.
  478. If unsure, say N.
  479. To compile this driver as a module, choose M here: the module will be
  480. called pwm-beeper.
  481. config INPUT_PWM_VIBRA
  482. tristate "PWM vibrator support"
  483. depends on PWM
  484. select INPUT_FF_MEMLESS
  485. help
  486. Say Y here to get support for PWM based vibrator devices.
  487. If unsure, say N.
  488. To compile this driver as a module, choose M here: the module will be
  489. called pwm-vibra.
  490. config INPUT_RK805_PWRKEY
  491. tristate "Rockchip RK805 PMIC power key support"
  492. depends on MFD_RK808
  493. help
  494. Select this option to enable power key driver for RK805.
  495. If unsure, say N.
  496. To compile this driver as a module, choose M here: the module will be
  497. called rk805_pwrkey.
  498. config INPUT_GPIO_ROTARY_ENCODER
  499. tristate "Rotary encoders connected to GPIO pins"
  500. depends on GPIOLIB || COMPILE_TEST
  501. help
  502. Say Y here to add support for rotary encoders connected to GPIO lines.
  503. Check file:Documentation/input/devices/rotary-encoder.rst for more
  504. information.
  505. To compile this driver as a module, choose M here: the
  506. module will be called rotary_encoder.
  507. config INPUT_RB532_BUTTON
  508. tristate "Mikrotik Routerboard 532 button interface"
  509. depends on MIKROTIK_RB532
  510. depends on GPIOLIB
  511. help
  512. Say Y here if you want support for the S1 button built into
  513. Mikrotik's Routerboard 532.
  514. To compile this driver as a module, choose M here: the
  515. module will be called rb532_button.
  516. config INPUT_DA7280_HAPTICS
  517. tristate "Dialog Semiconductor DA7280 haptics support"
  518. depends on INPUT && I2C
  519. select REGMAP_I2C
  520. help
  521. Say Y to enable support for the Dialog DA7280 haptics driver.
  522. The haptics can be controlled by PWM or GPIO
  523. with I2C communication.
  524. To compile this driver as a module, choose M here: the
  525. module will be called da7280.
  526. config INPUT_DA9052_ONKEY
  527. tristate "Dialog DA9052/DA9053 Onkey"
  528. depends on PMIC_DA9052
  529. help
  530. Support the ONKEY of Dialog DA9052 PMICs as an input device
  531. reporting power button status.
  532. To compile this driver as a module, choose M here: the
  533. module will be called da9052_onkey.
  534. config INPUT_DA9055_ONKEY
  535. tristate "Dialog Semiconductor DA9055 ONKEY"
  536. depends on MFD_DA9055
  537. help
  538. Support the ONKEY of DA9055 PMICs as an input device
  539. reporting power button status.
  540. To compile this driver as a module, choose M here: the module
  541. will be called da9055_onkey.
  542. config INPUT_DA9063_ONKEY
  543. tristate "Dialog DA9063/62/61 OnKey"
  544. depends on MFD_DA9063 || MFD_DA9062
  545. help
  546. Support the ONKEY of Dialog DA9063, DA9062 and DA9061 Power
  547. Management ICs as an input device capable of reporting the
  548. power button status.
  549. To compile this driver as a module, choose M here: the module
  550. will be called da9063_onkey.
  551. config INPUT_DM355EVM
  552. tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
  553. depends on MFD_DM355EVM_MSP
  554. select INPUT_SPARSEKMAP
  555. help
  556. Supports the pushbuttons and IR remote used with
  557. the DM355 EVM board.
  558. To compile this driver as a module, choose M here: the
  559. module will be called dm355evm_keys.
  560. config INPUT_WM831X_ON
  561. tristate "WM831X ON pin"
  562. depends on MFD_WM831X
  563. help
  564. Support the ON pin of WM831X PMICs as an input device
  565. reporting power button status.
  566. To compile this driver as a module, choose M here: the module
  567. will be called wm831x_on.
  568. config INPUT_PCAP
  569. tristate "Motorola EZX PCAP misc input events"
  570. depends on EZX_PCAP
  571. help
  572. Say Y here if you want to use Power key and Headphone button
  573. on Motorola EZX phones.
  574. To compile this driver as a module, choose M here: the
  575. module will be called pcap_keys.
  576. config INPUT_ADXL34X
  577. tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
  578. default n
  579. help
  580. Say Y here if you have a Accelerometer interface using the
  581. ADXL345/6 controller, and your board-specific initialization
  582. code includes that in its table of devices.
  583. This driver can use either I2C or SPI communication to the
  584. ADXL345/6 controller. Select the appropriate method for
  585. your system.
  586. If unsure, say N (but it's safe to say "Y").
  587. To compile this driver as a module, choose M here: the
  588. module will be called adxl34x.
  589. config INPUT_ADXL34X_I2C
  590. tristate "support I2C bus connection"
  591. depends on INPUT_ADXL34X && I2C
  592. default y
  593. help
  594. Say Y here if you have ADXL345/6 hooked to an I2C bus.
  595. To compile this driver as a module, choose M here: the
  596. module will be called adxl34x-i2c.
  597. config INPUT_ADXL34X_SPI
  598. tristate "support SPI bus connection"
  599. depends on INPUT_ADXL34X && SPI
  600. default y
  601. help
  602. Say Y here if you have ADXL345/6 hooked to a SPI bus.
  603. To compile this driver as a module, choose M here: the
  604. module will be called adxl34x-spi.
  605. config INPUT_IBM_PANEL
  606. tristate "IBM Operation Panel driver"
  607. depends on I2C && I2C_SLAVE
  608. help
  609. Say Y here if you have an IBM Operation Panel connected to your system
  610. over I2C. The panel is typically connected only to a system's service
  611. processor (BMC).
  612. If unsure, say N.
  613. The Operation Panel is a controller with some buttons and an LCD
  614. display that allows someone with physical access to the system to
  615. perform various administrative tasks. This driver only supports the part
  616. of the controller that sends commands to the system.
  617. To compile this driver as a module, choose M here: the module will be
  618. called ibm-panel.
  619. config INPUT_IMS_PCU
  620. tristate "IMS Passenger Control Unit driver"
  621. depends on USB
  622. depends on LEDS_CLASS
  623. help
  624. Say Y here if you have system with IMS Rave Passenger Control Unit.
  625. To compile this driver as a module, choose M here: the module will be
  626. called ims_pcu.
  627. config INPUT_IQS269A
  628. tristate "Azoteq IQS269A capacitive touch controller"
  629. depends on I2C
  630. select REGMAP_I2C
  631. help
  632. Say Y to enable support for the Azoteq IQS269A capacitive
  633. touch controller.
  634. To compile this driver as a module, choose M here: the
  635. module will be called iqs269a.
  636. config INPUT_IQS626A
  637. tristate "Azoteq IQS626A capacitive touch controller"
  638. depends on I2C
  639. select REGMAP_I2C
  640. help
  641. Say Y to enable support for the Azoteq IQS626A capacitive
  642. touch controller.
  643. To compile this driver as a module, choose M here: the
  644. module will be called iqs626a.
  645. config INPUT_IQS7222
  646. tristate "Azoteq IQS7222A/B/C capacitive touch controller"
  647. depends on I2C
  648. help
  649. Say Y to enable support for the Azoteq IQS7222A/B/C family
  650. of capacitive touch controllers.
  651. To compile this driver as a module, choose M here: the
  652. module will be called iqs7222.
  653. config INPUT_CMA3000
  654. tristate "VTI CMA3000 Tri-axis accelerometer"
  655. help
  656. Say Y here if you want to use VTI CMA3000_D0x Accelerometer
  657. driver
  658. This driver currently only supports I2C interface to the
  659. controller. Also select the I2C method.
  660. If unsure, say N
  661. To compile this driver as a module, choose M here: the
  662. module will be called cma3000_d0x.
  663. config INPUT_CMA3000_I2C
  664. tristate "Support I2C bus connection"
  665. depends on INPUT_CMA3000 && I2C
  666. help
  667. Say Y here if you want to use VTI CMA3000_D0x Accelerometer
  668. through I2C interface.
  669. To compile this driver as a module, choose M here: the
  670. module will be called cma3000_d0x_i2c.
  671. config INPUT_XEN_KBDDEV_FRONTEND
  672. tristate "Xen virtual keyboard and mouse support"
  673. depends on XEN
  674. default y
  675. select XEN_XENBUS_FRONTEND
  676. help
  677. This driver implements the front-end of the Xen virtual
  678. keyboard and mouse device driver. It communicates with a back-end
  679. in another domain.
  680. To compile this driver as a module, choose M here: the
  681. module will be called xen-kbdfront.
  682. config INPUT_IDEAPAD_SLIDEBAR
  683. tristate "IdeaPad Laptop Slidebar"
  684. depends on INPUT
  685. depends on SERIO_I8042
  686. help
  687. Say Y here if you have an IdeaPad laptop with a slidebar.
  688. To compile this driver as a module, choose M here: the
  689. module will be called ideapad_slidebar.
  690. config INPUT_SOC_BUTTON_ARRAY
  691. tristate "Windows-compatible SoC Button Array"
  692. depends on KEYBOARD_GPIO && ACPI
  693. help
  694. Say Y here if you have a SoC-based tablet that originally runs
  695. Windows 8 or a Microsoft Surface Book 2, Pro 5, Laptop 1 or later.
  696. To compile this driver as a module, choose M here: the
  697. module will be called soc_button_array.
  698. config INPUT_DRV260X_HAPTICS
  699. tristate "TI DRV260X haptics support"
  700. depends on INPUT && I2C
  701. depends on GPIOLIB || COMPILE_TEST
  702. select INPUT_FF_MEMLESS
  703. select REGMAP_I2C
  704. help
  705. Say Y to enable support for the TI DRV260X haptics driver.
  706. To compile this driver as a module, choose M here: the
  707. module will be called drv260x-haptics.
  708. config INPUT_DRV2665_HAPTICS
  709. tristate "TI DRV2665 haptics support"
  710. depends on INPUT && I2C
  711. select INPUT_FF_MEMLESS
  712. select REGMAP_I2C
  713. help
  714. Say Y to enable support for the TI DRV2665 haptics driver.
  715. To compile this driver as a module, choose M here: the
  716. module will be called drv2665-haptics.
  717. config INPUT_DRV2667_HAPTICS
  718. tristate "TI DRV2667 haptics support"
  719. depends on INPUT && I2C
  720. select INPUT_FF_MEMLESS
  721. select REGMAP_I2C
  722. help
  723. Say Y to enable support for the TI DRV2667 haptics driver.
  724. To compile this driver as a module, choose M here: the
  725. module will be called drv2667-haptics.
  726. config INPUT_HISI_POWERKEY
  727. tristate "Hisilicon PMIC ONKEY support"
  728. depends on ARCH_HISI || COMPILE_TEST
  729. help
  730. Say Y to enable support for PMIC ONKEY.
  731. To compile this driver as a module, choose M here: the
  732. module will be called hisi_powerkey.
  733. config INPUT_RAVE_SP_PWRBUTTON
  734. tristate "RAVE SP Power button Driver"
  735. depends on RAVE_SP_CORE
  736. help
  737. Say Y here if you want to enable power key reporting from RAVE SP
  738. To compile this driver as a module, choose M here: the
  739. module will be called rave-sp-pwrbutton.
  740. config INPUT_SC27XX_VIBRA
  741. tristate "Spreadtrum sc27xx vibrator support"
  742. depends on MFD_SC27XX_PMIC || COMPILE_TEST
  743. select INPUT_FF_MEMLESS
  744. help
  745. This option enables support for Spreadtrum sc27xx vibrator driver.
  746. To compile this driver as a module, choose M here. The module will
  747. be called sc27xx_vibra.
  748. config INPUT_RT5120_PWRKEY
  749. tristate "RT5120 PMIC power key support"
  750. depends on MFD_RT5120 || COMPILE_TEST
  751. help
  752. This enables support for RT5120 PMIC power key driver.
  753. To compile this driver as a module, choose M here. the module will
  754. be called rt5120-pwrkey.
  755. config INPUT_STPMIC1_ONKEY
  756. tristate "STPMIC1 PMIC Onkey support"
  757. depends on MFD_STPMIC1
  758. help
  759. Say Y to enable support of onkey embedded into STPMIC1 PMIC. onkey
  760. can be used to wakeup from low power modes and force a shut-down on
  761. long press.
  762. To compile this driver as a module, choose M here: the
  763. module will be called stpmic1_onkey.
  764. endif