summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2010-01-04 14:07:04 +0600
committerMikhail Gusarov <dottedmag@dottedmag.net>2010-01-06 19:47:53 +0600
commit6c2b3a4247d10a50699ffa6abb643c5e959eefa8 (patch)
tree299a4a5e967e98d7bcb946020d82ef859aa46fef /include
parent72ba717b1d639e94fa9ab56ca026131edc020a30 (diff)
kdrive: Add option to compile out input drivers
Add --without-kdrive-{kbd,mouse,evdev} configure options disabling Linux keyboard driver, Linux mouse drivers (ps2, bus,ms), and Linux evdev driver. Build all drivers by default as before. Acked-by: Dan Nicholson <dbn.lists@gmail.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Diffstat (limited to 'include')
-rw-r--r--include/kdrive-config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/kdrive-config.h.in b/include/kdrive-config.h.in
index 14efb56b0..0e54aa18f 100644
--- a/include/kdrive-config.h.in
+++ b/include/kdrive-config.h.in
@@ -19,6 +19,15 @@
/* Support tslib touchscreen abstraction library */
#undef TSLIB
+/* Support KDrive kbd driver */
+#undef KDRIVE_KBD
+
+/* Support KDrive mouse driver */
+#undef KDRIVE_MOUSE
+
+/* Support KDrive evdev driver */
+#undef KDRIVE_EVDEV
+
/* Verbose debugging output hilarity */
#undef DEBUG