diff options
Diffstat (limited to 'package/utils/busybox/config/util-linux/Config.in')
-rw-r--r-- | package/utils/busybox/config/util-linux/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/utils/busybox/config/util-linux/Config.in b/package/utils/busybox/config/util-linux/Config.in index 20d7818f00..1cb2245e32 100644 --- a/package/utils/busybox/config/util-linux/Config.in +++ b/package/utils/busybox/config/util-linux/Config.in @@ -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 |