busybox: update to 1.31.0
[openwrt/staging/jogo.git] / package / utils / busybox / config / util-linux / Config.in
index 20d7818f00fd3b051ccad1e47b9e227a14bb19de..1cb2245e324ff915a20b933d1becad652235ab47 100644 (file)
@@ -473,6 +473,17 @@ config BUSYBOX_CONFIG_FEATURE_MDEV_LOAD_FIRMWARE
        These devices will request userspace look up the files in
        /lib/firmware/ and if it exists, send it to the kernel for
        loading into the hardware.
+
+config BUSYBOX_CONFIG_FEATURE_MDEV_DAEMON
+       bool "Support daemon mode"
+       default BUSYBOX_DEFAULT_FEATURE_MDEV_DAEMON
+       depends on BUSYBOX_CONFIG_MDEV
+       help
+       Adds the -d option to run mdev in daemon mode handling hotplug
+       events from the kernel like udev. If the system generates many
+       hotplug events this mode of operation will consume less
+       resources than registering mdev as hotplug helper or using the
+       uevent applet.
 config BUSYBOX_CONFIG_MESG
        bool "mesg (1.4 kb)"
        default BUSYBOX_DEFAULT_MESG