diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-04-27 02:43:03 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-05-11 11:25:00 -0400 |
commit | cb8f3c7dea960c27fcc66830cdaab82b13f1b597 (patch) | |
tree | 680012e9306769505fc55ce706a6c533cf3d3ed3 /drivers | |
parent | cb432b358dced89bd2af86b3f783a0a99e489421 (diff) |
[ARM] pxa/tosa: move CONFIG_KEYBOARD_TOSA_USE_EXT_KEYCODES to mach/Kconfig
Tosa is now able to use generic matrix keypad driver instead of the deprecated
tosakbd.c, where CONFIG_KEYBOARD_TOSA_USE_EXT_KEYCODES is still useful. Move
it to mach/Kconfig.
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 64c102355f53..a74ee121f51e 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig | |||
@@ -426,16 +426,6 @@ config KEYBOARD_TOSA | |||
426 | To compile this driver as a module, choose M here: the | 426 | To compile this driver as a module, choose M here: the |
427 | module will be called tosakbd. | 427 | module will be called tosakbd. |
428 | 428 | ||
429 | config KEYBOARD_TOSA_USE_EXT_KEYCODES | ||
430 | bool "Tosa keyboard: use extended keycodes" | ||
431 | depends on KEYBOARD_TOSA | ||
432 | help | ||
433 | Say Y here to enable the tosa keyboard driver to generate extended | ||
434 | (>= 127) keycodes. Be aware, that they can't be correctly interpreted | ||
435 | by either console keyboard driver or by Kdrive keybd driver. | ||
436 | |||
437 | Say Y only if you know, what you are doing! | ||
438 | |||
439 | config KEYBOARD_XTKBD | 429 | config KEYBOARD_XTKBD |
440 | tristate "XT keyboard" | 430 | tristate "XT keyboard" |
441 | select SERIO | 431 | select SERIO |