summaryrefslogtreecommitdiffstats
path: root/drivers/input/Kconfig
diff options
context:
space:
mode:
authorVicente Bergas <vicencb@gmail.com>2013-03-12 01:01:23 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-03-25 10:21:20 +0100
commit4b6cd0ee4bb07bc3d26f808e180b66fd8f463c17 (patch)
treede5aaab1adfc2474111530f74d19f87aca1072d5 /drivers/input/Kconfig
parentdfd768b3ac65d3666933779091ab3056960b8e9f (diff)
downloadbarebox-4b6cd0ee4bb07bc3d26f808e180b66fd8f463c17.tar.gz
barebox-4b6cd0ee4bb07bc3d26f808e180b66fd8f463c17.tar.xz
twl6030: add power button as an input key
Signed-off-by: Vicente Bergas <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/input/Kconfig')
-rw-r--r--drivers/input/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig
index a6f1f47f8d..3d9016b3fa 100644
--- a/drivers/input/Kconfig
+++ b/drivers/input/Kconfig
@@ -38,4 +38,11 @@ config KEYBOARD_QT1070
Say Y here if you want to use Atmel AT42QT1070 QTouch
Sensor chip as input device.
+config KEYBOARD_TWL6030
+ tristate "TWL6030 power button"
+ depends on MFD_TWL6030
+ select POLLER
+ help
+ Say Y here if you want to use TWL6030 power button as a key.
+
endmenu