diff options
author | Ron Yorston <rmy@pobox.com> | 2012-03-23 11:13:23 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-03-23 11:13:23 +0000 |
commit | 40514a0309939f2446f0d4ed9600cad5de396e7f (patch) | |
tree | 0f5f4a57d4bb7893418b5bb11d482858eb17ba8b /util-linux/Config.src | |
parent | 9db164d6e39050d09f38288c6045cd2a2cbf6d63 (diff) | |
parent | c0cae52662ccced9df19f19ec94238d1b1e3bd71 (diff) | |
download | busybox-w32-40514a0309939f2446f0d4ed9600cad5de396e7f.tar.gz busybox-w32-40514a0309939f2446f0d4ed9600cad5de396e7f.tar.bz2 busybox-w32-40514a0309939f2446f0d4ed9600cad5de396e7f.zip |
Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge
Conflicts:
Makefile.flags
scripts/basic/fixdep.c
Diffstat (limited to 'util-linux/Config.src')
-rw-r--r-- | util-linux/Config.src | 58 |
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 | ||
407 | config 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 | |||
417 | config 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 | |||
427 | config 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 | |||
436 | config 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 | |||
444 | config 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 | |||
454 | config 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 | |||
465 | config MKSWAP | 407 | config MKSWAP |
466 | bool "mkswap" | 408 | bool "mkswap" |
467 | default y | 409 | default y |