aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-11-30 23:46:06 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-11-30 23:46:06 +0000
commit3860b2ebd6ad9c68a087c2addd1f1c592aaeaee9 (patch)
tree8d328b48f99fdd6273525a2d7a0a84fc4feb6b60 /miscutils/Config.in
parent5be6a200f073cf7e84d501a8b8a7accdf7c5ce02 (diff)
downloadbusybox-3860b2ebd6ad9c68a087c2addd1f1c592aaeaee9.tar.gz
Patch from Tito, size optimisation, cleanup noise when in debugging
mode, adds support for MODLOAD keyword in devfsd.conf, provides a cleaned up version of example/devfsd.conf
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 0afdadb71..4a013cbd5 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -47,6 +47,13 @@ config CONFIG_DEVFSD
Provides compatibility with old device names on a devfs systems.
You should set it to true if you have devfs enabled.
+config CONFIG_DEVFSD_MODLOAD
+ bool "Adds support for MODLOAD action"
+ default n
+ depends on CONFIG_DEVFSD
+ help
+ This actually doesn't work with busybox modutils but needs the real modutils.
+
config CONFIG_DEVFSD_VERBOSE
bool "Increases logging to stderr and syslog"
default n