Lines Matching defs:KDRIVE_KBD
651 AC_ARG_ENABLE(kdrive-kbd, AS_HELP_STRING([--enable-kdrive-kbd], [Build kbd driver for kdrive (default: auto)]), [KDRIVE_KBD=$enableval], [KDRIVE_KBD=auto])
2047 if test "x$KDRIVE_KBD" = xyes; then
2048 AC_DEFINE(KDRIVE_KBD, 1, [Enable KDrive kbd driver])
2092 if test "x$KDRIVE_KBD" = xauto; then
2093 KDRIVE_KBD=yes
2103 if test "x$KDRIVE_KBD" = xauto; then
2104 KDRIVE_KBD=no
2128 AM_CONDITIONAL(KDRIVE_KBD, [test "x$KDRIVE_KBD" = xyes])