aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
authorTony SIM <chinyeow.sim.xt@renesas.com>2010-12-07 05:54:00 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2010-12-08 00:10:28 -0500
commitb8a3d6bcbc85d7636d9f2adede8479ce2999c232 (patch)
treede14a88bbd559ad86b6eff79cbb043a795acef2b /drivers/input/keyboard/Kconfig
parentda0c490115de026618a7fdcd886602da44392a50 (diff)
Input: tca6416-keypad - add support for tca6408a
Support 8-bit tca6408a I/O expander as a keypad. Signed-off-by: Tony SIM <chinyeow.sim.xt@renesas.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, 6 insertions, 4 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index ee85e5bf4b2..a378e959368 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -180,20 +180,22 @@ config KEYBOARD_GPIO
180 module will be called gpio_keys. 180 module will be called gpio_keys.
181 181
182config KEYBOARD_TCA6416 182config KEYBOARD_TCA6416
183 tristate "TCA6416 Keypad Support" 183 tristate "TCA6416/TCA6408A Keypad Support"
184 depends on I2C 184 depends on I2C
185 help 185 help
186 This driver implements basic keypad functionality 186 This driver implements basic keypad functionality
187 for keys connected through TCA6416 IO expander 187 for keys connected through TCA6416/TCA6408A IO expanders.
188 188
189 Say Y here if your device has keys connected to 189 Say Y here if your device has keys connected to
190 TCA6416 IO expander. Your board-specific setup logic 190 TCA6416/TCA6408A IO expander. Your board-specific setup logic
191 must also provide pin-mask details(of which TCA6416 pins 191 must also provide pin-mask details(of which TCA6416 pins
192 are used for keypad). 192 are used for keypad).
193 193
194 If enabled the complete TCA6416 device will be managed through 194 If enabled the entire TCA6416 device will be managed through
195 this driver. 195 this driver.
196 196
197 To compile this driver as a module, choose M here: the
198 module will be called tca6416_keypad.
197 199
198config KEYBOARD_MATRIX 200config KEYBOARD_MATRIX
199 tristate "GPIO driven matrix keypad support" 201 tristate "GPIO driven matrix keypad support"