commiting:
[oweals/busybox.git] / miscutils / Config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 menu "Miscellaneous Utilities"
7
8 config CONFIG_ADJTIMEX
9         bool "adjtimex"
10         default n
11         help
12           Adjtimex reads and optionally sets adjustment parameters for
13           the Linux clock adjustment algorithm.
14
15 config CONFIG_CROND
16         bool "crond"
17         default n
18         select CONFIG_FEATURE_SUID
19         help
20           Crond is a background daemon that parses individual crontab
21           files and executes commands on behalf of the users in question.
22           This is a port of dcron from slackware.  It uses files of the
23           format /var/spool/cron/crontabs/<username> files, for example:
24               $ cat /var/spool/cron/crontabs/root
25               # Run daily cron jobs at 4:40 every day:
26               40 4 * * * /etc/cron/daily > /dev/null 2>&1
27           Note that Busybox binary must be setuid root for this applet to
28           work properly.
29
30 config CONFIG_FEATURE_CROND_CALL_SENDMAIL
31         bool "  Using /usr/sbin/sendmail?"
32         default n
33         depends on CONFIG_CROND
34         help
35           Support calling /usr/sbin/sendmail for send cmd outputs.
36
37 config CONFIG_BBCONFIG
38         bool "bbconfig"
39         default n
40         help
41           The bbconfig applet will print the config file with which
42           busybox was built.
43
44 config CONFIG_CRONTAB
45         bool "crontab"
46         default n
47         select CONFIG_FEATURE_SUID
48         help
49           Crontab manipulates the crontab for a particular user.  Only
50           the superuser may specify a different user and/or crontab directory.
51
52 config CONFIG_DC
53         bool "dc"
54         default n
55         help
56           Dc is a reverse-polish desk calculator which supports unlimited
57           precision arithmetic.
58
59 config CONFIG_DEVFSD
60         bool "devfsd"
61         default n
62         help
63           Provides compatibility with old device names on a devfs systems.
64           You should set it to true if you have devfs enabled.
65           The following keywords in devsfd.conf are supported:
66           "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE",
67           "PERMISSIONS", "EXECUTE", "COPY", "IGNORE",
68           "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".
69
70            But only if they are written UPPERCASE!!!!!!!!
71
72 config CONFIG_DEVFSD_MODLOAD
73         bool "Adds support for MODLOAD keyword in devsfd.conf"
74         default n
75         depends on CONFIG_DEVFSD
76         help
77           This actually doesn't work with busybox  modutils but needs the real modutils.
78
79 config CONFIG_DEVFSD_FG_NP
80         bool "Enables the -fg and -np options"
81         default n
82         depends on CONFIG_DEVFSD
83         help
84                 -fg     Run the daemon in the foreground.
85                 -np     Exit  after  parsing  the configuration file. Do not poll for events.
86
87 config CONFIG_DEVFSD_VERBOSE
88         bool "Increases logging (and size)"
89         default n
90         depends on CONFIG_DEVFSD
91         help
92           Increases logging to stderr or syslog.
93
94 config CONFIG_EJECT
95         bool "eject"
96         default n
97         help
98           Used to eject cdroms.  (defaults to /dev/cdrom)
99
100 config CONFIG_LAST
101         bool "last"
102         default n
103         select CONFIG_FEATURE_WTMP
104         help
105           'last' displays a list of the last users that logged into the system.
106
107 config CONFIG_HDPARM
108         bool "hdparm"
109         default n
110         help
111           Get/Set hard drive parameters.  Primarily intended for ATA
112           drives.  Adds about 13k (or around 30k if you enable the
113           CONFIG_FEATURE_HDPARM_GET_IDENTITY option)....
114
115 config CONFIG_FEATURE_HDPARM_GET_IDENTITY
116         bool "  Support obtaining detailed information directly from drives"
117         default y
118         depends on CONFIG_HDPARM
119         help
120           Enables the -I and -Istdin options to obtain detailed information
121           directly from drives about their capabilities and supported ATA
122           feature set.  Enabling this option will add about 16k...
123
124 config CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF
125         bool "  Register an IDE interface (DANGEROUS)"
126         default n
127         depends on CONFIG_HDPARM
128         help
129           Enables the 'hdparm -R' option to register an IDE interface.
130           This is dangerous stuff, so you should probably say N.
131
132 config CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
133         bool "  Un-register an IDE interface (DANGEROUS)"
134         default n
135         depends on CONFIG_HDPARM
136         help
137           Enables the 'hdparm -U' option to un-register an IDE interface.
138           This is dangerous stuff, so you should probably say N.
139
140 config CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET
141         bool "  perform device reset (DANGEROUS)"
142         default n
143         depends on CONFIG_HDPARM
144         help
145           Enables the 'hdparm -w' option to perform a device reset.
146           This is dangerous stuff, so you should probably say N.
147
148 config CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
149         bool "  tristate device for hotswap (DANGEROUS)"
150         default n
151         depends on CONFIG_HDPARM
152         help
153           Enables the 'hdparm -x' option to tristate device for hotswap,
154           and the '-b' option to get/set bus state.  This is dangerous
155           stuff, so you should probably say N.
156
157 config CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA
158         bool "  get/set using_dma flag (DANGEROUS)"
159         default n
160         depends on CONFIG_HDPARM
161         help
162           Enables the 'hdparm -d' option to get/set using_dma flag.
163           This is dangerous stuff, so you should probably say N.
164
165 config CONFIG_MAKEDEVS
166         bool "makedevs"
167         default n
168         help
169           'makedevs' is a utility used to create a batch of devices with
170           one command.
171           .
172           There are two choices for command line behaviour, the interface
173           as used by LEAF/Linux Router Project, or a device table file.
174           . 
175           'leaf' is traditionally what busybox follows, it allows multiple
176           devices of a particluar type to be created per command.
177           e.g. /dev/hda[0-9]
178           Device properties are passed as command line arguments.
179           .
180           'table' reads device properties from a file or stdin, allowing
181           a batch of unrelated devices to be makde with one command. 
182           User/group names are allowed as an alternative to uid/gid.
183
184 choice
185         prompt "Choose makedevs behaviour"
186         depends CONFIG_MAKEDEVS
187         default CONFIG_FEATURE_MAKEDEVS_TABLE
188
189 config CONFIG_FEATURE_MAKEDEVS_LEAF
190         bool "leaf"
191
192 config CONFIG_FEATURE_MAKEDEVS_TABLE
193         bool "table"
194
195 endchoice
196
197 config CONFIG_MT
198         bool "mt"
199         default n
200         help
201           mt is used to control tape devices.  You can use the mt utility
202           to advance or rewind a tape past a specified number of archive
203           files on the tape.
204
205 config CONFIG_RX
206         bool "rx"
207         default n
208         help
209           Receive files using the Xmodem protocol.
210
211 config CONFIG_STRINGS
212         bool "strings"
213         default n
214         help
215           strings prints the printable character sequences for each file
216           specified.
217
218 config CONFIG_SETSID
219         bool "setsid"
220         default n
221         help
222           setsid runs a program in a new session
223
224 config CONFIG_TIME
225         bool "time"
226         default n
227         help
228           The time command runs the specified program with the given arguments.
229           When the command finishes, time writes a message to standard output
230           giving timing statistics about this program run.
231
232 config CONFIG_WATCHDOG
233         bool "watchdog"
234         default n
235         help
236           The watchdog utility is used with hardware or software watchdog
237           device drivers.  It opens the specified watchdog device special file
238           and periodically writes a magic character to the device.  If the
239           watchdog applet ever fails to write the magic character within a
240           certain amount of time, the watchdog device assumes the system has
241           hung, and will cause the hardware to reboot.
242
243 endmenu
244