aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
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