aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-02-04 06:29:55 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-02-04 06:29:55 +0000
commit9e747f790a76893e8f63d42f5ba66a79ef34fc61 (patch)
tree74b623d671dd8132f5ceb0390b35dfd52593edc8 /drivers.m4
parente6b252af856bb82978cfe94fe1c1fa1ce752d9db (diff)
downloadlcd4linux-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.m412
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers.m4 b/drivers.m4
index e0d0cbe..7bbb8c2 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -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"