aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-12-27 00:33:24 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2011-12-27 00:33:24 +0000
commit7ca8e0e2e74a3f53e6e119b8bdfb2771523caa7f (patch)
tree04c282ce75761d387a989a195151f5cf81db7a2a /drivers.m4
parent75a1dbb939d4c3769aa7557eb452ce3fb1c50ac3 (diff)
parentca7ebcb88a240cbe8bb55919cd622bc057701e75 (diff)
downloadlcd4linux-7ca8e0e2e74a3f53e6e119b8bdfb2771523caa7f.tar.gz
- raw port I/O in generic_parport driver disabled. Fixes FTBFS
issues on mipsel, powerpc, s390x and sparc. * debian/NEWS added to announce change in generic_parport driver
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])