diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2012-04-03 16:39:44 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-04-04 12:25:39 -0400 |
commit | 0bf25a45386f284d591530ef174eaa9e44d84956 (patch) | |
tree | 128d3124b99531345cfbfcf4045ec03c7996eab1 /drivers/input/keyboard/Kconfig | |
parent | 5a966261c0dfb836f54444ff3893638802183cac (diff) |
Input: add support for LM8333 keypads
This driver adds support for the keypad part of the LM8333 and is
prepared for possible GPIO/PWM drivers. Note that this is not a MFD
because you cannot disable the keypad functionality which, thus,
has to be handled by the core anyhow.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
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 f354813a13e8..7eaf93fe5128 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -309,6 +309,16 @@ config KEYBOARD_LM8323 | |||
309 | To compile this driver as a module, choose M here: the | 309 | To compile this driver as a module, choose M here: the |
310 | module will be called lm8323. | 310 | module will be called lm8323. |
311 | 311 | ||
312 | config KEYBOARD_LM8333 | ||
313 | tristate "LM8333 keypad chip" | ||
314 | depends on I2C | ||
315 | help | ||
316 | If you say yes here you get support for the National Semiconductor | ||
317 | LM8333 keypad controller. | ||
318 | |||
319 | To compile this driver as a module, choose M here: the | ||
320 | module will be called lm8333. | ||
321 | |||
312 | config KEYBOARD_LOCOMO | 322 | config KEYBOARD_LOCOMO |
313 | tristate "LoCoMo Keyboard Support" | 323 | tristate "LoCoMo Keyboard Support" |
314 | depends on SHARP_LOCOMO | 324 | depends on SHARP_LOCOMO |