diff options
author | Kim Kyuwon <q1.kim@samsung.com> | 2009-09-22 01:17:04 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-09-22 01:26:40 -0400 |
commit | 0baf81ba157cb2b89448f0b73fcd9a4f191be8c6 (patch) | |
tree | ae3fe539cbd1543d6ed73b1b726912e770cfbf1a /drivers/input/keyboard/Kconfig | |
parent | 88751dd6ce1fb0627c36c4ab08a40730e5a50d3e (diff) |
Input: add driver for Maxim MAX7359 key switch controller
The Maxim MAX7359 is a I2C interfaced key switch controller which
provides microprocessors with management of up to 64 key switches.
This patch adds support for the MAX7359 key switch controller.
Signed-off-by: Kim Kyuwon <q1.kim@samsung.com>
Reviewed-by: Trilok Soni <soni.trilok@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index d615c09a83c6..57055bcbd7a6 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -261,6 +261,17 @@ config KEYBOARD_MAPLE | |||
261 | To compile this driver as a module, choose M here: the | 261 | To compile this driver as a module, choose M here: the |
262 | module will be called maple_keyb. | 262 | module will be called maple_keyb. |
263 | 263 | ||
264 | config KEYBOARD_MAX7359 | ||
265 | tristate "Maxim MAX7359 Key Switch Controller" | ||
266 | depends on I2C | ||
267 | help | ||
268 | If you say yes here you get support for the Maxim MAX7359 Key | ||
269 | Switch Controller chip. This providers microprocessors with | ||
270 | management of up to 64 key switches | ||
271 | |||
272 | To compile this driver as a module, choose M here: the | ||
273 | module will be called max7359_keypad. | ||
274 | |||
264 | config KEYBOARD_NEWTON | 275 | config KEYBOARD_NEWTON |
265 | tristate "Newton keyboard" | 276 | tristate "Newton keyboard" |
266 | select SERIO | 277 | select SERIO |