aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <>2005-12-18 16:18:36 +0000
committerreinelt <>2005-12-18 16:18:36 +0000
commitf57473f6a80c5776474fe300bb599f7f86389507 (patch)
tree819babba1e548bbcd9fffef6875593e7ade8b57b /configure
parent0f5df44b99312318251c5757e6ee45d5510dae44 (diff)
downloadlcd4linux-f57473f6a80c5776474fe300bb599f7f86389507.tar.gz
[lcd4linux @ 2005-12-18 16:18:34 by reinelt]
GPO's added again
Diffstat (limited to '')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index af5c1ff..a55452a 100755
--- a/configure
+++ b/configure
@@ -6147,6 +6147,7 @@ echo "${ECHO_T}done" >&6
# generic display drivers
TEXT="no"
GRAPHIC="no"
+GPIO="no"
IMAGE="no"
# generiv I/O drivers
@@ -6262,6 +6263,7 @@ fi
if test "$LPH7508" = "yes"; then
GRAPHICS="yes"
PARPORT="yes"
+ GPIO="yes"
DRIVERS="$DRIVERS drv_LPH7508.o"
cat >>confdefs.h <<\_ACEOF
@@ -6494,6 +6496,10 @@ if test "$GRAPHIC" = "yes"; then
DRIVERS="$DRIVERS drv_generic_graphic.o"
fi
+# generic GPIO driver
+if test "$GPIO" = "yes"; then
+ DRIVERS="$DRIVERS drv_generic_gpio.o"
+fi
# generic parport driver
if test "$PARPORT" = "yes"; then