aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-10-09 11:46:23 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-10-09 11:46:23 +0000
commit17d21fa5191bd3298e9bee66e2fcc9afb24a9649 (patch)
tree262a980586bed9b84ca5832f85f8c5dd1d42cfaa /miscutils/Config.in
parenta55d72bbb419215d76465d484bfeee84308af0bc (diff)
downloadbusybox-17d21fa5191bd3298e9bee66e2fcc9afb24a9649.tar.gz
New applet, devfsd, by Matteo Croce and Tito
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 701af9c2d..fa6ea7f68 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -40,6 +40,27 @@ config CONFIG_DC
Dc is a reverse-polish desk calculator which supports unlimited
precision arithmetic.
+config CONFIG_DEVFSD
+ bool "devfsd"
+ default n
+ help
+ Provides compatibility with old device names on a devfs systems.
+ You should set it to true if you have devfs enabled.
+
+config CONFIG_DEVFSD_VERBOSE
+ bool "Increases logging to stderr and syslog"
+ default n
+ depends on CONFIG_DEVFSD
+ help
+ Increases logging to stderr and syslog.
+
+config CONFIG_DEVFSD_DEBUG
+ bool "Adds function names to program output"
+ default n
+ depends on CONFIG_DEVFSD
+ help
+ Adds function names to program output.
+
config CONFIG_LAST
bool "last"
default n