aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-12-26 06:28:05 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-12-26 06:28:05 +0000
commitb225453a3f4145f8e30c9a5ce5c5441e2337b39e (patch)
tree097772b1c9cd566131969795196657f74e70ffe1 /drivers.m4
parent67c14024676121002c6373742d196e2f96af6f96 (diff)
downloadlcd4linux-b225453a3f4145f8e30c9a5ce5c5441e2337b39e.tar.gz
old ancient legacy port access disabled by default
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1165 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers.m4 b/drivers.m4
index 0da55c0..234c25f 100644
--- a/drivers.m4
+++ b/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])