aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m414
1 files changed, 13 insertions, 1 deletions
diff --git a/drivers.m4 b/drivers.m4
index 741c0d0..4ade62d 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -35,7 +35,7 @@ AC_ARG_WITH(
[ BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux, D4D,]
[ G15, GLCD2USB, HD44780, IRLCD, LCD2USB, LCDLinux, LCDTerm,]
[ LPH7508, LUIse, LW_ABP, M50530, MatrixOrbital, MilfordInstruments,]
- [ Noritake, NULL, PNG, PPM, Pertelian, PHAnderson, picoLCD,]
+ [ Noritake, NULL, PNG, PPM, Pertelian, PHAnderson, PICGraphic, picoLCD,]
[ picoLCDGraphic, RouterBoard, Sample, serdisplib, ShuttleVFD,]
[ SimpleLCD, st2205, T6963, Trefon, ULA200, USBLCD, USBHUB,]
[ VNC, WincorNixdorf, X11],
@@ -85,6 +85,7 @@ for driver in $drivers; do
NULL="yes"
PERTELIAN="yes"
PHANDERSON="yes"
+ PICGRAPHIC="yes"
PICOLCD="yes"
PICOLCDGRAPHIC="yes"
PNG="yes"
@@ -185,6 +186,9 @@ for driver in $drivers; do
PHAnderson)
PHANDERSON=$val
;;
+ PICGraphic)
+ PICGRAPHIC=$val
+ ;;
picoLCD)
PICOLCD=$val
;;
@@ -510,6 +514,14 @@ if test "$PHANDERSON" = "yes"; then
AC_DEFINE(WITH_PHANDERSON,1,[PHAnderson driver])
fi
+if test "$PICGRAPHIC" = "yes"; then
+ GRAPHIC="yes"
+ GPIO="yes"
+ SERIAL="yes"
+ DRIVERS="$DRIVERS drv_PICGraphic.o"
+ AC_DEFINE(WITH_PICGRAPHIC,1,[PICGraphic driver])
+fi
+
if test "$PICOLCD" = "yes"; then
if test "$has_usb" = "true"; then
TEXT="yes"