diff options
author | Bryan Wu <cooloney@kernel.org> | 2010-03-19 22:18:15 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-04-13 23:25:10 -0700 |
commit | b91c4be730668e801aa6a2ea95f467cd9a1e0983 (patch) | |
tree | dde3570d7d1dde1b53d207b3a00367b7c7dc869d /drivers/input/misc/Kconfig | |
parent | 2adaabd47164a0f89364f46172c35613c4d1fbdd (diff) | |
download | blackbird-op-linux-b91c4be730668e801aa6a2ea95f467cd9a1e0983.tar.gz blackbird-op-linux-b91c4be730668e801aa6a2ea95f467cd9a1e0983.zip |
Input: add PCF8574 I2C keypad input device driver
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r-- | drivers/input/misc/Kconfig | 10 |
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 Say Y to include support for delivering PMU events via input layer on NXP PCF50633. +config INPUT_PCF8574 + tristate "PCF8574 Keypad input device" + depends on I2C && EXPERIMENTAL + help + Say Y here if you want to support a keypad connetced via I2C + with a PCF8574. + + To compile this driver as a module, choose M here: the + module will be called pcf8574_keypad. + config INPUT_GPIO_ROTARY_ENCODER tristate "Rotary encoders connected to GPIO pins" depends on GPIOLIB && GENERIC_GPIO |