7819e30583b14f6acf91681728ff3204691d2db9
[openwrt/openwrt.git] / package / utils / busybox / config / miscutils / Config.in
1 # DO NOT EDIT. This file is generated from Config.src
2 #
3 # For a description of the syntax of this configuration file,
4 # see scripts/kbuild/config-language.txt.
5 #
6
7 menu "Miscellaneous Utilities"
8
9 config BUSYBOX_CONFIG_CONSPY
10 bool "conspy"
11 default BUSYBOX_DEFAULT_CONSPY
12 select BUSYBOX_CONFIG_PLATFORM_LINUX
13 help
14 A text-mode VNC like program for Linux virtual terminals.
15 example: conspy NUM shared access to console num
16 or conspy -nd NUM screenshot of console num
17 or conspy -cs NUM poor man's GNU screen like
18 config BUSYBOX_CONFIG_CROND
19 bool "crond"
20 default BUSYBOX_DEFAULT_CROND
21 select BUSYBOX_CONFIG_FEATURE_SYSLOG
22 help
23 Crond is a background daemon that parses individual crontab
24 files and executes commands on behalf of the users in question.
25 This is a port of dcron from slackware. It uses files of the
26 format /var/spool/cron/crontabs/<username> files, for example:
27 $ cat /var/spool/cron/crontabs/root
28 # Run daily cron jobs at 4:40 every day:
29 40 4 * * * /etc/cron/daily > /dev/null 2>&1
30
31 config BUSYBOX_CONFIG_FEATURE_CROND_D
32 bool "Support option -d to redirect output to stderr"
33 depends on BUSYBOX_CONFIG_CROND
34 default BUSYBOX_DEFAULT_FEATURE_CROND_D
35 help
36 -d N sets loglevel (0:most verbose) and directs all output to stderr.
37
38 config BUSYBOX_CONFIG_FEATURE_CROND_CALL_SENDMAIL
39 bool "Report command output via email (using sendmail)"
40 default BUSYBOX_DEFAULT_FEATURE_CROND_CALL_SENDMAIL
41 depends on BUSYBOX_CONFIG_CROND
42 help
43 Command output will be sent to corresponding user via email.
44
45 config BUSYBOX_CONFIG_FEATURE_CROND_DIR
46 string "crond spool directory"
47 default BUSYBOX_DEFAULT_FEATURE_CROND_DIR
48 depends on BUSYBOX_CONFIG_CROND || BUSYBOX_CONFIG_CRONTAB
49 help
50 Location of crond spool.
51 config BUSYBOX_CONFIG_LESS
52 bool "less"
53 default BUSYBOX_DEFAULT_LESS
54 help
55 'less' is a pager, meaning that it displays text files. It possesses
56 a wide array of features, and is an improvement over 'more'.
57
58 config BUSYBOX_CONFIG_FEATURE_LESS_MAXLINES
59 int "Max number of input lines less will try to eat"
60 default BUSYBOX_DEFAULT_FEATURE_LESS_MAXLINES
61 depends on BUSYBOX_CONFIG_LESS
62
63 config BUSYBOX_CONFIG_FEATURE_LESS_BRACKETS
64 bool "Enable bracket searching"
65 default BUSYBOX_DEFAULT_FEATURE_LESS_BRACKETS
66 depends on BUSYBOX_CONFIG_LESS
67 help
68 This option adds the capability to search for matching left and right
69 brackets, facilitating programming.
70
71 config BUSYBOX_CONFIG_FEATURE_LESS_FLAGS
72 bool "Enable -m/-M"
73 default BUSYBOX_DEFAULT_FEATURE_LESS_FLAGS
74 depends on BUSYBOX_CONFIG_LESS
75 help
76 The -M/-m flag enables a more sophisticated status line.
77
78 config BUSYBOX_CONFIG_FEATURE_LESS_MARKS
79 bool "Enable marks"
80 default BUSYBOX_DEFAULT_FEATURE_LESS_MARKS
81 depends on BUSYBOX_CONFIG_LESS
82 help
83 Marks enable positions in a file to be stored for easy reference.
84
85 config BUSYBOX_CONFIG_FEATURE_LESS_REGEXP
86 bool "Enable regular expressions"
87 default BUSYBOX_DEFAULT_FEATURE_LESS_REGEXP
88 depends on BUSYBOX_CONFIG_LESS
89 help
90 Enable regular expressions, allowing complex file searches.
91
92 config BUSYBOX_CONFIG_FEATURE_LESS_WINCH
93 bool "Enable automatic resizing on window size changes"
94 default BUSYBOX_DEFAULT_FEATURE_LESS_WINCH
95 depends on BUSYBOX_CONFIG_LESS
96 help
97 Makes less track window size changes.
98
99 config BUSYBOX_CONFIG_FEATURE_LESS_ASK_TERMINAL
100 bool "Use 'tell me cursor position' ESC sequence to measure window"
101 default BUSYBOX_DEFAULT_FEATURE_LESS_ASK_TERMINAL
102 depends on BUSYBOX_CONFIG_FEATURE_LESS_WINCH
103 help
104 Makes less track window size changes.
105 If terminal size can't be retrieved and $LINES/$COLUMNS are not set,
106 this option makes less perform a last-ditch effort to find it:
107 position cursor to 999,999 and ask terminal to report real
108 cursor position using "ESC [ 6 n" escape sequence, then read stdin.
109
110 This is not clean but helps a lot on serial lines and such.
111
112 config BUSYBOX_CONFIG_FEATURE_LESS_DASHCMD
113 bool "Enable flag changes ('-' command)"
114 default BUSYBOX_DEFAULT_FEATURE_LESS_DASHCMD
115 depends on BUSYBOX_CONFIG_LESS
116 help
117 This enables the ability to change command-line flags within
118 less itself ('-' keyboard command).
119
120 config BUSYBOX_CONFIG_FEATURE_LESS_LINENUMS
121 bool "Enable dynamic switching of line numbers"
122 default BUSYBOX_DEFAULT_FEATURE_LESS_LINENUMS
123 depends on BUSYBOX_CONFIG_FEATURE_LESS_DASHCMD
124 help
125 Enables "-N" command.
126 config BUSYBOX_CONFIG_NANDWRITE
127 bool "nandwrite"
128 default BUSYBOX_DEFAULT_NANDWRITE
129 select BUSYBOX_CONFIG_PLATFORM_LINUX
130 help
131 Write to the specified MTD device, with bad blocks awareness
132
133 config BUSYBOX_CONFIG_NANDDUMP
134 bool "nanddump"
135 default BUSYBOX_DEFAULT_NANDDUMP
136 select BUSYBOX_CONFIG_PLATFORM_LINUX
137 help
138 Dump the content of raw NAND chip
139 config BUSYBOX_CONFIG_RFKILL
140 bool "rfkill"
141 default BUSYBOX_DEFAULT_RFKILL # doesn't build on Ubuntu 9.04
142 select BUSYBOX_CONFIG_PLATFORM_LINUX
143 help
144 Enable/disable wireless devices.
145
146 rfkill list : list all wireless devices
147 rfkill list bluetooth : list all bluetooth devices
148 rfkill list 1 : list device corresponding to the given index
149 rfkill block|unblock wlan : block/unblock all wlan(wifi) devices
150
151 config BUSYBOX_CONFIG_SETSERIAL
152 bool "setserial"
153 default BUSYBOX_DEFAULT_SETSERIAL
154 select BUSYBOX_CONFIG_PLATFORM_LINUX
155 help
156 Retrieve or set Linux serial port.
157 config BUSYBOX_CONFIG_TASKSET
158 bool "taskset"
159 default BUSYBOX_DEFAULT_TASKSET # doesn't build on some non-x86 targets (m68k)
160 help
161 Retrieve or set a processes's CPU affinity.
162 This requires sched_{g,s}etaffinity support in your libc.
163
164 config BUSYBOX_CONFIG_FEATURE_TASKSET_FANCY
165 bool "Fancy output"
166 default BUSYBOX_DEFAULT_FEATURE_TASKSET_FANCY
167 depends on BUSYBOX_CONFIG_TASKSET
168 help
169 Add code for fancy output. This merely silences a compiler-warning
170 and adds about 135 Bytes. May be needed for machines with alot
171 of CPUs.
172 config BUSYBOX_CONFIG_UBIATTACH
173 bool "ubiattach"
174 default BUSYBOX_DEFAULT_UBIATTACH
175 select BUSYBOX_CONFIG_PLATFORM_LINUX
176 help
177 Attach MTD device to an UBI device.
178
179 config BUSYBOX_CONFIG_UBIDETACH
180 bool "ubidetach"
181 default BUSYBOX_DEFAULT_UBIDETACH
182 select BUSYBOX_CONFIG_PLATFORM_LINUX
183 help
184 Detach MTD device from an UBI device.
185
186 config BUSYBOX_CONFIG_UBIMKVOL
187 bool "ubimkvol"
188 default BUSYBOX_DEFAULT_UBIMKVOL
189 select BUSYBOX_CONFIG_PLATFORM_LINUX
190 help
191 Create a UBI volume.
192
193 config BUSYBOX_CONFIG_UBIRMVOL
194 bool "ubirmvol"
195 default BUSYBOX_DEFAULT_UBIRMVOL
196 select BUSYBOX_CONFIG_PLATFORM_LINUX
197 help
198 Delete a UBI volume.
199
200 config BUSYBOX_CONFIG_UBIRSVOL
201 bool "ubirsvol"
202 default BUSYBOX_DEFAULT_UBIRSVOL
203 select BUSYBOX_CONFIG_PLATFORM_LINUX
204 help
205 Resize a UBI volume.
206
207 config BUSYBOX_CONFIG_UBIUPDATEVOL
208 bool "ubiupdatevol"
209 default BUSYBOX_DEFAULT_UBIUPDATEVOL
210 select BUSYBOX_CONFIG_PLATFORM_LINUX
211 help
212 Update a UBI volume.
213 config BUSYBOX_CONFIG_WALL
214 bool "wall"
215 default BUSYBOX_DEFAULT_WALL
216 depends on BUSYBOX_CONFIG_FEATURE_UTMP
217 help
218 Write a message to all users that are logged in.
219
220 config BUSYBOX_CONFIG_ADJTIMEX
221 bool "adjtimex"
222 default BUSYBOX_DEFAULT_ADJTIMEX
223 select BUSYBOX_CONFIG_PLATFORM_LINUX
224 help
225 Adjtimex reads and optionally sets adjustment parameters for
226 the Linux clock adjustment algorithm.
227
228 config BUSYBOX_CONFIG_BBCONFIG
229 bool "bbconfig"
230 default BUSYBOX_DEFAULT_BBCONFIG
231 help
232 The bbconfig applet will print the config file with which
233 busybox was built.
234
235 config BUSYBOX_CONFIG_FEATURE_COMPRESS_BBCONFIG
236 bool "Compress bbconfig data"
237 default BUSYBOX_DEFAULT_FEATURE_COMPRESS_BBCONFIG
238 depends on BUSYBOX_CONFIG_BBCONFIG
239 help
240 Store bbconfig data in compressed form, uncompress them on-the-fly
241 before output.
242
243 If you have a really tiny busybox with few applets enabled (and
244 bunzip2 isn't one of them), the overhead of the decompressor might
245 be noticeable. Also, if you run executables directly from ROM
246 and have very little memory, this might not be a win. Otherwise,
247 you probably want this.
248
249 config BUSYBOX_CONFIG_BEEP
250 bool "beep"
251 default BUSYBOX_DEFAULT_BEEP
252 select BUSYBOX_CONFIG_PLATFORM_LINUX
253 help
254 The beep applets beeps in a given freq/Hz.
255
256 config BUSYBOX_CONFIG_FEATURE_BEEP_FREQ
257 int "default frequency"
258 range 0 2147483647
259 default BUSYBOX_DEFAULT_FEATURE_BEEP_FREQ
260 depends on BUSYBOX_CONFIG_BEEP
261 help
262 Frequency for default beep.
263
264 config BUSYBOX_CONFIG_FEATURE_BEEP_LENGTH_MS
265 int "default length"
266 range 0 2147483647
267 default BUSYBOX_DEFAULT_FEATURE_BEEP_LENGTH_MS
268 depends on BUSYBOX_CONFIG_BEEP
269 help
270 Length in ms for default beep.
271
272 config BUSYBOX_CONFIG_CHAT
273 bool "chat"
274 default BUSYBOX_DEFAULT_CHAT
275 help
276 Simple chat utility.
277
278 config BUSYBOX_CONFIG_FEATURE_CHAT_NOFAIL
279 bool "Enable NOFAIL expect strings"
280 depends on BUSYBOX_CONFIG_CHAT
281 default BUSYBOX_DEFAULT_FEATURE_CHAT_NOFAIL
282 help
283 When enabled expect strings which are started with a dash trigger
284 no-fail mode. That is when expectation is not met within timeout
285 the script is not terminated but sends next SEND string and waits
286 for next EXPECT string. This allows to compose far more flexible
287 scripts.
288
289 config BUSYBOX_CONFIG_FEATURE_CHAT_TTY_HIFI
290 bool "Force STDIN to be a TTY"
291 depends on BUSYBOX_CONFIG_CHAT
292 default BUSYBOX_DEFAULT_FEATURE_CHAT_TTY_HIFI
293 help
294 Original chat always treats STDIN as a TTY device and sets for it
295 so-called raw mode. This option turns on such behaviour.
296
297 config BUSYBOX_CONFIG_FEATURE_CHAT_IMPLICIT_CR
298 bool "Enable implicit Carriage Return"
299 depends on BUSYBOX_CONFIG_CHAT
300 default BUSYBOX_DEFAULT_FEATURE_CHAT_IMPLICIT_CR
301 help
302 When enabled make chat to terminate all SEND strings with a "\r"
303 unless "\c" is met anywhere in the string.
304
305 config BUSYBOX_CONFIG_FEATURE_CHAT_SWALLOW_OPTS
306 bool "Swallow options"
307 depends on BUSYBOX_CONFIG_CHAT
308 default BUSYBOX_DEFAULT_FEATURE_CHAT_SWALLOW_OPTS
309 help
310 Busybox chat require no options. To make it not fail when used
311 in place of original chat (which has a bunch of options) turn
312 this on.
313
314 config BUSYBOX_CONFIG_FEATURE_CHAT_SEND_ESCAPES
315 bool "Support weird SEND escapes"
316 depends on BUSYBOX_CONFIG_CHAT
317 default BUSYBOX_DEFAULT_FEATURE_CHAT_SEND_ESCAPES
318 help
319 Original chat uses some escape sequences in SEND arguments which
320 are not sent to device but rather performs special actions.
321 E.g. "\K" means to send a break sequence to device.
322 "\d" delays execution for a second, "\p" -- for a 1/100 of second.
323 Before turning this option on think twice: do you really need them?
324
325 config BUSYBOX_CONFIG_FEATURE_CHAT_VAR_ABORT_LEN
326 bool "Support variable-length ABORT conditions"
327 depends on BUSYBOX_CONFIG_CHAT
328 default BUSYBOX_DEFAULT_FEATURE_CHAT_VAR_ABORT_LEN
329 help
330 Original chat uses fixed 50-bytes length ABORT conditions. Say N here.
331
332 config BUSYBOX_CONFIG_FEATURE_CHAT_CLR_ABORT
333 bool "Support revoking of ABORT conditions"
334 depends on BUSYBOX_CONFIG_CHAT
335 default BUSYBOX_DEFAULT_FEATURE_CHAT_CLR_ABORT
336 help
337 Support CLR_ABORT directive.
338
339 config BUSYBOX_CONFIG_CHRT
340 bool "chrt"
341 default BUSYBOX_DEFAULT_CHRT
342 help
343 manipulate real-time attributes of a process.
344 This requires sched_{g,s}etparam support in your libc.
345
346 config BUSYBOX_CONFIG_CRONTAB
347 bool "crontab"
348 default BUSYBOX_DEFAULT_CRONTAB
349 help
350 Crontab manipulates the crontab for a particular user. Only
351 the superuser may specify a different user and/or crontab directory.
352 Note that Busybox binary must be setuid root for this applet to
353 work properly.
354
355 config BUSYBOX_CONFIG_DC
356 bool "dc"
357 default BUSYBOX_DEFAULT_DC
358 help
359 Dc is a reverse-polish desk calculator which supports unlimited
360 precision arithmetic.
361
362 config BUSYBOX_CONFIG_FEATURE_DC_LIBM
363 bool "Enable power and exp functions (requires libm)"
364 default BUSYBOX_DEFAULT_FEATURE_DC_LIBM
365 depends on BUSYBOX_CONFIG_DC
366 help
367 Enable power and exp functions.
368 NOTE: This will require libm to be present for linking.
369
370 config BUSYBOX_CONFIG_DEVFSD
371 bool "devfsd (obsolete)"
372 default BUSYBOX_DEFAULT_DEVFSD
373 select BUSYBOX_CONFIG_PLATFORM_LINUX
374 select BUSYBOX_CONFIG_FEATURE_SYSLOG
375 help
376 This is deprecated and should NOT be used anymore.
377 Use linux >= 2.6 (optionally with hotplug) and mdev instead!
378 See docs/mdev.txt for detailed instructions on how to use mdev
379 instead.
380
381 Provides compatibility with old device names on a devfs systems.
382 You should set it to true if you have devfs enabled.
383 The following keywords in devsfd.conf are supported:
384 "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE",
385 "PERMISSIONS", "EXECUTE", "COPY", "IGNORE",
386 "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT".
387
388 But only if they are written UPPERCASE!!!!!!!!
389
390 config BUSYBOX_CONFIG_DEVFSD_MODLOAD
391 bool "Adds support for MODLOAD keyword in devsfd.conf"
392 default BUSYBOX_DEFAULT_DEVFSD_MODLOAD
393 depends on BUSYBOX_CONFIG_DEVFSD
394 help
395 This actually doesn't work with busybox modutils but needs
396 the external modutils.
397
398 config BUSYBOX_CONFIG_DEVFSD_FG_NP
399 bool "Enables the -fg and -np options"
400 default BUSYBOX_DEFAULT_DEVFSD_FG_NP
401 depends on BUSYBOX_CONFIG_DEVFSD
402 help
403 -fg Run the daemon in the foreground.
404 -np Exit after parsing the configuration file.
405 Do not poll for events.
406
407 config BUSYBOX_CONFIG_DEVFSD_VERBOSE
408 bool "Increases logging (and size)"
409 default BUSYBOX_DEFAULT_DEVFSD_VERBOSE
410 depends on BUSYBOX_CONFIG_DEVFSD
411 help
412 Increases logging to stderr or syslog.
413
414 config BUSYBOX_CONFIG_FEATURE_DEVFS
415 bool "Use devfs names for all devices (obsolete)"
416 default BUSYBOX_DEFAULT_FEATURE_DEVFS
417 select BUSYBOX_CONFIG_PLATFORM_LINUX
418 help
419 This is obsolete and should NOT be used anymore.
420 Use linux >= 2.6 (optionally with hotplug) and mdev instead!
421
422 For legacy systems -- if there is no way around devfsd -- this
423 tells busybox to look for names like /dev/loop/0 instead of
424 /dev/loop0. If your /dev directory has normal names instead of
425 devfs names, you don't want this.
426
427 config BUSYBOX_CONFIG_DEVMEM
428 bool "devmem"
429 default BUSYBOX_DEFAULT_DEVMEM
430 help
431 devmem is a small program that reads and writes from physical
432 memory using /dev/mem.
433
434 config BUSYBOX_CONFIG_EJECT
435 bool "eject"
436 default BUSYBOX_DEFAULT_EJECT
437 select BUSYBOX_CONFIG_PLATFORM_LINUX
438 help
439 Used to eject cdroms. (defaults to /dev/cdrom)
440
441 config BUSYBOX_CONFIG_FEATURE_EJECT_SCSI
442 bool "SCSI support"
443 default BUSYBOX_DEFAULT_FEATURE_EJECT_SCSI
444 depends on BUSYBOX_CONFIG_EJECT
445 help
446 Add the -s option to eject, this allows to eject SCSI-Devices and
447 usb-storage devices.
448
449 config BUSYBOX_CONFIG_FBSPLASH
450 bool "fbsplash"
451 default BUSYBOX_DEFAULT_FBSPLASH
452 select BUSYBOX_CONFIG_PLATFORM_LINUX
453 help
454 Shows splash image and progress bar on framebuffer device.
455 Can be used during boot phase of an embedded device. ~2kb.
456 Usage:
457 - use kernel option 'vga=xxx' or otherwise enable fb device.
458 - put somewhere fbsplash.cfg file and an image in .ppm format.
459 - $ setsid fbsplash [params] &
460 -c: hide cursor
461 -d /dev/fbN: framebuffer device (if not /dev/fb0)
462 -s path_to_image_file (can be "-" for stdin)
463 -i path_to_cfg_file (can be "-" for stdin)
464 -f path_to_fifo (can be "-" for stdin)
465 - if you want to run it only in presence of kernel parameter:
466 grep -q "fbsplash=on" </proc/cmdline && setsid fbsplash [params] &
467 - commands for fifo:
468 "NN" (ASCII decimal number) - percentage to show on progress bar
469 "exit" - well you guessed it
470
471 config BUSYBOX_CONFIG_FLASHCP
472 bool "flashcp"
473 default BUSYBOX_DEFAULT_FLASHCP # doesn't build on Ubuntu 8.04
474 help
475 The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7.
476 This utility is used to copy images into a MTD device.
477
478 config BUSYBOX_CONFIG_FLASH_LOCK
479 bool "flash_lock"
480 default BUSYBOX_DEFAULT_FLASH_LOCK # doesn't build on Ubuntu 8.04
481 help
482 The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This
483 utility locks part or all of the flash device.
484
485 config BUSYBOX_CONFIG_FLASH_UNLOCK
486 bool "flash_unlock"
487 default BUSYBOX_DEFAULT_FLASH_UNLOCK # doesn't build on Ubuntu 8.04
488 help
489 The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This
490 utility unlocks part or all of the flash device.
491
492 config BUSYBOX_CONFIG_FLASH_ERASEALL
493 bool "flash_eraseall"
494 default BUSYBOX_DEFAULT_FLASH_ERASEALL # doesn't build on Ubuntu 8.04
495 help
496 The flash_eraseall binary from mtd-utils as of git head c4c6a59eb.
497 This utility is used to erase the whole MTD device.
498
499 config BUSYBOX_CONFIG_IONICE
500 bool "ionice"
501 default BUSYBOX_DEFAULT_IONICE
502 select BUSYBOX_CONFIG_PLATFORM_LINUX
503 help
504 Set/set program io scheduling class and priority
505 Requires kernel >= 2.6.13
506
507 config BUSYBOX_CONFIG_INOTIFYD
508 bool "inotifyd"
509 default BUSYBOX_DEFAULT_INOTIFYD # doesn't build on Knoppix 5
510 help
511 Simple inotify daemon. Reports filesystem changes. Requires
512 kernel >= 2.6.13
513
514 config BUSYBOX_CONFIG_LAST
515 bool "last"
516 default BUSYBOX_DEFAULT_LAST
517 depends on BUSYBOX_CONFIG_FEATURE_WTMP
518 help
519 'last' displays a list of the last users that logged into the system.
520
521 choice
522 prompt "Choose last implementation"
523 depends on BUSYBOX_CONFIG_LAST
524 default BUSYBOX_CONFIG_FEATURE_LAST_FANCY
525
526 config BUSYBOX_CONFIG_FEATURE_LAST_SMALL
527 bool "small"
528 help
529 This is a small version of last with just the basic set of
530 features.
531
532 config BUSYBOX_CONFIG_FEATURE_LAST_FANCY
533 bool "huge"
534 help
535 'last' displays detailed information about the last users that
536 logged into the system (mimics sysvinit last). +900 bytes.
537 endchoice
538
539 config BUSYBOX_CONFIG_HDPARM
540 bool "hdparm"
541 default BUSYBOX_DEFAULT_HDPARM
542 select BUSYBOX_CONFIG_PLATFORM_LINUX
543 help
544 Get/Set hard drive parameters. Primarily intended for ATA
545 drives. Adds about 13k (or around 30k if you enable the
546 FEATURE_HDPARM_GET_IDENTITY option)....
547
548 config BUSYBOX_CONFIG_FEATURE_HDPARM_GET_IDENTITY
549 bool "Support obtaining detailed information directly from drives"
550 default BUSYBOX_DEFAULT_FEATURE_HDPARM_GET_IDENTITY
551 depends on BUSYBOX_CONFIG_HDPARM
552 help
553 Enables the -I and -i options to obtain detailed information
554 directly from drives about their capabilities and supported ATA
555 feature set. If no device name is specified, hdparm will read
556 identify data from stdin. Enabling this option will add about 16k...
557
558 config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF
559 bool "Register an IDE interface (DANGEROUS)"
560 default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_SCAN_HWIF
561 depends on BUSYBOX_CONFIG_HDPARM
562 help
563 Enables the 'hdparm -R' option to register an IDE interface.
564 This is dangerous stuff, so you should probably say N.
565
566 config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
567 bool "Un-register an IDE interface (DANGEROUS)"
568 default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
569 depends on BUSYBOX_CONFIG_HDPARM
570 help
571 Enables the 'hdparm -U' option to un-register an IDE interface.
572 This is dangerous stuff, so you should probably say N.
573
574 config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET
575 bool "Perform device reset (DANGEROUS)"
576 default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_DRIVE_RESET
577 depends on BUSYBOX_CONFIG_HDPARM
578 help
579 Enables the 'hdparm -w' option to perform a device reset.
580 This is dangerous stuff, so you should probably say N.
581
582 config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
583 bool "Tristate device for hotswap (DANGEROUS)"
584 default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
585 depends on BUSYBOX_CONFIG_HDPARM
586 help
587 Enables the 'hdparm -x' option to tristate device for hotswap,
588 and the '-b' option to get/set bus state. This is dangerous
589 stuff, so you should probably say N.
590
591 config BUSYBOX_CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA
592 bool "Get/set using_dma flag"
593 default BUSYBOX_DEFAULT_FEATURE_HDPARM_HDIO_GETSET_DMA
594 depends on BUSYBOX_CONFIG_HDPARM
595 help
596 Enables the 'hdparm -d' option to get/set using_dma flag.
597
598 config BUSYBOX_CONFIG_LOCK
599 bool "lock"
600 default BUSYBOX_DEFAULT_LOCK
601 help
602 Small utility for using locks in scripts
603
604 config BUSYBOX_CONFIG_MAKEDEVS
605 bool "makedevs"
606 default BUSYBOX_DEFAULT_MAKEDEVS
607 help
608 'makedevs' is a utility used to create a batch of devices with
609 one command.
610
611 There are two choices for command line behaviour, the interface
612 as used by LEAF/Linux Router Project, or a device table file.
613
614 'leaf' is traditionally what busybox follows, it allows multiple
615 devices of a particluar type to be created per command.
616 e.g. /dev/hda[0-9]
617 Device properties are passed as command line arguments.
618
619 'table' reads device properties from a file or stdin, allowing
620 a batch of unrelated devices to be made with one command.
621 User/group names are allowed as an alternative to uid/gid.
622
623 choice
624 prompt "Choose makedevs behaviour"
625 depends on BUSYBOX_CONFIG_MAKEDEVS
626 default BUSYBOX_CONFIG_FEATURE_MAKEDEVS_TABLE
627
628 config BUSYBOX_CONFIG_FEATURE_MAKEDEVS_LEAF
629 bool "leaf"
630
631 config BUSYBOX_CONFIG_FEATURE_MAKEDEVS_TABLE
632 bool "table"
633
634 endchoice
635
636 config BUSYBOX_CONFIG_MAN
637 bool "man"
638 default BUSYBOX_DEFAULT_MAN
639 help
640 Format and display manual pages.
641
642 config BUSYBOX_CONFIG_MICROCOM
643 bool "microcom"
644 default BUSYBOX_DEFAULT_MICROCOM
645 help
646 The poor man's minicom utility for chatting with serial port devices.
647
648 config BUSYBOX_CONFIG_MOUNTPOINT
649 bool "mountpoint"
650 default BUSYBOX_DEFAULT_MOUNTPOINT
651 help
652 mountpoint checks if the directory is a mountpoint.
653
654 config BUSYBOX_CONFIG_MT
655 bool "mt"
656 default BUSYBOX_DEFAULT_MT
657 help
658 mt is used to control tape devices. You can use the mt utility
659 to advance or rewind a tape past a specified number of archive
660 files on the tape.
661
662 config BUSYBOX_CONFIG_RAIDAUTORUN
663 bool "raidautorun"
664 default BUSYBOX_DEFAULT_RAIDAUTORUN
665 select BUSYBOX_CONFIG_PLATFORM_LINUX
666 help
667 raidautorun tells the kernel md driver to
668 search and start RAID arrays.
669
670 config BUSYBOX_CONFIG_READAHEAD
671 bool "readahead"
672 default BUSYBOX_DEFAULT_READAHEAD
673 depends on BUSYBOX_CONFIG_LFS
674 select BUSYBOX_CONFIG_PLATFORM_LINUX
675 help
676 Preload the files listed on the command line into RAM cache so that
677 subsequent reads on these files will not block on disk I/O.
678
679 This applet just calls the readahead(2) system call on each file.
680 It is mainly useful in system startup scripts to preload files
681 or executables before they are used. When used at the right time
682 (in particular when a CPU bound process is running) it can
683 significantly speed up system startup.
684
685 As readahead(2) blocks until each file has been read, it is best to
686 run this applet as a background job.
687
688 config BUSYBOX_CONFIG_RUNLEVEL
689 bool "runlevel"
690 default BUSYBOX_DEFAULT_RUNLEVEL
691 depends on BUSYBOX_CONFIG_FEATURE_UTMP
692 help
693 find the current and previous system runlevel.
694
695 This applet uses utmp but does not rely on busybox supporing
696 utmp on purpose. It is used by e.g. emdebian via /etc/init.d/rc.
697
698 config BUSYBOX_CONFIG_RX
699 bool "rx"
700 default BUSYBOX_DEFAULT_RX
701 select BUSYBOX_CONFIG_PLATFORM_LINUX
702 help
703 Receive files using the Xmodem protocol.
704
705 config BUSYBOX_CONFIG_SETSID
706 bool "setsid"
707 default BUSYBOX_DEFAULT_SETSID
708 help
709 setsid runs a program in a new session
710
711 config BUSYBOX_CONFIG_STRINGS
712 bool "strings"
713 default BUSYBOX_DEFAULT_STRINGS
714 help
715 strings prints the printable character sequences for each file
716 specified.
717
718 config BUSYBOX_CONFIG_TIME
719 bool "time"
720 default BUSYBOX_DEFAULT_TIME
721 help
722 The time command runs the specified program with the given arguments.
723 When the command finishes, time writes a message to standard output
724 giving timing statistics about this program run.
725
726 config BUSYBOX_CONFIG_TIMEOUT
727 bool "timeout"
728 default BUSYBOX_DEFAULT_TIMEOUT
729 help
730 Runs a program and watches it. If it does not terminate in
731 specified number of seconds, it is sent a signal.
732
733 config BUSYBOX_CONFIG_TTYSIZE
734 bool "ttysize"
735 default BUSYBOX_DEFAULT_TTYSIZE
736 help
737 A replacement for "stty size". Unlike stty, can report only width,
738 only height, or both, in any order. It also does not complain on
739 error, but returns default 80x24.
740 Usage in shell scripts: width=`ttysize w`.
741
742 config BUSYBOX_CONFIG_VOLNAME
743 bool "volname"
744 default BUSYBOX_DEFAULT_VOLNAME
745 help
746 Prints a CD-ROM volume name.
747
748 config BUSYBOX_CONFIG_WATCHDOG
749 bool "watchdog"
750 default BUSYBOX_DEFAULT_WATCHDOG
751 select BUSYBOX_CONFIG_PLATFORM_LINUX
752 help
753 The watchdog utility is used with hardware or software watchdog
754 device drivers. It opens the specified watchdog device special file
755 and periodically writes a magic character to the device. If the
756 watchdog applet ever fails to write the magic character within a
757 certain amount of time, the watchdog device assumes the system has
758 hung, and will cause the hardware to reboot.
759
760 endmenu