From 9e747f790a76893e8f63d42f5ba66a79ef34fc61 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 4 Feb 2007 06:29:55 +0000 Subject: 'Electronic Assembly' driver by Stefan Gmeiner git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@760 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- configure | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 198b9ce..14e6a72 100755 --- a/configure +++ b/configure @@ -7225,6 +7225,7 @@ for driver in $drivers; do CRYSTALFONTZ="yes" CURSES="yes" CWLINUX="yes" + EA232graphic="yes" G15="yes" HD44780="yes" LCD2USB="yes" @@ -7267,6 +7268,9 @@ for driver in $drivers; do Cwlinux) CWLINUX=$val ;; + EA232graphic) + EA232graphic=$val + ;; G15) G15=$val ;; @@ -7446,6 +7450,18 @@ _ACEOF fi +if test "$EA232graphic" = "yes"; then + GRAPHIC="yes" + SERIAL="yes" + GPIO="yes" + DRIVERS="$DRIVERS drv_EA232graphic.o" + +cat >>confdefs.h <<\_ACEOF +#define WITH_EA232graphic 1 +_ACEOF + +fi + if test "$G15" = "yes"; then if test "$has_usb" = "true"; then GRAPHIC="yes" -- cgit v1.2.3