aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r--drivers/input/keyboard/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 81a333f7301052..8b26d5238b8f98 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -203,4 +203,15 @@ config KEYBOARD_OMAP
To compile this driver as a module, choose M here: the
module will be called omap-keypad.
+config KEYBOARD_JORNADA720
+ tristate "HP Jornada 720 Keyboard Support"
+ depends on SA1100_JORNADA720_MCU
+ default y
+ help
+ Say Y to enable keyboard on the hewlett Packard Jornada
+ 7xx(710/720/728) series of PDAs.
+
+ To compile this driver as a module choose M here: the
+ module will be called jornada720_kbd.
+
endif