Lines Matching defs:CONFIG_UDEV
563 AC_ARG_ENABLE(config-udev, AS_HELP_STRING([--enable-config-udev], [Build udev support (default: auto)]), [CONFIG_UDEV=$enableval], [CONFIG_UDEV=auto])
648 CONFIG_UDEV=no
841 if test "x$CONFIG_UDEV" = xyes && test "x$CONFIG_HAL" = xyes; then
846 if test "x$CONFIG_UDEV" = xauto; then
847 CONFIG_UDEV="$HAVE_LIBUDEV"
849 AM_CONDITIONAL(CONFIG_UDEV, [test "x$CONFIG_UDEV" = xyes])
850 if test "x$CONFIG_UDEV" = xyes; then
858 AC_DEFINE(CONFIG_UDEV, 1, [Use libudev for input hotplug])
894 if test "x$HAVE_DBUS" = xyes -a "x$CONFIG_UDEV" = xyes ; then
904 if ! test "x$CONFIG_UDEV" = xyes ; then
2275 if test "x$CONFIG_HAL" = xno && test "x$CONFIG_UDEV" = xno; then