aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2012-02-14 03:17:04 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2012-02-14 03:17:04 +0000
commitcab1c1a4002c5967a26f1ecd1e6384c0f890d454 (patch)
treee95f079a865f981e06324cc963492b98b37f6923 /drivers.m4
parentaae7a3ee3765f10fc707a2d0d14446a30608ae4f (diff)
downloadlcd4linux-cab1c1a4002c5967a26f1ecd1e6384c0f890d454.tar.gz
driver for TeakLCM by Andreas Thienemann
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1173 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m414
1 files changed, 13 insertions, 1 deletions
diff --git a/drivers.m4 b/drivers.m4
index 09bd152..f9f289d 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -39,7 +39,7 @@ AC_ARG_WITH(
[ Newhaven, Noritake, NULL, Pertelian, PHAnderson,]
[ PICGraphic, picoLCD, picoLCDGraphic, PNG, PPM, RouterBoard,]
[ Sample, serdisplib, ShuttleVFD, SimpleLCD, st2205, T6963,]
- [ Trefon, ULA200, USBHUB, USBLCD, VNC, WincorNixdorf, X11],
+ [ TeakLCM, Trefon, ULA200, USBHUB, USBLCD, VNC, WincorNixdorf, X11],
drivers=$withval,
drivers=all
)
@@ -105,6 +105,7 @@ for driver in $drivers; do
SHUTTLEVFD="yes"
SIMPLELCD="yes"
T6963="yes"
+ TeakLCM="yes"
Trefon="yes"
ULA200="yes"
USBHUB="yes"
@@ -248,6 +249,9 @@ for driver in $drivers; do
T6963)
T6963=$val
;;
+ TeakLCM)
+ TeakLCM=$val
+ ;;
Trefon)
Trefon=$val
;;
@@ -752,6 +756,14 @@ if test "$T6963" = "yes"; then
fi
fi
+if test "$TeakLCM" = "yes"; then
+ TEXT="yes"
+ GPIO="no"
+ SERIAL="yes"
+ DRIVERS="$DRIVERS drv_TeakLCM.o"
+ AC_DEFINE(WITH_TEAK_LCM,1,[TeakLCM driver])
+fi
+
if test "$Trefon" = "yes"; then
if test "$has_usb" = "true"; then
TEXT="yes"