aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-12-18 16:18:36 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-12-18 16:18:36 +0000
commit0a40256cd918d386d0a7b9955322cf9aa0f9da8b (patch)
tree819babba1e548bbcd9fffef6875593e7ade8b57b /configure
parent59524120cfc433dbf1095cf095d8035d21e69784 (diff)
downloadlcd4linux-0a40256cd918d386d0a7b9955322cf9aa0f9da8b.tar.gz
[lcd4linux @ 2005-12-18 16:18:34 by reinelt]
GPO's added again git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@602 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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