diff options
author | Keith Packard <keithp@keithp.com> | 2010-01-07 10:32:21 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-01-07 10:32:21 -0800 |
commit | 8ab4749aaefb3727b9fc58bb37b50a2d07eb1531 (patch) | |
tree | eb98dc5ff1020990fa880d559fee4e683c9a6c20 /include | |
parent | 8d53d84485fdce8ea9686e6f300a69f7ddebd467 (diff) | |
parent | 9437504b21dfdb509ab8b3a00f64403e1e4026dd (diff) |
Merge remote branch 'dottedmag/for-keithp'
Diffstat (limited to 'include')
-rw-r--r-- | include/kdrive-config.h.in | 9 |
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 |