blob: a66aec2e989067e6fb576402a11b30c1dd6aeda0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- linux-2.6.17/drivers/input/keyboard/Kconfig_orig 2006-07-02 23:14:40.000000000 +0000
+++ linux-2.6.17/drivers/input/keyboard/Kconfig 2006-07-02 23:16:12.000000000 +0000
@@ -183,4 +183,10 @@
This driver implements support for HIL-keyboards attached
to your machine, so normally you should say Y here.
+config KEYBOARD_JORNADA720
+ tristate "HP Jornada 720 Keyboard Support"
+ depends on SA110_JORNADA720
+ default y
+ help
+ Say yes here if you want Jornada 720 keyboard support.
endif
|