diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-02-04 06:29:55 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-02-04 06:29:55 +0000 |
commit | 9e747f790a76893e8f63d42f5ba66a79ef34fc61 (patch) | |
tree | 74b623d671dd8132f5ceb0390b35dfd52593edc8 /drivers.m4 | |
parent | e6b252af856bb82978cfe94fe1c1fa1ce752d9db (diff) | |
download | lcd4linux-9e747f790a76893e8f63d42f5ba66a79ef34fc61.tar.gz |
'Electronic Assembly' driver by Stefan Gmeiner
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@760 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r-- | drivers.m4 | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -63,6 +63,7 @@ for driver in $drivers; do CRYSTALFONTZ="yes" CURSES="yes" CWLINUX="yes" + EA232graphic="yes" G15="yes" HD44780="yes" LCD2USB="yes" @@ -105,6 +106,9 @@ for driver in $drivers; do Cwlinux) CWLINUX=$val ;; + EA232graphic) + EA232graphic=$val + ;; G15) G15=$val ;; @@ -259,6 +263,14 @@ if test "$CWLINUX" = "yes"; then AC_DEFINE(WITH_CWLINUX,1,[CwLinux driver]) fi +if test "$EA232graphic" = "yes"; then + GRAPHIC="yes" + SERIAL="yes" + GPIO="yes" + DRIVERS="$DRIVERS drv_EA232graphic.o" + AC_DEFINE(WITH_EA232graphic,1,[Electronic Assembly RS232 graphic driver]) +fi + if test "$G15" = "yes"; then if test "$has_usb" = "true"; then GRAPHIC="yes" |