aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
authorKim Kyuwon <q1.kim@samsung.com>2009-09-21 22:17:04 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2009-09-21 22:26:40 -0700
commit0baf81ba157cb2b89448f0b73fcd9a4f191be8c6 (patch)
treeae3fe539cbd1543d6ed73b1b726912e770cfbf1a /drivers/input/keyboard/Kconfig
parent88751dd6ce1fb0627c36c4ab08a40730e5a50d3e (diff)
downloadkernel_samsung_smdk4412-0baf81ba157cb2b89448f0b73fcd9a4f191be8c6.zip
kernel_samsung_smdk4412-0baf81ba157cb2b89448f0b73fcd9a4f191be8c6.tar.gz
kernel_samsung_smdk4412-0baf81ba157cb2b89448f0b73fcd9a4f191be8c6.tar.bz2
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/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index d615c09..57055bc 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -261,6 +261,17 @@ config KEYBOARD_MAPLE
To compile this driver as a module, choose M here: the
module will be called maple_keyb.
+config KEYBOARD_MAX7359
+ tristate "Maxim MAX7359 Key Switch Controller"
+ depends on I2C
+ help
+ If you say yes here you get support for the Maxim MAX7359 Key
+ Switch Controller chip. This providers microprocessors with
+ management of up to 64 key switches
+
+ To compile this driver as a module, choose M here: the
+ module will be called max7359_keypad.
+
config KEYBOARD_NEWTON
tristate "Newton keyboard"
select SERIO