diff options
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 76 |
1 files changed, 58 insertions, 18 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index b49e23379723..45dc6aa62ba4 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -22,6 +22,16 @@ config INPUT_88PM860X_ONKEY | |||
22 | To compile this driver as a module, choose M here: the module | 22 | To compile this driver as a module, choose M here: the module |
23 | will be called 88pm860x_onkey. | 23 | will be called 88pm860x_onkey. |
24 | 24 | ||
25 | config INPUT_AB8500_PONKEY | ||
26 | tristate "AB8500 Pon (PowerOn) Key" | ||
27 | depends on AB8500_CORE | ||
28 | help | ||
29 | Say Y here to use the PowerOn Key for ST-Ericsson's AB8500 | ||
30 | Mix-Sig PMIC. | ||
31 | |||
32 | To compile this driver as a module, choose M here: the module | ||
33 | will be called ab8500-ponkey. | ||
34 | |||
25 | config INPUT_AD714X | 35 | config INPUT_AD714X |
26 | tristate "Analog Devices AD714x Capacitance Touch Sensor" | 36 | tristate "Analog Devices AD714x Capacitance Touch Sensor" |
27 | help | 37 | help |
@@ -284,24 +294,6 @@ config INPUT_SGI_BTNS | |||
284 | To compile this driver as a module, choose M here: the | 294 | To compile this driver as a module, choose M here: the |
285 | module will be called sgi_btns. | 295 | module will be called sgi_btns. |
286 | 296 | ||
287 | config INPUT_WINBOND_CIR | ||
288 | tristate "Winbond IR remote control" | ||
289 | depends on X86 && PNP | ||
290 | select NEW_LEDS | ||
291 | select LEDS_CLASS | ||
292 | select LEDS_TRIGGERS | ||
293 | select BITREVERSE | ||
294 | help | ||
295 | Say Y here if you want to use the IR remote functionality found | ||
296 | in some Winbond SuperI/O chips. Currently only the WPCD376I | ||
297 | chip is supported (included in some Intel Media series motherboards). | ||
298 | |||
299 | IR Receive and wake-on-IR from suspend and power-off is currently | ||
300 | supported. | ||
301 | |||
302 | To compile this driver as a module, choose M here: the module will be | ||
303 | called winbond_cir. | ||
304 | |||
305 | config HP_SDC_RTC | 297 | config HP_SDC_RTC |
306 | tristate "HP SDC Real Time Clock" | 298 | tristate "HP SDC Real Time Clock" |
307 | depends on (GSC || HP300) && SERIO | 299 | depends on (GSC || HP300) && SERIO |
@@ -338,6 +330,17 @@ config INPUT_PWM_BEEPER | |||
338 | To compile this driver as a module, choose M here: the module will be | 330 | To compile this driver as a module, choose M here: the module will be |
339 | called pwm-beeper. | 331 | called pwm-beeper. |
340 | 332 | ||
333 | config INPUT_PMIC8XXX_PWRKEY | ||
334 | tristate "PMIC8XXX power key support" | ||
335 | depends on MFD_PM8XXX | ||
336 | help | ||
337 | Say Y here if you want support for the PMIC8XXX power key. | ||
338 | |||
339 | If unsure, say N. | ||
340 | |||
341 | To compile this driver as a module, choose M here: the | ||
342 | module will be called pmic8xxx-pwrkey. | ||
343 | |||
341 | config INPUT_GPIO_ROTARY_ENCODER | 344 | config INPUT_GPIO_ROTARY_ENCODER |
342 | tristate "Rotary encoders connected to GPIO pins" | 345 | tristate "Rotary encoders connected to GPIO pins" |
343 | depends on GPIOLIB && GENERIC_GPIO | 346 | depends on GPIOLIB && GENERIC_GPIO |
@@ -438,4 +441,41 @@ config INPUT_ADXL34X_SPI | |||
438 | To compile this driver as a module, choose M here: the | 441 | To compile this driver as a module, choose M here: the |
439 | module will be called adxl34x-spi. | 442 | module will be called adxl34x-spi. |
440 | 443 | ||
444 | config INPUT_CMA3000 | ||
445 | tristate "VTI CMA3000 Tri-axis accelerometer" | ||
446 | help | ||
447 | Say Y here if you want to use VTI CMA3000_D0x Accelerometer | ||
448 | driver | ||
449 | |||
450 | This driver currently only supports I2C interface to the | ||
451 | controller. Also select the I2C method. | ||
452 | |||
453 | If unsure, say N | ||
454 | |||
455 | To compile this driver as a module, choose M here: the | ||
456 | module will be called cma3000_d0x. | ||
457 | |||
458 | config INPUT_CMA3000_I2C | ||
459 | tristate "Support I2C bus connection" | ||
460 | depends on INPUT_CMA3000 && I2C | ||
461 | help | ||
462 | Say Y here if you want to use VTI CMA3000_D0x Accelerometer | ||
463 | through I2C interface. | ||
464 | |||
465 | To compile this driver as a module, choose M here: the | ||
466 | module will be called cma3000_d0x_i2c. | ||
467 | |||
468 | config INPUT_XEN_KBDDEV_FRONTEND | ||
469 | tristate "Xen virtual keyboard and mouse support" | ||
470 | depends on XEN_FBDEV_FRONTEND | ||
471 | default y | ||
472 | select XEN_XENBUS_FRONTEND | ||
473 | help | ||
474 | This driver implements the front-end of the Xen virtual | ||
475 | keyboard and mouse device driver. It communicates with a back-end | ||
476 | in another domain. | ||
477 | |||
478 | To compile this driver as a module, choose M here: the | ||
479 | module will be called xen-kbdfront. | ||
480 | |||
441 | endif | 481 | endif |