From 8dd087e587f0a84ab9b30965d085e65efdb57715 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 2 Jan 2011 00:39:10 +0000 Subject: =?UTF-8?q?driver=20for=20EFN=20LED=20modules=20by=20Tilman=20Gl?= =?UTF-8?q?=C3=B6tzner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1137 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drivers.m4 | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'drivers.m4') diff --git a/drivers.m4 b/drivers.m4 index 9616b76..9833eb6 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -33,8 +33,8 @@ AC_ARG_WITH( [ (try 'all,\!' if your shell complains...)] [ possible drivers are:] [ ASTUSB, BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux, D4D,] - [ EA232Graphic, FW8888, G15, GLCD2USB, HD44780, HD44780-I2C, IRLCD,] - [ LCD2USB, LCDLinux, LEDMatrix, LCDTerm, LPH7508, LUIse,] + [ EA232Graphic, EFN, FW8888, G15, GLCD2USB, HD44780, HD44780-I2C,] + [ IRLCD, LCD2USB, LCDLinux, LEDMatrix, LCDTerm, LPH7508, LUIse,] [ LW_ABP, M50530, MatrixOrbital, MatrixOrbitalGX,] [ MilfordInstruments, Noritake, NULL, Pertelian, PHAnderson,] [ PICGraphic, picoLCD, picoLCDGraphic, PNG, PPM, RouterBoard,] @@ -68,6 +68,7 @@ for driver in $drivers; do CWLINUX="yes" D4D="yes" EA232graphic="yes" + EFN="yes" FW8888="yes" G15="yes" GLCD2USB="yes" @@ -133,6 +134,9 @@ for driver in $drivers; do EA232graphic) EA232graphic=$val ;; + EFN) + EFN=$val + ;; FW8888) FW8888=$val ;; @@ -356,6 +360,13 @@ if test "$EA232graphic" = "yes"; then AC_DEFINE(WITH_EA232graphic,1,[Electronic Assembly RS232 graphic driver]) fi +if test "$EFN" = "yes"; then + TEXT="yes" + DRIVERS="$DRIVERS drv_EFN.o" + AC_DEFINE(WITH_EFN,1,[Driver for EFN LED modules and EUG 100 ethernet to serial converter]) +fi + + if test "$FW8888" = "yes"; then TEXT="yes" SERIAL="yes" -- cgit v1.2.3