diff options
author | Wan ZongShun <mcuos.com@gmail.com> | 2009-08-10 00:22:22 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-08-10 00:24:09 -0400 |
commit | 4a15235e79f5160a34100b362af2c674d191d0a5 (patch) | |
tree | b0f2eb2aa3f67c211b9646b4f84eb01f854096f7 /drivers/input/keyboard/Kconfig | |
parent | fa71c605c2bb4d816514c2611ad53f48007f1fd3 (diff) |
Input: add keypad driver for w90p910
Add keypad driver for the 4x4 keypad on an evaluation board based
on w90p910.
Signed-off-by: Wan ZongShun <mcuos.com@gmail.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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 5239e25e88ac..50e407de8a78 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -362,4 +362,14 @@ config KEYBOARD_XTKBD | |||
362 | To compile this driver as a module, choose M here: the | 362 | To compile this driver as a module, choose M here: the |
363 | module will be called xtkbd. | 363 | module will be called xtkbd. |
364 | 364 | ||
365 | config KEYBOARD_W90P910 | ||
366 | tristate "W90P910 Matrix Keypad support" | ||
367 | depends on ARCH_W90X900 | ||
368 | help | ||
369 | Say Y here to enable the matrix keypad on evaluation board | ||
370 | based on W90P910. | ||
371 | |||
372 | To compile this driver as a module, choose M here: the | ||
373 | module will be called w90p910_keypad. | ||
374 | |||
365 | endif | 375 | endif |