diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2009-04-19 02:43:57 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-04-19 02:44:59 -0400 |
commit | e06003af56c386018f0c209608ac6c6662228cc0 (patch) | |
tree | 4db5a03163a51f900dc3f777929017b92dedca7b /drivers/input/keyboard/Kconfig | |
parent | 864fe73c312ca8e177da01207ce86fb1b80b3e54 (diff) |
Input: add matrix keypad driver for Cirrus EP93xx
This is a keyboard driver for the Cirrus Logic EP93xx keypad matrix
peripheral. This driver is based on the pxa27x_keypad driver.
[dtor@mail.ru: Plug in input_dev->keycode so keymap can be changed
from userspace.]
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
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 35561689ff38..76407df17cd7 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -332,4 +332,14 @@ config KEYBOARD_SH_KEYSC | |||
332 | 332 | ||
333 | To compile this driver as a module, choose M here: the | 333 | To compile this driver as a module, choose M here: the |
334 | module will be called sh_keysc. | 334 | module will be called sh_keysc. |
335 | + | ||
336 | config KEYBOARD_EP93XX | ||
337 | tristate "EP93xx Matrix Keypad support" | ||
338 | depends on ARCH_EP93XX | ||
339 | help | ||
340 | Say Y here to enable the matrix keypad on the Cirrus EP93XX. | ||
341 | |||
342 | To compile this driver as a module, choose M here: the | ||
343 | module will be called ep93xx_keypad. | ||
344 | |||
335 | endif | 345 | endif |