From d5547cff8af62a296bc5e169da66cdcdc73c5af3 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Wed, 4 May 2005 05:42:38 +0000 Subject: [lcd4linux @ 2005-05-04 05:42:37 by reinelt] Noritake driver added --- drivers.m4 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'drivers.m4') diff --git a/drivers.m4 b/drivers.m4 index ce2a011..2e60a04 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -30,8 +30,8 @@ AC_ARG_WITH( [ possible drivers are:] [ BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux,] [ HD44780, LCDLinux, LCDTerm, M50530, MatrixOrbital,] - [ MilfordInstruments, NULL, PNG, PPM, RouterBoard,] - [ SimpleLCD, T6963, Trefon, USBLCD, X11], + [ MilfordInstruments, Noritake, NULL, PNG, PPM,] + [ RouterBoard, SimpleLCD, T6963, Trefon, USBLCD, X11], drivers=$withval, drivers=all ) @@ -63,6 +63,7 @@ for driver in $drivers; do M50530="yes" MATRIXORBITAL="yes" MILINST="yes" + NORITAKE="yes" NULL="yes" PNG="yes" PPM="yes" @@ -106,6 +107,9 @@ for driver in $drivers; do MilfordInstruments) MILINST=$val ;; + Noritake) + NORITAKE=$val; + ;; NULL) NULL=$val; ;; @@ -235,6 +239,14 @@ if test "$MILINST" = "yes"; then AC_DEFINE(WITH_MILINST,1,[Milford Instruments driver]) fi +if test "$NORITAKE" = "yes"; then + TEXT="yes" + GRAPHIC="yes" + PARPORT="yes" + DRIVERS="$DRIVERS drv_Noritake.o" + AC_DEFINE(WITH_NORITAKE,1,[Noritake driver]) +fi + if test "$NULL" = "yes"; then DRIVERS="$DRIVERS drv_NULL.o" AC_DEFINE(WITH_NULL,1,[NULL driver]) -- cgit v1.2.3