From 6eec23d6f438845b1a646790a83be3053bc194bc Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 27 Jul 2011 05:58:08 +0000 Subject: =?UTF-8?q?driver=20for=20Newhaven's=20NHD=E2=80=900420D3Z?= =?UTF-8?q?=E2=80=90FL=E2=80=90GBW.=204x20=20LCD=20by=20Rusty=20Clarkson?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1157 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- configure | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 1856b0e..484146d 100755 --- a/configure +++ b/configure @@ -1443,8 +1443,8 @@ Optional Packages: ASTUSB, BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux, D4D, EA232Graphic, EFN, FW8888, G15, GLCD2USB, HD44780, HD44780-I2C, IRLCD, LCD2USB, LCDLinux, LEDMatrix, LCDTerm, LPH7508, LUIse, - LW_ABP, M50530, MatrixOrbital, MatrixOrbitalGX, - MilfordInstruments, Noritake, NULL, Pertelian, PHAnderson, + LW_ABP, M50530, MatrixOrbital, MatrixOrbitalGX, MilfordInstruments, + Newhaven, Noritake, NULL, Pertelian, PHAnderson, PICGraphic, picoLCD, picoLCDGraphic, PNG, PPM, RouterBoard, Sample, serdisplib, ShuttleVFD, SimpleLCD, st2205, T6963, Trefon, ULA200, USBHUB, USBLCD, VNC, WincorNixdorf, X11 @@ -6250,6 +6250,7 @@ for driver in $drivers; do MATRIXORBITAL="yes" MATRIXORBITALGX="yes" MILINST="yes" + NEWHAVEN="yes" NORITAKE="yes" NULL="yes" PERTELIAN="yes" @@ -6352,6 +6353,9 @@ for driver in $drivers; do MilfordInstruments) MILINST=$val ;; + Newhaven) + NEWHAVEN=$val + ;; Noritake) NORITAKE=$val; ;; @@ -6773,6 +6777,16 @@ $as_echo "#define WITH_MILINST 1" >>confdefs.h fi +if test "$NEWHAVEN" = "yes"; then + TEXT="yes" + #SERIAL="yes" + I2C="yes" + DRIVERS="$DRIVERS drv_Newhaven.o" + +$as_echo "#define WITH_NEWHAVEN 1" >>confdefs.h + +fi + if test "$NORITAKE" = "yes"; then if test "$has_parport" = "true"; then TEXT="yes" -- cgit v1.2.3