diff options
author | reinelt <> | 2005-12-18 16:18:36 +0000 |
---|---|---|
committer | reinelt <> | 2005-12-18 16:18:36 +0000 |
commit | f57473f6a80c5776474fe300bb599f7f86389507 (patch) | |
tree | 819babba1e548bbcd9fffef6875593e7ade8b57b /configure | |
parent | 0f5df44b99312318251c5757e6ee45d5510dae44 (diff) | |
download | lcd4linux-f57473f6a80c5776474fe300bb599f7f86389507.tar.gz |
[lcd4linux @ 2005-12-18 16:18:34 by reinelt]
GPO's added again
Diffstat (limited to '')
-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 |