aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m413
1 files changed, 12 insertions, 1 deletions
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,\!<driver>' 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"