diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-01-21 15:25:02 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-01-21 15:25:02 +0000 |
commit | 94159f18008e7f7bddcdab2f9cab978918a202ee (patch) | |
tree | 04d39fcd66e31a49b2a913e8ca505a7265027562 | |
parent | 83a890a4c831fac8421cd34e6d7b7023e9b342c4 (diff) | |
download | lcd4linux-94159f18008e7f7bddcdab2f9cab978918a202ee.tar.gz |
[lcd4linux @ 2006-01-21 15:25:02 by reinelt]
GPIO subsystem in drivers.m4 added
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@619 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | drivers.m4 | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -185,6 +185,7 @@ I2C="no" if test "$BECKMANNEGLE" = "yes"; then TEXT="yes" + GPIO="yes" SERIAL="yes" DRIVERS="$DRIVERS drv_BeckmannEgle.o" AC_DEFINE(WITH_BECKMANNEGLE,1,[Beckmann&Egle driver]) @@ -203,6 +204,7 @@ fi if test "$CRYSTALFONTZ" = "yes"; then TEXT="yes" + GPIO="yes" SERIAL="yes" DRIVERS="$DRIVERS drv_Crystalfontz.o" AC_DEFINE(WITH_CRYSTALFONTZ,1,[Crystalfontz driver]) @@ -222,6 +224,7 @@ fi if test "$CWLINUX" = "yes"; then TEXT="yes" + GPIO="yes" SERIAL="yes" DRIVERS="$DRIVERS drv_Cwlinux.o" AC_DEFINE(WITH_CWLINUX,1,[CwLinux driver]) @@ -266,8 +269,8 @@ fi if test "$LPH7508" = "yes"; then GRAPHICS="yes" - PARPORT="yes" GPIO="yes" + PARPORT="yes" DRIVERS="$DRIVERS drv_LPH7508.o" AC_DEFINE(WITH_LPH7508,1,[LPH7508 driver]) fi @@ -285,6 +288,7 @@ fi if test "$M50530" = "yes"; then TEXT="yes" + GPIO="yes" PARPORT="yes" DRIVERS="$DRIVERS drv_M50530.o" AC_DEFINE(WITH_M50530,1,[M50530 driver]) @@ -292,6 +296,7 @@ fi if test "$MATRIXORBITAL" = "yes"; then TEXT="yes" + GPIO="yes" SERIAL="yes" DRIVERS="$DRIVERS drv_MatrixOrbital.o" AC_DEFINE(WITH_MATRIXORBITAL,1,[MatrixOrbital driver]) @@ -340,6 +345,7 @@ fi if test "$ROUTERBOARD" = "yes"; then TEXT="yes" + GPIO="yes" DRIVERS="$DRIVERS drv_RouterBoard.o" AC_DEFINE(WITH_ROUTERBOARD,1,[RouterBoard driver]) fi |