aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <>2006-02-21 05:50:34 +0000
committerreinelt <>2006-02-21 05:50:34 +0000
commitdeb3ffa302f687e10959d3c80782875dedb9452c (patch)
tree178703096587ebc29a29963236b5e2d345506f35 /configure
parent64fc350851966e883d2fe57efc01fc08687fb9e0 (diff)
downloadlcd4linux-deb3ffa302f687e10959d3c80782875dedb9452c.tar.gz
[lcd4linux @ 2006-02-21 05:50:34 by reinelt]
keypad support from Cris Maj
Diffstat (limited to '')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index e91a58a..fd44593 100755
--- a/configure
+++ b/configure
@@ -6321,6 +6321,7 @@ IMAGE="no"
PARPORT="no"
SERIAL="no"
I2C="no"
+KEYPAD="no"
if test "$BECKMANNEGLE" = "yes"; then
@@ -6355,6 +6356,7 @@ if test "$CRYSTALFONTZ" = "yes"; then
TEXT="yes"
GPIO="yes"
SERIAL="yes"
+ KEYPAD="yes"
DRIVERS="$DRIVERS drv_Crystalfontz.o"
cat >>confdefs.h <<\_ACEOF
@@ -6746,6 +6748,10 @@ _ACEOF
fi
+# generic keypad driver
+if test "$KEYPAD" = "yes"; then
+ DRIVERS="$DRIVERS drv_generic_keypad.o"
+fi