diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-12-18 16:18:36 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-12-18 16:18:36 +0000 |
commit | 0a40256cd918d386d0a7b9955322cf9aa0f9da8b (patch) | |
tree | 819babba1e548bbcd9fffef6875593e7ade8b57b /configure | |
parent | 59524120cfc433dbf1095cf095d8035d21e69784 (diff) | |
download | lcd4linux-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 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |