From fb997fc9b040a7c49c7073a7bc454bb68891379b Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 24 Dec 2008 13:44:00 +0000 Subject: 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 --- drivers.m4 | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'drivers.m4') 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,!',] [ (try 'all,\!' 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 -- cgit v1.2.3