aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 23140a3bb8e0..54a9c2d0ba1c 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -277,6 +277,16 @@ config INPUT_PCF50633_PMU
277 Say Y to include support for delivering PMU events via input 277 Say Y to include support for delivering PMU events via input
278 layer on NXP PCF50633. 278 layer on NXP PCF50633.
279 279
280config INPUT_PCF8574
281 tristate "PCF8574 Keypad input device"
282 depends on I2C && EXPERIMENTAL
283 help
284 Say Y here if you want to support a keypad connetced via I2C
285 with a PCF8574.
286
287 To compile this driver as a module, choose M here: the
288 module will be called pcf8574_keypad.
289
280config INPUT_GPIO_ROTARY_ENCODER 290config INPUT_GPIO_ROTARY_ENCODER
281 tristate "Rotary encoders connected to GPIO pins" 291 tristate "Rotary encoders connected to GPIO pins"
282 depends on GPIOLIB && GENERIC_GPIO 292 depends on GPIOLIB && GENERIC_GPIO