aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-10-09 11:46:23 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-10-09 11:46:23 +0000
commiteb7c5ec0115afcca89b7f59aae891862387220e4 (patch)
tree262a980586bed9b84ca5832f85f8c5dd1d42cfaa /miscutils/Config.in
parentb6e2e8d1939ea77cb637b408eb4f67c5ff7b3bcc (diff)
downloadbusybox-w32-eb7c5ec0115afcca89b7f59aae891862387220e4.tar.gz
busybox-w32-eb7c5ec0115afcca89b7f59aae891862387220e4.tar.bz2
busybox-w32-eb7c5ec0115afcca89b7f59aae891862387220e4.zip
New applet, devfsd, by Matteo Croce and Tito
git-svn-id: svn://busybox.net/trunk/busybox@7626 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
40 Dc is a reverse-polish desk calculator which supports unlimited 40 Dc is a reverse-polish desk calculator which supports unlimited
41 precision arithmetic. 41 precision arithmetic.
42 42
43config CONFIG_DEVFSD
44 bool "devfsd"
45 default n
46 help
47 Provides compatibility with old device names on a devfs systems.
48 You should set it to true if you have devfs enabled.
49
50config CONFIG_DEVFSD_VERBOSE
51 bool "Increases logging to stderr and syslog"
52 default n
53 depends on CONFIG_DEVFSD
54 help
55 Increases logging to stderr and syslog.
56
57config CONFIG_DEVFSD_DEBUG
58 bool "Adds function names to program output"
59 default n
60 depends on CONFIG_DEVFSD
61 help
62 Adds function names to program output.
63
43config CONFIG_LAST 64config CONFIG_LAST
44 bool "last" 65 bool "last"
45 default n 66 default n