diff options
author | Raphael Derosso Pereira <raphaelpereira@gmail.com> | 2009-09-22 01:24:06 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-09-22 23:50:08 -0400 |
commit | fde1132374c9ba7da98a73b9a3c150dca6cf8502 (patch) | |
tree | a11080951aa6a16a4ef0cd50cefa8d52a3f51cb0 /drivers/input/keyboard/Kconfig | |
parent | 44ca397bcfda83a2b1c3e778c547c05678d7ec69 (diff) |
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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 57055bcbd7a6..ee98b1bc5d89 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -114,6 +114,16 @@ config KEYBOARD_ATKBD_RDI_KEYCODES | |||
114 | right-hand column will be interpreted as the key shown in the | 114 | right-hand column will be interpreted as the key shown in the |
115 | left-hand column. | 115 | left-hand column. |
116 | 116 | ||
117 | config QT2160 | ||
118 | tristate "Atmel AT42QT2160 Touch Sensor Chip" | ||
119 | depends on I2C && EXPERIMENTAL | ||
120 | help | ||
121 | If you say yes here you get support for Atmel AT42QT2160 Touch | ||
122 | Sensor chip as a keyboard input. | ||
123 | |||
124 | This driver can also be built as a module. If so, the module | ||
125 | will be called qt2160. | ||
126 | |||
117 | config KEYBOARD_BFIN | 127 | config KEYBOARD_BFIN |
118 | tristate "Blackfin BF54x keypad support" | 128 | tristate "Blackfin BF54x keypad support" |
119 | depends on (BF54x && !BF544) | 129 | depends on (BF54x && !BF544) |