aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-16 20:52:19 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-16 20:52:19 +0000
commitf13c0ea57d574774155653af15cc51ebd696f81e (patch)
tree4da63827109ed4d624f7e139d88eb02a56bea2d9 /config.h.in
parenteb3c38305336eb1cf10bf39b72127ccff7b836ec (diff)
downloadlcd4linux-f13c0ea57d574774155653af15cc51ebd696f81e.tar.gz
new driver 'HD44780-I2C'
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@739 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 422a6ae..8da5728 100644
--- a/config.h.in
+++ b/config.h.in
@@ -449,6 +449,9 @@
/* NULL driver */
#undef WITH_NULL
+/* parport bus driver */
+#undef WITH_PARPORT
+
/* PNG driver */
#undef WITH_PNG
@@ -464,6 +467,9 @@
/* serdisplib driver */
#undef WITH_SERDISPLIB
+/* serial bus driver */
+#undef WITH_SERIAL
+
/* SimpleLCD driver */
#undef WITH_SIMPLELCD