From 595ed4ad9868a1c304b8eebaa2fd205546b8aff9 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 21 Jun 2010 02:07:13 +0000 Subject: driver for Allnet FW8888 from Claas Hilbrecht git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1123 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drivers.m4 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'drivers.m4') diff --git a/drivers.m4 b/drivers.m4 index 49d9e9b..9616b76 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -33,7 +33,7 @@ AC_ARG_WITH( [ (try 'all,\!' if your shell complains...)] [ possible drivers are:] [ ASTUSB, BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux, D4D,] - [ EA232Graphic, G15, GLCD2USB, HD44780, HD44780-I2C, IRLCD,] + [ EA232Graphic, FW8888, G15, GLCD2USB, HD44780, HD44780-I2C, IRLCD,] [ LCD2USB, LCDLinux, LEDMatrix, LCDTerm, LPH7508, LUIse,] [ LW_ABP, M50530, MatrixOrbital, MatrixOrbitalGX,] [ MilfordInstruments, Noritake, NULL, Pertelian, PHAnderson,] @@ -68,6 +68,7 @@ for driver in $drivers; do CWLINUX="yes" D4D="yes" EA232graphic="yes" + FW8888="yes" G15="yes" GLCD2USB="yes" HD44780="yes" @@ -132,6 +133,9 @@ for driver in $drivers; do EA232graphic) EA232graphic=$val ;; + FW8888) + FW8888=$val + ;; G15) G15=$val ;; @@ -352,6 +356,13 @@ if test "$EA232graphic" = "yes"; then AC_DEFINE(WITH_EA232graphic,1,[Electronic Assembly RS232 graphic driver]) fi +if test "$FW8888" = "yes"; then + TEXT="yes" + SERIAL="yes" + DRIVERS="$DRIVERS drv_FW8888.o" + AC_DEFINE(WITH_FW8888,1,[Allnet FW8888 driver]) +fi + if test "$G15" = "yes"; then if test "$has_usb" = "true"; then GRAPHIC="yes" -- cgit v1.2.3