Added the mtc_s16209x driver by Michael Boman.
This commit is contained in:
+6
-2
@@ -6,7 +6,7 @@ AC_ARG_ENABLE(drivers,
|
||||
[ drivers may be separated with commas.]
|
||||
[ Possible choices are:]
|
||||
[ mtxorb,cfontz,cfontz633,curses,text,lb216,]
|
||||
[ hd44780,joy,irman,lirc,bayrad,glk,]
|
||||
[ hd44780,joy,irman,lirc,bayrad,glk,,mtc_s16209x]
|
||||
[ stv5730,sed1330,sed1520,svga,lcdm001,t6963]
|
||||
[ lcterm,icp_a106]
|
||||
[ \"all\" compiles all drivers],
|
||||
@@ -14,7 +14,7 @@ AC_ARG_ENABLE(drivers,
|
||||
drivers=[lcdm001,mtxorb,cfontz,cfontz633,curses,text,lb216,bayrad,glk])
|
||||
|
||||
if test "$drivers" = "all"; then
|
||||
drivers=[mtxorb,cfontz,cfontz633,curses,text,lb216,hd44780,joy,irman,lirc,bayrad,glk,stv5730,sed1330,sed1520,svga,lcdm001,t6963,lcterm,icp_a106]
|
||||
drivers=[mtxorb,cfontz,cfontz633,curses,text,lb216,mtc_s16209x,hd44780,joy,irman,lirc,bayrad,glk,stv5730,sed1330,sed1520,svga,lcdm001,t6963,lcterm,icp_a106]
|
||||
fi
|
||||
|
||||
drivers=`echo $drivers | sed 's/,/ /g'`
|
||||
@@ -118,6 +118,10 @@ dnl else
|
||||
DRIVERS="$DRIVERS lb216${SO}"
|
||||
actdrivers=["$actdrivers lb216"]
|
||||
;;
|
||||
mtc_s16209x)
|
||||
DRIVERS="$DRIVERS mtc_s16209x${SO}"
|
||||
actdrivers=["$actdrivers mtc_s16209x"]
|
||||
;;
|
||||
hd44780)
|
||||
if test "$ac_cv_port_have_lpt" = yes ; then
|
||||
HD44780_DRIVERS="hd44780-4bit.o hd44780-ext8bit.o lcd_sem.o hd44780-winamp.o hd44780-serialLpt.o hd44780-picanlcd.o"
|
||||
|
||||
Reference in New Issue
Block a user