From 34fd00e7b751932b1739b165006be944fb0ecaed Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 19 Oct 2009 03:03:57 +0000 Subject: driver for Logic Way GmbH ABP08 (serial) and ABP09 (USB) appliance control panels by Arndt Kritzner git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1046 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drivers.m4 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'drivers.m4') diff --git a/drivers.m4 b/drivers.m4 index d4b8471..741c0d0 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -34,7 +34,7 @@ AC_ARG_WITH( [ possible drivers are:] [ BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux, D4D,] [ G15, GLCD2USB, HD44780, IRLCD, LCD2USB, LCDLinux, LCDTerm,] - [ LPH7508, LUIse, M50530, MatrixOrbital, MilfordInstruments,] + [ LPH7508, LUIse, LW_ABP, M50530, MatrixOrbital, MilfordInstruments,] [ Noritake, NULL, PNG, PPM, Pertelian, PHAnderson, picoLCD,] [ picoLCDGraphic, RouterBoard, Sample, serdisplib, ShuttleVFD,] [ SimpleLCD, st2205, T6963, Trefon, ULA200, USBLCD, USBHUB,] @@ -76,6 +76,7 @@ for driver in $drivers; do LEDMATRIX="yes" LPH7508="yes" LUISE="yes" + LW_ABP="yes" M50530="yes" MATRIXORBITAL="yes" MATRIXORBITALGX="yes" @@ -157,6 +158,9 @@ for driver in $drivers; do LUIse) LUISE=$val ;; + LW_ABP) + LW_ABP=$val + ;; M50530) M50530=$val ;; @@ -434,6 +438,13 @@ if test "$LUISE" = "yes"; then fi fi +if test "$LW_ABP" = "yes"; then + TEXT="yes" + SERIAL="yes" + DRIVERS="$DRIVERS drv_LW_ABP.o" + AC_DEFINE(WITH_LW_ABP,1,[LW ABP driver]) +fi + if test "$M50530" = "yes"; then TEXT="yes" GPIO="yes" -- cgit v1.2.3