aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-12-27 00:05:43 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2011-12-27 00:05:43 +0000
commitca7ebcb88a240cbe8bb55919cd622bc057701e75 (patch)
tree5595d0ca9b0e34bc2b6b58e2f6e18cb9dae8825b /drivers.m4
parentbf9af8ac0ec29b5c03717c21c37bc8ca018066ca (diff)
downloadlcd4linux-ca7ebcb88a240cbe8bb55919cd622bc057701e75.tar.gz
Import upstream version 0.11.0~svn1165
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m45
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers.m4 b/drivers.m4
index 3931e48..311a092 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -1,4 +1,4 @@
-dnl $Id: drivers.m4 1158 2011-07-28 02:09:16Z michael $
+dnl $Id: drivers.m4 1165 2011-12-26 06:28:05Z michael $
dnl $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drivers.m4 $
@@ -565,7 +565,6 @@ fi
if test "$NEWHAVEN" = "yes"; then
TEXT="yes"
- #SERIAL="yes"
I2C="yes"
DRIVERS="$DRIVERS drv_Newhaven.o"
AC_DEFINE(WITH_NEWHAVEN,1,[Newhaven driver])
@@ -590,9 +589,7 @@ if test "$NULL" = "yes"; then
fi
if test "$PERTELIAN" = "yes"; then
- # select either text or graphics mode
TEXT="yes"
- # select bus: serial (including USB), parallel or i2c
SERIAL="yes"
DRIVERS="$DRIVERS drv_Pertelian.o"
AC_DEFINE(WITH_PERTELIAN,1,[Pertelian driver])