Kconfig 22 KB

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