aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-12-24 13:44:00 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-12-24 13:44:00 +0000
commitfb997fc9b040a7c49c7073a7bc454bb68891379b (patch)
treed6257c9dd73432b127f69161de848fb989b50420 /drivers.m4
parent6266c2fb61ca14e4c4ff64851d0323fd480c757a (diff)
downloadlcd4linux-fb997fc9b040a7c49c7073a7bc454bb68891379b.tar.gz
driver for the PHAnderson serial-to-HD44780 adapter boards by Nicolas Weill
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@910 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m417
1 files changed, 13 insertions, 4 deletions
diff --git a/drivers.m4 b/drivers.m4
index 4f5a392..2114ffa 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -32,10 +32,10 @@ AC_ARG_WITH(
[ drivers may be excluded with 'all,!<driver>',]
[ (try 'all,\!<driver>' if your shell complains...)]
[ possible drivers are:]
- [ BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux, D4D]
+ [ BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux, D4D,]
[ G15, HD44780, IRLCD, LCD2USB LCDLinux, LCDTerm, LPH7508,]
- [ LUIse, M50530, MatrixOrbital, MilfordInstruments,]
- [ Noritake, NULL, PNG, PPM, Pertelian, picoLCD, picoLCDGraphic,]
+ [ LUIse, M50530, MatrixOrbital, MilfordInstruments, Noritake,]
+ [ NULL, PNG, PPM, Pertelian, PHAnderson, picoLCD, picoLCDGraphic,]
[ RouterBoard, Sample, serdisplib, SimpleLCD, st2205, T6963, Trefon,]
[ ULA200, USBLCD, USBHUB, WincorNixdorf, X11],
drivers=$withval,
@@ -80,6 +80,7 @@ for driver in $drivers; do
NORITAKE="yes"
NULL="yes"
PERTELIAN="yes"
+ PHANDERSON="yes"
PICOLCD="yes"
PICOLCDGRAPHIC="yes"
PNG="yes"
@@ -166,6 +167,9 @@ for driver in $drivers; do
Pertelian)
PERTELIAN=$val
;;
+ PHAnderson)
+ PHANDERSON=$val
+ ;;
picoLCD)
PICOLCD=$val
;;
@@ -448,7 +452,12 @@ if test "$PERTELIAN" = "yes"; then
AC_DEFINE(WITH_PERTELIAN,1,[Pertelian driver])
fi
-
+if test "$PHANDERSON" = "yes"; then
+ TEXT="yes"
+ SERIAL="yes"
+ DRIVERS="$DRIVERS drv_PHAnderson.o"
+ AC_DEFINE(WITH_PHANDERSON,1,[PHAnderson driver])
+fi
if test "$PICOLCD" = "yes"; then
if test "$has_usb" = "true"; then