From 213594414361e470ef3ac1b655091934a129094f Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 20 Dec 2005 07:07:44 +0000 Subject: [lcd4linux @ 2005-12-20 07:07:43 by reinelt] further work on GPO's, HD44780 GPO support git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@604 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drivers.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'drivers.m4') diff --git a/drivers.m4 b/drivers.m4 index c100f45..cdab746 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -223,6 +223,7 @@ if test "$HD44780" = "yes"; then TEXT="yes" PARPORT="yes" I2C="yes" + GPIO="yes" DRIVERS="$DRIVERS drv_HD44780.o" AC_DEFINE(WITH_HD44780,1,[HD44780 driver]) fi @@ -317,8 +318,8 @@ if test "$SAMPLE" = "yes"; then # select either text or graphics mode TEXT="yes" GRAPHIC="yes" - # support for GPO's - GPO="yes" + # support for GPIO's + GPIO="yes" # select bus: serial (including USB), parallel or i2c SERIAL="yes" PARPORT="yes" -- cgit v1.2.3