summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
authorRaphael Derosso Pereira <raphaelpereira@gmail.com>2009-09-22 05:24:06 (GMT)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2009-09-23 03:50:08 (GMT)
commitfde1132374c9ba7da98a73b9a3c150dca6cf8502 (patch)
treea11080951aa6a16a4ef0cd50cefa8d52a3f51cb0 /drivers/input/keyboard/Kconfig
parent44ca397bcfda83a2b1c3e778c547c05678d7ec69 (diff)
downloadlinux-fde1132374c9ba7da98a73b9a3c150dca6cf8502.tar.xz
Input: add driver for Atmel AT42QT2160 Sensor Chip
This version only supports individual cells (no slide support yet). The code has been tested on proprietary development ARM board, but should work fine on other machines. Signed-off-by: Raphael Derosso Pereira <raphaelpereira@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r--drivers/input/keyboard/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 57055bc..ee98b1b 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -114,6 +114,16 @@ config KEYBOARD_ATKBD_RDI_KEYCODES
right-hand column will be interpreted as the key shown in the
left-hand column.
+config QT2160
+ tristate "Atmel AT42QT2160 Touch Sensor Chip"
+ depends on I2C && EXPERIMENTAL
+ help
+ If you say yes here you get support for Atmel AT42QT2160 Touch
+ Sensor chip as a keyboard input.
+
+ This driver can also be built as a module. If so, the module
+ will be called qt2160.
+
config KEYBOARD_BFIN
tristate "Blackfin BF54x keypad support"
depends on (BF54x && !BF544)