diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-03-04 17:47:58 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-03-06 14:25:31 -0500 |
commit | d7535ffa427b8976b2d41f8d9f7fb9f1c97d786c (patch) | |
tree | 1a2d5e1b1f43c303e8d3f69f2108afef75d71e7c /drivers/input/keyboard/Kconfig | |
parent | e5abff1fe2e400bdabd14feb4e69e9ad661ba71a (diff) |
Input: driver for microcontroller keys on the iPaq h3xxx
This adds a key input driver for the keys found on the h3xxx
iPAQ series.
Based on a driver from handhelds.org 2.6.21 kernel, written
by Alessandro GARDICH.
Signed-off-by: Alessandro GARDICH <gremlin@gremlin.it>
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
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 17de1dcac637..106fbac7f8c5 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -588,6 +588,16 @@ config KEYBOARD_DAVINCI | |||
588 | To compile this driver as a module, choose M here: the | 588 | To compile this driver as a module, choose M here: the |
589 | module will be called davinci_keyscan. | 589 | module will be called davinci_keyscan. |
590 | 590 | ||
591 | config KEYBOARD_IPAQ_MICRO | ||
592 | tristate "Buttons on Micro SoC (iPaq h3100,h3600,h3700)" | ||
593 | depends on MFD_IPAQ_MICRO | ||
594 | help | ||
595 | Say Y to enable support for the buttons attached to | ||
596 | Micro peripheral controller on iPAQ h3100/h3600/h3700 | ||
597 | |||
598 | To compile this driver as a module, choose M here: the | ||
599 | module will be called ipaq-micro-keys. | ||
600 | |||
591 | config KEYBOARD_OMAP | 601 | config KEYBOARD_OMAP |
592 | tristate "TI OMAP keypad support" | 602 | tristate "TI OMAP keypad support" |
593 | depends on ARCH_OMAP1 | 603 | depends on ARCH_OMAP1 |