diff options
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 352dc4f3820c..454cd5d5f105 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -643,6 +643,18 @@ config TOSA_BT | |||
643 | This is a simple driver that is able to control | 643 | This is a simple driver that is able to control |
644 | the state of built in bluetooth chip on tosa. | 644 | the state of built in bluetooth chip on tosa. |
645 | 645 | ||
646 | config TOSA_USE_EXT_KEYCODES | ||
647 | bool "Tosa keyboard: use extended keycodes" | ||
648 | depends on MACH_TOSA | ||
649 | default n | ||
650 | help | ||
651 | Say Y here to enable the tosa keyboard driver to generate extended | ||
652 | (>= 127) keycodes. Be aware, that they can't be correctly interpreted | ||
653 | by either console keyboard driver or by Kdrive keybd driver. | ||
654 | |||
655 | Say Y only if you know, what you are doing! | ||
656 | |||
657 | |||
646 | config PXA_HAVE_BOARD_IRQS | 658 | config PXA_HAVE_BOARD_IRQS |
647 | bool | 659 | bool |
648 | 660 | ||