aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-09-19 12:18:11 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-09-19 12:18:11 +0200
commit5c6ba6c56f9653488e1d805e727bb06c39ed23fa (patch)
treed87fd3c6ebf6c3ce37876a554ef0f46394196e6e /util-linux/Config.src
parent34c469ae0495bb010969eb920c63d31ed4a0e793 (diff)
downloadbusybox-w32-5c6ba6c56f9653488e1d805e727bb06c39ed23fa.tar.gz
busybox-w32-5c6ba6c56f9653488e1d805e727bb06c39ed23fa.tar.bz2
busybox-w32-5c6ba6c56f9653488e1d805e727bb06c39ed23fa.zip
mdev: expand --help so that it's actually useful.
function old new delta packed_usage 28634 28822 +188 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r--util-linux/Config.src58
1 files changed, 0 insertions, 58 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src
index bb45705a9..888bc8f3b 100644
--- a/util-linux/Config.src
+++ b/util-linux/Config.src
@@ -404,64 +404,6 @@ config LSUSB
404 404
405 This version uses sysfs (/sys/bus/usb/devices) only. 405 This version uses sysfs (/sys/bus/usb/devices) only.
406 406
407config MDEV
408 bool "mdev"
409 default y
410 select PLATFORM_LINUX
411 help
412 mdev is a mini-udev implementation for dynamically creating device
413 nodes in the /dev directory.
414
415 For more information, please see docs/mdev.txt
416
417config FEATURE_MDEV_CONF
418 bool "Support /etc/mdev.conf"
419 default y
420 depends on MDEV
421 help
422 Add support for the mdev config file to control ownership and
423 permissions of the device nodes.
424
425 For more information, please see docs/mdev.txt
426
427config FEATURE_MDEV_RENAME
428 bool "Support subdirs/symlinks"
429 default y
430 depends on FEATURE_MDEV_CONF
431 help
432 Add support for renaming devices and creating symlinks.
433
434 For more information, please see docs/mdev.txt
435
436config FEATURE_MDEV_RENAME_REGEXP
437 bool "Support regular expressions substitutions when renaming device"
438 default y
439 depends on FEATURE_MDEV_RENAME
440 help
441 Add support for regular expressions substitutions when renaming
442 device.
443
444config FEATURE_MDEV_EXEC
445 bool "Support command execution at device addition/removal"
446 default y
447 depends on FEATURE_MDEV_CONF
448 help
449 This adds support for an optional field to /etc/mdev.conf for
450 executing commands when devices are created/removed.
451
452 For more information, please see docs/mdev.txt
453
454config FEATURE_MDEV_LOAD_FIRMWARE
455 bool "Support loading of firmwares"
456 default y
457 depends on MDEV
458 help
459 Some devices need to load firmware before they can be usable.
460
461 These devices will request userspace look up the files in
462 /lib/firmware/ and if it exists, send it to the kernel for
463 loading into the hardware.
464
465config MKSWAP 407config MKSWAP
466 bool "mkswap" 408 bool "mkswap"
467 default y 409 default y