blob: 9b804889bad73e28c3161ce200cf1709b348cba7 [file] [log] [blame]
Eric Andersenc9f20d92002-12-05 08:41:41 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Miscellaneous Utilities"
7
Denis Vlasenko7d219aa2006-10-05 10:17:08 +00008config ADJTIMEX
Eric Andersenc9f20d92002-12-05 08:41:41 +00009 bool "adjtimex"
10 default n
11 help
Eric Andersene5642112003-07-14 19:37:08 +000012 Adjtimex reads and optionally sets adjustment parameters for
13 the Linux clock adjustment algorithm.
Eric Andersenc9f20d92002-12-05 08:41:41 +000014
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000015config BBCONFIG
Mike Frysinger9ed10942005-09-18 04:43:32 +000016 bool "bbconfig"
17 default n
18 help
19 The bbconfig applet will print the config file with which
20 busybox was built.
21
Bernhard Reutner-Fischer45de0742009-08-21 13:18:31 +020022config BEEP
23 bool "beep"
24 default n
25 help
26 The beep applets beeps in a given freq/Hz.
27
Bernhard Reutner-Fischer00ea82e2009-08-21 14:40:29 +020028config FEATURE_BEEP_FREQ
29 int "default frequency"
30 range 0 2147483647
31 default 4000
32 depends on BEEP
33 help
34 Frequency for default beep.
35
Denys Vlasenko0da1c0a2009-08-22 18:00:39 +020036config FEATURE_BEEP_LENGTH_MS
Bernhard Reutner-Fischer00ea82e2009-08-21 14:40:29 +020037 int "default length"
38 range 0 2147483647
39 default 30
40 depends on BEEP
41 help
42 Length in ms for default beep.
43
Denis Vlasenko5233cd32008-02-18 23:24:46 +000044config CHAT
45 bool "chat"
46 default n
47 help
48 Simple chat utility.
49
50config FEATURE_CHAT_NOFAIL
51 bool "Enable NOFAIL expect strings"
Denis Vlasenko86174542008-02-19 11:36:22 +000052 depends on CHAT
Denis Vlasenko5233cd32008-02-18 23:24:46 +000053 default y
54 help
55 When enabled expect strings which are started with a dash trigger
56 no-fail mode. That is when expectation is not met within timeout
57 the script is not terminated but sends next SEND string and waits
58 for next EXPECT string. This allows to compose far more flexible
59 scripts.
60
61config FEATURE_CHAT_TTY_HIFI
62 bool "Force STDIN to be a TTY"
Denis Vlasenko86174542008-02-19 11:36:22 +000063 depends on CHAT
Denis Vlasenko5233cd32008-02-18 23:24:46 +000064 default n
65 help
66 Original chat always treats STDIN as a TTY device and sets for it
67 so-called raw mode. This option turns on such behaviour.
68
69config FEATURE_CHAT_IMPLICIT_CR
70 bool "Enable implicit Carriage Return"
Denis Vlasenko86174542008-02-19 11:36:22 +000071 depends on CHAT
Denis Vlasenko5233cd32008-02-18 23:24:46 +000072 default y
73 help
74 When enabled make chat to terminate all SEND strings with a "\r"
75 unless "\c" is met anywhere in the string.
76
77config FEATURE_CHAT_SWALLOW_OPTS
78 bool "Swallow options"
Denis Vlasenko86174542008-02-19 11:36:22 +000079 depends on CHAT
Denis Vlasenko5233cd32008-02-18 23:24:46 +000080 default n
81 help
82 Busybox chat require no options. To make it not fail when used
83 in place of original chat (which has a bunch of options) turn
84 this on.
85
86config FEATURE_CHAT_SEND_ESCAPES
87 bool "Support weird SEND escapes"
Denis Vlasenko86174542008-02-19 11:36:22 +000088 depends on CHAT
Denis Vlasenko5233cd32008-02-18 23:24:46 +000089 default n
90 help
91 Original chat uses some escape sequences in SEND arguments which
92 are not sent to device but rather performs special actions.
93 E.g. "\K" means to send a break sequence to device.
94 "\d" delays execution for a second, "\p" -- for a 1/100 of second.
95 Before turning this option on think twice: do you really need them?
96
97config FEATURE_CHAT_VAR_ABORT_LEN
98 bool "Support variable-length ABORT conditions"
Denis Vlasenko86174542008-02-19 11:36:22 +000099 depends on CHAT
Denis Vlasenko5233cd32008-02-18 23:24:46 +0000100 default n
101 help
102 Original chat uses fixed 50-bytes length ABORT conditions. Say N here.
103
104config FEATURE_CHAT_CLR_ABORT
105 bool "Support revoking of ABORT conditions"
Denis Vlasenko86174542008-02-19 11:36:22 +0000106 depends on CHAT
Denis Vlasenko5233cd32008-02-18 23:24:46 +0000107 default n
108 help
109 Support CLR_ABORT directive.
110
Bernhard Reutner-Fischer71bc71a2007-03-09 16:56:38 +0000111config CHRT
112 bool "chrt"
113 default n
114 help
115 manipulate real-time attributes of a process.
116 This requires sched_{g,s}etparam support in your libc.
117
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000118config CROND
Eric Andersenc9f20d92002-12-05 08:41:41 +0000119 bool "crond"
120 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000121 select FEATURE_SUID
122 select FEATURE_SYSLOG
Eric Andersenc9f20d92002-12-05 08:41:41 +0000123 help
Eric Andersene5642112003-07-14 19:37:08 +0000124 Crond is a background daemon that parses individual crontab
125 files and executes commands on behalf of the users in question.
Bernhard Reutner-Fischer3e8669f2008-07-22 18:27:53 +0000126 This is a port of dcron from slackware. It uses files of the
Eric Andersen98e4eab2004-07-20 08:07:10 +0000127 format /var/spool/cron/crontabs/<username> files, for example:
128 $ cat /var/spool/cron/crontabs/root
129 # Run daily cron jobs at 4:40 every day:
130 40 4 * * * /etc/cron/daily > /dev/null 2>&1
Eric Andersenc9f20d92002-12-05 08:41:41 +0000131
Denis Vlasenko35a064b2008-11-06 00:49:59 +0000132config FEATURE_CROND_D
Denis Vlasenko4e6c8122008-03-12 22:10:25 +0000133 bool "Support option -d to redirect output to stderr"
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000134 depends on CROND
Bernhard Reutner-Fischeref216292006-05-20 14:14:05 +0000135 default n
136 help
Denis Vlasenko4e6c8122008-03-12 22:10:25 +0000137 -d sets loglevel to 0 (most verbose) and directs all output to stderr.
Bernhard Reutner-Fischeref216292006-05-20 14:14:05 +0000138
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000139config FEATURE_CROND_CALL_SENDMAIL
Denys Vlasenkoa8df4c02009-10-19 18:56:26 +0200140 bool "Report command output via email (using sendmail)"
Eric Andersen35e643b2003-07-28 07:40:39 +0000141 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000142 depends on CROND
Eric Andersen35e643b2003-07-28 07:40:39 +0000143 help
Denys Vlasenkoa8df4c02009-10-19 18:56:26 +0200144 Command output will be sent to corresponding user via email.
Eric Andersen35e643b2003-07-28 07:40:39 +0000145
Denis Vlasenkoded5dfe2009-02-03 23:59:41 +0000146config FEATURE_CROND_DIR
147 string "crond spool directory"
148 default "/var/spool/cron"
149 depends on CROND || CRONTAB
150 help
151 Location of crond spool.
152
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000153config CRONTAB
Eric Andersenc9f20d92002-12-05 08:41:41 +0000154 bool "crontab"
155 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000156 select FEATURE_SUID
Eric Andersenc9f20d92002-12-05 08:41:41 +0000157 help
Bernhard Reutner-Fischer3e8669f2008-07-22 18:27:53 +0000158 Crontab manipulates the crontab for a particular user. Only
Eric Andersene5642112003-07-14 19:37:08 +0000159 the superuser may specify a different user and/or crontab directory.
Denis Vlasenko4e6c8122008-03-12 22:10:25 +0000160 Note that Busybox binary must be setuid root for this applet to
161 work properly.
Eric Andersenc9f20d92002-12-05 08:41:41 +0000162
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000163config DC
Eric Andersenc9f20d92002-12-05 08:41:41 +0000164 bool "dc"
165 default n
166 help
Eric Andersene5642112003-07-14 19:37:08 +0000167 Dc is a reverse-polish desk calculator which supports unlimited
168 precision arithmetic.
Eric Andersenc9f20d92002-12-05 08:41:41 +0000169
Denis Vlasenko07832302008-10-20 08:43:10 +0000170config FEATURE_DC_LIBM
171 bool "Enable power and exp functions (requires libm)"
172 default n
173 depends on DC
174 help
175 Enable power and exp functions.
176 NOTE: This will require libm to be present for linking.
177
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000178config DEVFSD
Rob Landley4c5ad2f2006-06-07 20:11:53 +0000179 bool "devfsd (obsolete)"
Glenn L McGrath17d21fa2003-10-09 11:46:23 +0000180 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000181 select FEATURE_SYSLOG
Glenn L McGrath17d21fa2003-10-09 11:46:23 +0000182 help
Bernhard Reutner-Fischer52b56b72009-02-14 12:19:37 +0000183 This is deprecated and should NOT be used anymore.
184 Use linux >= 2.6 (optionally with hotplug) and mdev instead!
185 See docs/mdev.txt for detailed instructions on how to use mdev
186 instead.
Rob Landley4c5ad2f2006-06-07 20:11:53 +0000187
Glenn L McGrath17d21fa2003-10-09 11:46:23 +0000188 Provides compatibility with old device names on a devfs systems.
189 You should set it to true if you have devfs enabled.
Eric Andersenf18bd892003-12-19 11:07:59 +0000190 The following keywords in devsfd.conf are supported:
191 "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE",
192 "PERMISSIONS", "EXECUTE", "COPY", "IGNORE",
193 "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".
194
Denis Vlasenko4cfa5a22008-11-10 09:33:42 +0000195 But only if they are written UPPERCASE!!!!!!!!
Glenn L McGrath17d21fa2003-10-09 11:46:23 +0000196
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000197config DEVFSD_MODLOAD
Eric Andersenf18bd892003-12-19 11:07:59 +0000198 bool "Adds support for MODLOAD keyword in devsfd.conf"
Glenn L McGrath3860b2e2003-11-30 23:46:06 +0000199 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000200 depends on DEVFSD
Glenn L McGrath3860b2e2003-11-30 23:46:06 +0000201 help
Rob Landley4c5ad2f2006-06-07 20:11:53 +0000202 This actually doesn't work with busybox modutils but needs
203 the external modutils.
Glenn L McGrath3860b2e2003-11-30 23:46:06 +0000204
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000205config DEVFSD_FG_NP
Eric Andersenf18bd892003-12-19 11:07:59 +0000206 bool "Enables the -fg and -np options"
Glenn L McGrath17d21fa2003-10-09 11:46:23 +0000207 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000208 depends on DEVFSD
Glenn L McGrath17d21fa2003-10-09 11:46:23 +0000209 help
Bernhard Reutner-Fischerb1119172008-07-01 12:20:20 +0000210 -fg Run the daemon in the foreground.
211 -np Exit after parsing the configuration file.
212 Do not poll for events.
Glenn L McGrath17d21fa2003-10-09 11:46:23 +0000213
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000214config DEVFSD_VERBOSE
Eric Andersenf18bd892003-12-19 11:07:59 +0000215 bool "Increases logging (and size)"
Glenn L McGrath17d21fa2003-10-09 11:46:23 +0000216 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000217 depends on DEVFSD
Glenn L McGrath17d21fa2003-10-09 11:46:23 +0000218 help
Eric Andersenf18bd892003-12-19 11:07:59 +0000219 Increases logging to stderr or syslog.
Glenn L McGrath17d21fa2003-10-09 11:46:23 +0000220
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000221config FEATURE_DEVFS
Denis Vlasenko4ee7cd42008-03-17 09:13:22 +0000222 bool "Use devfs names for all devices (obsolete)"
Rob Landley4c5ad2f2006-06-07 20:11:53 +0000223 default n
224 help
Bernhard Reutner-Fischer52b56b72009-02-14 12:19:37 +0000225 This is obsolete and should NOT be used anymore.
226 Use linux >= 2.6 (optionally with hotplug) and mdev instead!
Rob Landley1f9145c2006-07-12 21:31:16 +0000227
Bernhard Reutner-Fischer52b56b72009-02-14 12:19:37 +0000228 For legacy systems -- if there is no way around devfsd -- this
229 tells busybox to look for names like /dev/loop/0 instead of
Bernhard Reutner-Fischer3e8669f2008-07-22 18:27:53 +0000230 /dev/loop0. If your /dev directory has normal names instead of
Rob Landley4c5ad2f2006-06-07 20:11:53 +0000231 devfs names, you don't want this.
232
Denis Vlasenkoc94fa562008-10-26 11:08:14 +0000233config DEVMEM
234 bool "devmem"
235 default n
236 help
237 devmem is a small program that reads and writes from physical
238 memory using /dev/mem.
239
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000240config EJECT
Mike Frysinger55e2cf62005-05-11 00:25:47 +0000241 bool "eject"
242 default n
243 help
Bernhard Reutner-Fischer3e8669f2008-07-22 18:27:53 +0000244 Used to eject cdroms. (defaults to /dev/cdrom)
Mike Frysinger55e2cf62005-05-11 00:25:47 +0000245
Bernhard Reutner-Fischerafdad652008-02-08 15:04:00 +0000246config FEATURE_EJECT_SCSI
Denis Vlasenko08ec67b2008-03-26 13:32:30 +0000247 bool "SCSI support"
248 default n
249 depends on EJECT
250 help
251 Add the -s option to eject, this allows to eject SCSI-Devices and
252 usb-storage devices.
253
254config FBSPLASH
255 bool "fbsplash"
256 default n
257 help
258 Shows splash image and progress bar on framebuffer device.
259 Can be used during boot phase of an embedded device. ~2kb.
260 Usage:
261 - use kernel option 'vga=xxx' or otherwise enable fb device.
Denis Vlasenko25a9c172008-03-26 15:12:11 +0000262 - put somewhere fbsplash.cfg file and an image in .ppm format.
Denis Vlasenko08ec67b2008-03-26 13:32:30 +0000263 - $ setsid fbsplash [params] &
Denis Vlasenko25a9c172008-03-26 15:12:11 +0000264 -c: hide cursor
265 -d /dev/fbN: framebuffer device (if not /dev/fb0)
266 -s path_to_image_file (can be "-" for stdin)
Denis Vlasenko72b34422008-03-27 13:14:29 +0000267 -i path_to_cfg_file (can be "-" for stdin)
Denis Vlasenko25a9c172008-03-26 15:12:11 +0000268 -f path_to_fifo (can be "-" for stdin)
269 - if you want to run it only in presence of kernel parameter:
Denis Vlasenko08ec67b2008-03-26 13:32:30 +0000270 grep -q "fbsplash=on" </proc/cmdline && setsid fbsplash [params] &
271 - commands for fifo:
272 "NN" (ASCII decimal number) - percentage to show on progress bar
Denis Vlasenko72b34422008-03-27 13:14:29 +0000273 "exit" - well you guessed it
Bernhard Reutner-Fischerafdad652008-02-08 15:04:00 +0000274
Denys Vlasenkobf2af9a2009-05-25 04:15:37 +0200275config FLASH_LOCK
276 bool "flash_lock"
277 default n
278 help
279 The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This
280 utility locks part or all of the flash device.
281
282config FLASH_UNLOCK
283 bool "flash_unlock"
284 default n
285 help
286 The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This
287 utility unlocks part or all of the flash device.
288
Bernhard Reutner-Fischer0d22d172009-02-18 13:23:46 +0000289config FLASH_ERASEALL
290 bool "flash_eraseall"
291 default n
292 help
293 The flash_eraseall binary from mtd-utils as of git head c4c6a59eb.
294 This utility is used to erase the whole MTD device.
295
Denis Vlasenko4acdb462009-01-31 21:45:57 +0000296config IONICE
297 bool "ionice"
298 default n
299 help
300 Set/set program io scheduling class and priority
301 Requires kernel >= 2.6.13
302
Denis Vlasenko8e2c9e12008-05-24 20:47:18 +0000303config INOTIFYD
304 bool "inotifyd"
305 default n
306 help
Bernhard Reutner-Fischerb1119172008-07-01 12:20:20 +0000307 Simple inotify daemon. Reports filesystem changes. Requires
308 kernel >= 2.6.13
Denis Vlasenko8e2c9e12008-05-24 20:47:18 +0000309
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000310config LAST
Eric Andersen2e9c2572003-08-08 22:26:06 +0000311 bool "last"
Eric Andersenc9f20d92002-12-05 08:41:41 +0000312 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000313 select FEATURE_WTMP
Eric Andersenc9f20d92002-12-05 08:41:41 +0000314 help
Eric Andersen2e9c2572003-08-08 22:26:06 +0000315 'last' displays a list of the last users that logged into the system.
Eric Andersenc9f20d92002-12-05 08:41:41 +0000316
Bernhard Reutner-Fischer69d5ba22008-05-22 21:56:26 +0000317choice
318 prompt "Choose last implementation"
Denis Vlasenko869d3d32008-05-22 02:07:58 +0000319 depends on LAST
Bernhard Reutner-Fischer69d5ba22008-05-22 21:56:26 +0000320 default FEATURE_LAST_SMALL
321
322config FEATURE_LAST_SMALL
323 bool "small"
324 help
325 This is a small version of last with just the basic set of
326 features.
327
328config FEATURE_LAST_FANCY
329 bool "huge"
Denis Vlasenko869d3d32008-05-22 02:07:58 +0000330 help
331 'last' displays detailed information about the last users that
332 logged into the system (mimics sysvinit last). +900 bytes.
Bernhard Reutner-Fischer69d5ba22008-05-22 21:56:26 +0000333endchoice
Denis Vlasenko869d3d32008-05-22 02:07:58 +0000334
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000335config LESS
Rob Landley9200e792005-09-15 19:26:59 +0000336 bool "less"
337 default n
338 help
339 'less' is a pager, meaning that it displays text files. It possesses
340 a wide array of features, and is an improvement over 'more'.
341
Denis Vlasenko9a7cef92006-12-20 02:46:48 +0000342config FEATURE_LESS_MAXLINES
343 int "Max number of input lines less will try to eat"
344 default 9999999
345 depends on LESS
346
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000347config FEATURE_LESS_BRACKETS
Rob Landley2ec922e2006-04-13 23:22:16 +0000348 bool "Enable bracket searching"
Rob Landley9200e792005-09-15 19:26:59 +0000349 default y
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000350 depends on LESS
Rob Landley9200e792005-09-15 19:26:59 +0000351 help
352 This option adds the capability to search for matching left and right
353 brackets, facilitating programming.
354
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000355config FEATURE_LESS_FLAGS
Rob Landley2ec922e2006-04-13 23:22:16 +0000356 bool "Enable extra flags"
Rob Landley9200e792005-09-15 19:26:59 +0000357 default y
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000358 depends on LESS
Rob Landley9200e792005-09-15 19:26:59 +0000359 help
360 The extra flags provided do the following:
361
362 The -M flag enables a more sophisticated status line.
363 The -m flag enables a simpler status line with a percentage.
364
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000365config FEATURE_LESS_MARKS
Rob Landley2ec922e2006-04-13 23:22:16 +0000366 bool "Enable marks"
Rob Landley9200e792005-09-15 19:26:59 +0000367 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000368 depends on LESS
Rob Landley9200e792005-09-15 19:26:59 +0000369 help
370 Marks enable positions in a file to be stored for easy reference.
371
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000372config FEATURE_LESS_REGEXP
Rob Landley2ec922e2006-04-13 23:22:16 +0000373 bool "Enable regular expressions"
Rob Landley9200e792005-09-15 19:26:59 +0000374 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000375 depends on LESS
Rob Landley9200e792005-09-15 19:26:59 +0000376 help
377 Enable regular expressions, allowing complex file searches.
378
Denis Vlasenko53c80f02008-10-24 22:43:27 +0000379config FEATURE_LESS_WINCH
380 bool "Enable automatic resizing on window size changes"
381 default n
382 depends on LESS
383 help
384 Makes less track window size changes.
385
Denis Vlasenko4cfa5a22008-11-10 09:33:42 +0000386config FEATURE_LESS_DASHCMD
387 bool "Enable flag changes ('-' command)"
388 default n
389 depends on LESS
390 help
391 This enables the ability to change command-line flags within
392 less itself ('-' keyboard command).
393
394config FEATURE_LESS_LINENUMS
395 bool "Enable dynamic switching of line numbers"
396 default n
397 depends on FEATURE_LESS_DASHCMD
398 help
399 Enable "-N" command.
400
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000401config HDPARM
Eric Andersen3443bd72003-07-22 07:30:36 +0000402 bool "hdparm"
403 default n
404 help
Bernhard Reutner-Fischer3e8669f2008-07-22 18:27:53 +0000405 Get/Set hard drive parameters. Primarily intended for ATA
406 drives. Adds about 13k (or around 30k if you enable the
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000407 FEATURE_HDPARM_GET_IDENTITY option)....
Eric Andersen3443bd72003-07-22 07:30:36 +0000408
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000409config FEATURE_HDPARM_GET_IDENTITY
Rob Landley2ec922e2006-04-13 23:22:16 +0000410 bool "Support obtaining detailed information directly from drives"
Eric Andersen3443bd72003-07-22 07:30:36 +0000411 default y
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000412 depends on HDPARM
Eric Andersen3443bd72003-07-22 07:30:36 +0000413 help
Rob Landley06208412006-05-31 22:52:57 +0000414 Enables the -I and -i options to obtain detailed information
Eric Andersen3443bd72003-07-22 07:30:36 +0000415 directly from drives about their capabilities and supported ATA
Rob Landley06208412006-05-31 22:52:57 +0000416 feature set. If no device name is specified, hdparm will read
417 identify data from stdin. Enabling this option will add about 16k...
Eric Andersen3443bd72003-07-22 07:30:36 +0000418
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000419config FEATURE_HDPARM_HDIO_SCAN_HWIF
Rob Landley2ec922e2006-04-13 23:22:16 +0000420 bool "Register an IDE interface (DANGEROUS)"
Eric Andersen3443bd72003-07-22 07:30:36 +0000421 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000422 depends on HDPARM
Eric Andersen3443bd72003-07-22 07:30:36 +0000423 help
424 Enables the 'hdparm -R' option to register an IDE interface.
425 This is dangerous stuff, so you should probably say N.
426
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000427config FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
Rob Landley2ec922e2006-04-13 23:22:16 +0000428 bool "Un-register an IDE interface (DANGEROUS)"
Eric Andersen3443bd72003-07-22 07:30:36 +0000429 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000430 depends on HDPARM
Eric Andersen3443bd72003-07-22 07:30:36 +0000431 help
432 Enables the 'hdparm -U' option to un-register an IDE interface.
433 This is dangerous stuff, so you should probably say N.
434
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000435config FEATURE_HDPARM_HDIO_DRIVE_RESET
Denis Vlasenko97faf532008-07-15 22:01:49 +0000436 bool "Perform device reset (DANGEROUS)"
Eric Andersen3443bd72003-07-22 07:30:36 +0000437 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000438 depends on HDPARM
Eric Andersen3443bd72003-07-22 07:30:36 +0000439 help
440 Enables the 'hdparm -w' option to perform a device reset.
441 This is dangerous stuff, so you should probably say N.
442
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000443config FEATURE_HDPARM_HDIO_TRISTATE_HWIF
Denis Vlasenko97faf532008-07-15 22:01:49 +0000444 bool "Tristate device for hotswap (DANGEROUS)"
Eric Andersen3443bd72003-07-22 07:30:36 +0000445 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000446 depends on HDPARM
Eric Andersen3443bd72003-07-22 07:30:36 +0000447 help
448 Enables the 'hdparm -x' option to tristate device for hotswap,
Bernhard Reutner-Fischer3e8669f2008-07-22 18:27:53 +0000449 and the '-b' option to get/set bus state. This is dangerous
Eric Andersen3443bd72003-07-22 07:30:36 +0000450 stuff, so you should probably say N.
451
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000452config FEATURE_HDPARM_HDIO_GETSET_DMA
Denis Vlasenkoa83dbd42009-03-29 17:13:20 +0000453 bool "Get/set using_dma flag"
Eric Andersen0a57a792003-08-06 08:57:35 +0000454 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000455 depends on HDPARM
Eric Andersen0a57a792003-08-06 08:57:35 +0000456 help
457 Enables the 'hdparm -d' option to get/set using_dma flag.
Eric Andersen0a57a792003-08-06 08:57:35 +0000458
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000459config MAKEDEVS
Eric Andersenc9f20d92002-12-05 08:41:41 +0000460 bool "makedevs"
461 default n
462 help
Eric Andersen3d925622005-06-09 10:16:02 +0000463 'makedevs' is a utility used to create a batch of devices with
464 one command.
465 .
466 There are two choices for command line behaviour, the interface
467 as used by LEAF/Linux Router Project, or a device table file.
Tim Rikerc1ef7bd2006-01-25 00:08:53 +0000468 .
Eric Andersen3d925622005-06-09 10:16:02 +0000469 'leaf' is traditionally what busybox follows, it allows multiple
470 devices of a particluar type to be created per command.
471 e.g. /dev/hda[0-9]
Mike Frysinger71a6a4e2007-01-24 08:24:43 +0000472 Device properties are passed as command line arguments.
Eric Andersen3d925622005-06-09 10:16:02 +0000473 .
474 'table' reads device properties from a file or stdin, allowing
Bernhard Reutner-Fischer771b1862006-03-24 14:30:05 +0000475 a batch of unrelated devices to be made with one command.
Mike Frysinger71a6a4e2007-01-24 08:24:43 +0000476 User/group names are allowed as an alternative to uid/gid.
Eric Andersen3d925622005-06-09 10:16:02 +0000477
478choice
479 prompt "Choose makedevs behaviour"
Mike Frysinger08e70972007-01-24 09:14:09 +0000480 depends on MAKEDEVS
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000481 default FEATURE_MAKEDEVS_TABLE
Eric Andersen3d925622005-06-09 10:16:02 +0000482
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000483config FEATURE_MAKEDEVS_LEAF
Mike Frysinger71a6a4e2007-01-24 08:24:43 +0000484 bool "leaf"
Eric Andersen3d925622005-06-09 10:16:02 +0000485
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000486config FEATURE_MAKEDEVS_TABLE
Eric Andersen3d925622005-06-09 10:16:02 +0000487 bool "table"
488
489endchoice
Eric Andersenc9f20d92002-12-05 08:41:41 +0000490
Denis Vlasenkoffa44992008-04-13 08:20:00 +0000491config MAN
492 bool "man"
493 default n
494 help
495 Format and display manual pages.
496
Denis Vlasenko23856ab2007-09-22 20:51:41 +0000497config MICROCOM
498 bool "microcom"
499 default n
500 help
501 The poor man's minicom utility for chatting with serial port devices.
502
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000503config MOUNTPOINT
Rob Landleyd00b3a52005-08-20 05:07:08 +0000504 bool "mountpoint"
505 default n
506 help
507 mountpoint checks if the directory is a mountpoint.
508
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000509config MT
Eric Andersenc9f20d92002-12-05 08:41:41 +0000510 bool "mt"
511 default n
512 help
Bernhard Reutner-Fischer3e8669f2008-07-22 18:27:53 +0000513 mt is used to control tape devices. You can use the mt utility
Eric Andersene5642112003-07-14 19:37:08 +0000514 to advance or rewind a tape past a specified number of archive
515 files on the tape.
Eric Andersenc9f20d92002-12-05 08:41:41 +0000516
Denis Vlasenkoc108ed52006-10-20 19:39:48 +0000517config RAIDAUTORUN
518 bool "raidautorun"
519 default n
520 help
521 raidautorun tells the kernel md driver to
522 search and start RAID arrays.
523
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000524config READAHEAD
Mike Frysinger71a6a4e2007-01-24 08:24:43 +0000525 bool "readahead"
Rob Landley0e4690d2006-08-20 22:12:18 +0000526 default n
Bernhard Reutner-Fischerf98d6372007-01-26 09:03:23 +0000527 depends on LFS
Rob Landley0e4690d2006-08-20 22:12:18 +0000528 help
Mike Frysinger71a6a4e2007-01-24 08:24:43 +0000529 Preload the files listed on the command line into RAM cache so that
Rob Landley0e4690d2006-08-20 22:12:18 +0000530 subsequent reads on these files will not block on disk I/O.
531
532 This applet just calls the readahead(2) system call on each file.
533 It is mainly useful in system startup scripts to preload files
Bernhard Reutner-Fischer3e8669f2008-07-22 18:27:53 +0000534 or executables before they are used. When used at the right time
Denis Vlasenkob15ebe42008-04-13 22:41:27 +0000535 (in particular when a CPU bound process is running) it can
Rob Landley0e4690d2006-08-20 22:12:18 +0000536 significantly speed up system startup.
537
538 As readahead(2) blocks until each file has been read, it is best to
Denis Vlasenko9213a9e2006-09-17 16:28:10 +0000539 run this applet as a background job.
Rob Landley0e4690d2006-08-20 22:12:18 +0000540
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000541config RUNLEVEL
Mike Frysinger71a6a4e2007-01-24 08:24:43 +0000542 bool "runlevel"
Bernhard Reutner-Fischer62d7acc2005-10-28 20:37:03 +0000543 default n
544 help
Mike Frysinger71a6a4e2007-01-24 08:24:43 +0000545 find the current and previous system runlevel.
Bernhard Reutner-Fischer62d7acc2005-10-28 20:37:03 +0000546
547 This applet uses utmp but does not rely on busybox supporing
548 utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc.
549
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000550config RX
Mike Frysinger71a6a4e2007-01-24 08:24:43 +0000551 bool "rx"
Glenn L McGrath8f3bc4c2003-12-20 07:30:35 +0000552 default n
553 help
Mike Frysinger71a6a4e2007-01-24 08:24:43 +0000554 Receive files using the Xmodem protocol.
Glenn L McGrath8f3bc4c2003-12-20 07:30:35 +0000555
Denis Vlasenko376003b2008-04-21 05:05:17 +0000556config SETSID
557 bool "setsid"
Denis Vlasenko5014dad2008-02-27 11:54:59 +0000558 default n
559 help
Denis Vlasenko376003b2008-04-21 05:05:17 +0000560 setsid runs a program in a new session
Denis Vlasenko5014dad2008-02-27 11:54:59 +0000561
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000562config STRINGS
Eric Andersenc9f20d92002-12-05 08:41:41 +0000563 bool "strings"
564 default n
565 help
Eric Andersen88c916b2003-10-22 09:58:56 +0000566 strings prints the printable character sequences for each file
Eric Andersene5642112003-07-14 19:37:08 +0000567 specified.
Eric Andersenc9f20d92002-12-05 08:41:41 +0000568
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000569config TASKSET
Bernhard Reutner-Fischer16d3e4e2006-06-07 15:44:59 +0000570 bool "taskset"
571 default n
572 help
Mike Frysinger259472e2006-07-03 05:22:36 +0000573 Retrieve or set a processes's CPU affinity.
Bernhard Reutner-Fischer32eddff2006-11-22 16:39:48 +0000574 This requires sched_{g,s}etaffinity support in your libc.
575
576config FEATURE_TASKSET_FANCY
Denis Vlasenko4ee7cd42008-03-17 09:13:22 +0000577 bool "Fancy output"
Bernhard Reutner-Fischer32eddff2006-11-22 16:39:48 +0000578 default y
579 depends on TASKSET
580 help
581 Add code for fancy output. This merely silences a compiler-warning
582 and adds about 135 Bytes. May be needed for machines with alot
583 of CPUs.
Rob Landley12d94192006-06-30 22:20:43 +0000584
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000585config TIME
Eric Andersenc9f20d92002-12-05 08:41:41 +0000586 bool "time"
587 default n
588 help
Eric Andersene5642112003-07-14 19:37:08 +0000589 The time command runs the specified program with the given arguments.
590 When the command finishes, time writes a message to standard output
591 giving timing statistics about this program run.
Eric Andersenc9f20d92002-12-05 08:41:41 +0000592
Denis Vlasenkoa9acbe62008-11-24 13:25:20 +0000593config TIMEOUT
594 bool "timeout"
595 default n
596 help
597 Runs a program and watches it. If it does not terminate in
598 specified number of seconds, it is sent a signal.
599
Denis Vlasenkoc01af952007-08-02 22:23:47 +0000600config TTYSIZE
601 bool "ttysize"
602 default n
603 help
604 A replacement for "stty size". Unlike stty, can report only width,
Bernhard Reutner-Fischerb1119172008-07-01 12:20:20 +0000605 only height, or both, in any order. It also does not complain on
606 error, but returns default 80x24.
607 Usage in shell scripts: width=`ttysize w`.
Denis Vlasenkoc01af952007-08-02 22:23:47 +0000608
Matthew Stoltenberg4803db52009-08-13 00:59:32 +0200609config VOLNAME
610 bool "volname"
611 default n
612 help
613 Prints a CD-ROM volume name.
614
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000615config WATCHDOG
Eric Andersenc9f20d92002-12-05 08:41:41 +0000616 bool "watchdog"
617 default n
618 help
Eric Andersen88c916b2003-10-22 09:58:56 +0000619 The watchdog utility is used with hardware or software watchdog
Bernhard Reutner-Fischer3e8669f2008-07-22 18:27:53 +0000620 device drivers. It opens the specified watchdog device special file
621 and periodically writes a magic character to the device. If the
Eric Andersen795c4ba2003-07-22 10:11:48 +0000622 watchdog applet ever fails to write the magic character within a
Eric Andersenac00aa72003-07-26 08:07:56 +0000623 certain amount of time, the watchdog device assumes the system has
624 hung, and will cause the hardware to reboot.
Eric Andersenc9f20d92002-12-05 08:41:41 +0000625
626endmenu