blob: b292e2568b494296eb4c57e1782be940ec51bcc4 [file] [log] [blame]
Glenn L McGrath3238ea12003-02-15 10:53:40 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Coreutils"
7
8config CONFIG_BASENAME
9 bool "basename"
10 default n
11 help
Eric Andersen4762a482003-04-04 14:35:36 +000012 basename is used to strip the directory and suffix from filenames,
Eric Andersenc7bda1c2004-03-15 08:29:22 +000013 leaving just the filename itself. Enable this option if you wish
Eric Andersen4762a482003-04-04 14:35:36 +000014 to enable the 'basename' utility.
Glenn L McGrath3238ea12003-02-15 10:53:40 +000015
16config CONFIG_CAL
17 bool "cal"
18 default n
19 help
Eric Andersen88c916b2003-10-22 09:58:56 +000020 cal is used to display a monthly calender.
Glenn L McGrath3238ea12003-02-15 10:53:40 +000021
22config CONFIG_CAT
23 bool "cat"
24 default n
25 help
Eric Andersen982da3e2003-04-04 15:20:53 +000026 cat is used to concatenate files and print them to the standard
27 output. Enable this option if you wish to enable the 'cat' utility.
Glenn L McGrath3238ea12003-02-15 10:53:40 +000028
29config CONFIG_CHGRP
30 bool "chgrp"
31 default n
32 help
Eric Andersen88c916b2003-10-22 09:58:56 +000033 chgrp is used to change the group ownership of files.
Glenn L McGrath3238ea12003-02-15 10:53:40 +000034
35config CONFIG_CHMOD
36 bool "chmod"
37 default n
38 help
Eric Andersene5642112003-07-14 19:37:08 +000039 chmod is used to change the access permission of files.
Glenn L McGrath3238ea12003-02-15 10:53:40 +000040
41config CONFIG_CHOWN
42 bool "chown"
43 default n
44 help
Eric Andersen88c916b2003-10-22 09:58:56 +000045 chown is used to change the user and/or group ownership
Eric Andersene5642112003-07-14 19:37:08 +000046 of files.
Glenn L McGrath3238ea12003-02-15 10:53:40 +000047
48config CONFIG_CHROOT
49 bool "chroot"
50 default n
51 help
Eric Andersene5642112003-07-14 19:37:08 +000052 chroot is used to change the root directory and run a command.
53 The default command is `/bin/sh'.
Glenn L McGrath3238ea12003-02-15 10:53:40 +000054
55config CONFIG_CMP
56 bool "cmp"
57 default n
58 help
Eric Andersene5642112003-07-14 19:37:08 +000059 cmp is used to compare two files and returns the result
60 to standard output.
Glenn L McGrath3238ea12003-02-15 10:53:40 +000061
62config CONFIG_CP
63 bool "cp"
64 default n
65 help
Eric Andersene5642112003-07-14 19:37:08 +000066 cp is used to copy files and directories.
Glenn L McGrath3238ea12003-02-15 10:53:40 +000067
68config CONFIG_CUT
69 bool "cut"
70 default n
71 help
Eric Andersene5642112003-07-14 19:37:08 +000072 cut is used to print selected parts of lines from
73 each file to stdout.
Glenn L McGrath3238ea12003-02-15 10:53:40 +000074
75if CONFIG_WATCH
76 config CONFIG_DATE
77 default y
78 comment "date (forced enabled for use with watch)"
79endif
80
81if !CONFIG_WATCH
82 config CONFIG_DATE
83 bool "date"
84 default n
85 help
Eric Andersene5920a22003-07-03 10:00:15 +000086 date is used to set the system date or display the
87 current time in the given format.
Glenn L McGrath3238ea12003-02-15 10:53:40 +000088endif
89
90config CONFIG_FEATURE_DATE_ISOFMT
91 bool " Enable ISO date format output (-I)"
92 default y
93 depends on CONFIG_DATE
94 help
Eric Andersen65e20a32003-07-05 07:52:35 +000095 Enable option (-I) to output an ISO-8601 compliant
96 date/time string.
Glenn L McGrath3238ea12003-02-15 10:53:40 +000097
98config CONFIG_DD
99 bool "dd"
100 default n
101 help
Eric Andersene5642112003-07-14 19:37:08 +0000102 dd copies a file (from standard input to standard output,
103 by default) using specific input and output blocksizes,
Eric Andersenc7bda1c2004-03-15 08:29:22 +0000104 while optionally performing conversions on it.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000105
106config CONFIG_DF
107 bool "df"
108 default n
109 help
Eric Andersene5642112003-07-14 19:37:08 +0000110 df reports the amount of disk space used and available
111 on filesystems.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000112
113config CONFIG_DIRNAME
114 bool "dirname"
115 default n
116 help
Eric Andersen88c916b2003-10-22 09:58:56 +0000117 dirname is used to strip a non-directory suffix from
Eric Andersene5642112003-07-14 19:37:08 +0000118 a file name.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000119
120config CONFIG_DOS2UNIX
121 bool "dos2unix/unix2dos"
122 default n
123 help
Eric Andersen88c916b2003-10-22 09:58:56 +0000124 dos2unix is used to convert a text file from DOS format to
Eric Andersene5642112003-07-14 19:37:08 +0000125 UNIX format, and vice versa.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000126
Eric Andersen7c512432003-06-26 21:53:51 +0000127config CONFIG_UNIX2DOS
128 bool
129 default y
130 depends on CONFIG_DOS2UNIX
131
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000132config CONFIG_DU
Manuel Novoa III cad53642003-03-19 09:13:01 +0000133 bool "du (default blocksize of 512 bytes)"
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000134 default n
135 help
Eric Andersene5642112003-07-14 19:37:08 +0000136 du is used to report the amount of disk space used
137 for specified files.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000138
Manuel Novoa III cad53642003-03-19 09:13:01 +0000139config CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K
140 bool " Use a default blocksize of 1024 bytes (1K)"
141 default y
142 depends on CONFIG_DU
143 help
Eric Andersene5642112003-07-14 19:37:08 +0000144 Use a blocksize of (1K) instead of the default 512b.
Manuel Novoa III cad53642003-03-19 09:13:01 +0000145
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000146config CONFIG_ECHO
Glenn L McGrath95ed8d92004-03-05 06:47:25 +0000147 bool "echo (basic SUSv3 version taking no options)"
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000148 default n
149 help
Eric Andersene5642112003-07-14 19:37:08 +0000150 echo is used to print a specified string to stdout.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000151
Manuel Novoa III cad53642003-03-19 09:13:01 +0000152config CONFIG_FEATURE_FANCY_ECHO
153 bool " Enable echo options (-n and -e)"
154 default y
155 depends on CONFIG_ECHO
156 help
Eric Andersenc7bda1c2004-03-15 08:29:22 +0000157 This adds options (-n and -e) to echo.
Manuel Novoa III cad53642003-03-19 09:13:01 +0000158
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000159config CONFIG_ENV
160 bool "env"
161 default n
162 help
Eric Andersene5642112003-07-14 19:37:08 +0000163 env is used to set an environment variable and run
Eric Andersen88c916b2003-10-22 09:58:56 +0000164 a command; without options it displays the current
Eric Andersene5642112003-07-14 19:37:08 +0000165 environment.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000166
Mike Frysinger6d1d2e52005-04-21 23:23:13 +0000167config CONFIG_PRINTENV
168 bool "printenv"
169 default n
170 help
171 printenv is used to print all or part of environment.
172
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000173config CONFIG_EXPR
174 bool "expr"
175 default n
176 help
Eric Andersene5642112003-07-14 19:37:08 +0000177 expr is used to calculate numbers and print the result
178 to standard output.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000179
180if CONFIG_HUSH || CONFIG_LASH || CONFIG_MSH
181 config CONFIG_FALSE
182 default y
183 comment "false (forced enabled for use with shell)"
184endif
185
186if !CONFIG_HUSH && !CONFIG_LASH && !CONFIG_MSH
187 config CONFIG_FALSE
188 bool "false"
189 default n
190 help
Eric Andersene5920a22003-07-03 10:00:15 +0000191 false returns an exit code of FALSE (1).
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000192endif
193
Glenn L McGrathf01b8052003-04-27 06:02:14 +0000194config CONFIG_FOLD
195 bool "fold"
196 default n
197 help
Eric Andersene5642112003-07-14 19:37:08 +0000198 Wrap text to fit a specific width.
Glenn L McGrathf01b8052003-04-27 06:02:14 +0000199
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000200config CONFIG_HEAD
201 bool "head"
202 default n
203 help
Eric Andersene5642112003-07-14 19:37:08 +0000204 head is used to print the first specified number of lines
205 from files.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000206
Manuel Novoa III cad53642003-03-19 09:13:01 +0000207config CONFIG_FEATURE_FANCY_HEAD
208 bool " Enable head options (-c, -q, and -v)"
209 default n
210 depends on CONFIG_HEAD
211 help
Eric Andersene5642112003-07-14 19:37:08 +0000212 This enables the head options (-c, -q, and -v).
Manuel Novoa III cad53642003-03-19 09:13:01 +0000213
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000214config CONFIG_HOSTID
215 bool "hostid"
216 default n
217 help
Eric Andersene5642112003-07-14 19:37:08 +0000218 hostid prints the numeric identifier (in hexadecimal) for
219 the current host.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000220
221config CONFIG_ID
222 bool "id"
223 default n
224 help
Eric Andersene5642112003-07-14 19:37:08 +0000225 id displays the current user and group ID names.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000226
Glenn L McGratheebcc1d2003-09-24 03:22:57 +0000227config CONFIG_INSTALL
228 bool "install"
229 default n
230 help
231 Copy files and set attributes.
232
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000233config CONFIG_LENGTH
234 bool "length"
235 default n
236 help
Eric Andersene5642112003-07-14 19:37:08 +0000237 length is used to print out the length of a specified string.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000238
239config CONFIG_LN
240 bool "ln"
241 default n
242 help
Eric Andersene5642112003-07-14 19:37:08 +0000243 ln is used to create hard or soft links between files.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000244
245config CONFIG_LOGNAME
246 bool "logname"
247 default n
248 help
Eric Andersene5642112003-07-14 19:37:08 +0000249 logname is used to print the current user's login name.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000250
251config CONFIG_LS
252 bool "ls"
253 default n
254 help
Eric Andersene5642112003-07-14 19:37:08 +0000255 ls is used to list the contents of directories.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000256
257config CONFIG_FEATURE_LS_FILETYPES
258 bool " Enable filetyping options (-p and -F)"
259 default y
260 depends on CONFIG_LS
261 help
Eric Andersene5642112003-07-14 19:37:08 +0000262 Enable the ls options (-p and -F).
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000263
264config CONFIG_FEATURE_LS_FOLLOWLINKS
265 bool " Enable symlinks dereferencing (-L)"
266 default y
267 depends on CONFIG_LS
268 help
Eric Andersene5642112003-07-14 19:37:08 +0000269 Enable the ls option (-L).
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000270
271config CONFIG_FEATURE_LS_RECURSIVE
272 bool " Enable recursion (-R)"
273 default y
274 depends on CONFIG_LS
275 help
Eric Andersene5642112003-07-14 19:37:08 +0000276 Enable the ls option (-R).
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000277
278config CONFIG_FEATURE_LS_SORTFILES
279 bool " Sort the file names"
280 default y
281 depends on CONFIG_LS
282 help
Eric Andersene5642112003-07-14 19:37:08 +0000283 Allow ls to sort file names alphabetically.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000284
285config CONFIG_FEATURE_LS_TIMESTAMPS
286 bool " Show file timestamps"
287 default y
288 depends on CONFIG_LS
289 help
Eric Andersene5642112003-07-14 19:37:08 +0000290 Allow ls to display timestamps for files.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000291
292config CONFIG_FEATURE_LS_USERNAME
293 bool " Show username/groupnames"
294 default y
295 depends on CONFIG_LS
296 help
Eric Andersene5642112003-07-14 19:37:08 +0000297 Allow ls to display username/groupname for files.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000298
299config CONFIG_FEATURE_LS_COLOR
300 bool " Use color to identify file types"
301 default y
302 depends on CONFIG_LS
303 help
Eric Andersene5642112003-07-14 19:37:08 +0000304 Allow ls to use color when displaying files.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000305
306config CONFIG_MD5SUM
307 bool "md5sum"
308 default n
309 help
Eric Andersene5642112003-07-14 19:37:08 +0000310 md5sum is used to print or check MD5 checksums.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000311
312config CONFIG_MKDIR
313 bool "mkdir"
314 default n
315 help
Eric Andersene5642112003-07-14 19:37:08 +0000316 mkdir is used to create directories with the specified names.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000317
318config CONFIG_MKFIFO
319 bool "mkfifo"
320 default n
321 help
Eric Andersene5642112003-07-14 19:37:08 +0000322 mkfifo is used to create FIFOs (named pipes).
323 The `mknod' program can also create FIFOs.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000324
325config CONFIG_MKNOD
326 bool "mknod"
327 default n
328 help
Eric Andersene5642112003-07-14 19:37:08 +0000329 mknod is used to create FIFOs or block/character special
330 files with the specified names.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000331
332config CONFIG_MV
333 bool "mv"
334 default n
335 help
Eric Andersene5642112003-07-14 19:37:08 +0000336 mv is used to move or rename files or directories.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000337
Manuel Novoa III 2c511602005-02-13 20:14:05 +0000338config CONFIG_NICE
339 bool "nice"
340 default n
341 help
342 nice runs a program with modified scheduling priority.
343
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000344config CONFIG_OD
345 bool "od"
346 default n
347 help
Eric Andersene5642112003-07-14 19:37:08 +0000348 od is used to dump binary files in octal and other formats.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000349
350config CONFIG_PRINTF
351 bool "printf"
352 default n
353 help
Eric Andersene5642112003-07-14 19:37:08 +0000354 printf is used to format and print specified strings.
355 It's similar to `echo' except it has more options.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000356
357config CONFIG_PWD
358 bool "pwd"
359 default n
360 help
Eric Andersene5642112003-07-14 19:37:08 +0000361 pwd is used to print the current directory.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000362
363config CONFIG_REALPATH
364 bool "realpath"
365 default n
366 help
367 Return the canonicalized absolute pathname.
Eric Andersen88c916b2003-10-22 09:58:56 +0000368 This isn't provided by GNU shellutils, but where else does it belong.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000369
370config CONFIG_RM
371 bool "rm"
372 default n
373 help
Eric Andersene5642112003-07-14 19:37:08 +0000374 rm is used to remove files or directories.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000375
376config CONFIG_RMDIR
377 bool "rmdir"
378 default n
379 help
Eric Andersene5642112003-07-14 19:37:08 +0000380 rmdir is used to remove empty directories.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000381
Glenn L McGrath82364bb2004-01-27 09:22:20 +0000382config CONFIG_SEQ
383 bool "seq"
384 default n
385 help
386 print a sequence of numbers
387
Glenn L McGrathae0f1e72003-02-17 08:23:22 +0000388config CONFIG_SHA1SUM
389 bool "sha1sum"
390 default n
391 help
392 Compute and check SHA1 message digest
393
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000394config CONFIG_SLEEP
Manuel Novoa III cad53642003-03-19 09:13:01 +0000395 bool "sleep (single integer arg with no suffix)"
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000396 default n
397 help
Eric Andersene5642112003-07-14 19:37:08 +0000398 sleep is used to pause for a specified number of seconds,
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000399
Manuel Novoa III cad53642003-03-19 09:13:01 +0000400config CONFIG_FEATURE_FANCY_SLEEP
401 bool " Enable multiple integer args and optional time suffixes"
402 default n
403 depends on CONFIG_SLEEP
404 help
Eric Andersene5642112003-07-14 19:37:08 +0000405 Allow sleep to pause for specified minutes, hours, and days.
Manuel Novoa III cad53642003-03-19 09:13:01 +0000406
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000407config CONFIG_SORT
408 bool "sort"
409 default n
410 help
Eric Andersene5642112003-07-14 19:37:08 +0000411 sort is used to sort lines of text in specified files.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000412
Rob Landleyc0dedd02005-01-24 07:00:02 +0000413config CONFIG_SORT_BIG
414 bool " full SuSv3 compliant sort (Support -ktcsbdfiozgM)"
415 default y
416 depends on CONFIG_SORT
417 help
418 Without this, sort only supports -r, -u, and an integer version
419 of -n. Selecting this adds sort keys, floating point support, and
420 more. This adds a little over 3k to a nonstatic build on x86.
421
422 The SuSv3 sort standard is available at:
423 http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html
424
Mike Frysinger9b5f71e2005-04-23 06:26:38 +0000425config CONFIG_STAT
426 bool "stat"
427 default n
428 help
429 display file or filesystem status.
430
431config CONFIG_FEATURE_STAT_FORMAT
432 bool " Enable custom formats (-c)"
433 default n
434 depends on CONFIG_STAT
435 help
436 Without this, stat will not support the '-c format' option where
437 users can pass a custom format string for output. This adds about
438 7k to a nonstatic build on amd64.
439
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000440config CONFIG_STTY
441 bool "stty"
442 default n
443 help
Eric Andersene5642112003-07-14 19:37:08 +0000444 stty is used to change and print terminal line settings.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000445
Mike Frysinger4a211702005-04-21 23:24:46 +0000446config CONFIG_SUM
447 bool "sum"
448 default n
449 help
450 checksum and count the blocks in a file
451
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000452config CONFIG_SYNC
453 bool "sync"
454 default n
455 help
Eric Andersene5642112003-07-14 19:37:08 +0000456 sync is used to flush filesystem buffers.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000457
458config CONFIG_TAIL
459 bool "tail"
460 default n
461 help
Eric Andersene5642112003-07-14 19:37:08 +0000462 tail is used to print the last specified number of lines
463 from files.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000464
465config CONFIG_FEATURE_FANCY_TAIL
Glenn L McGrath4ef5a842003-10-31 00:35:59 +0000466 bool " Enable extra tail options (-q, -s, and -v)"
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000467 default y
468 depends on CONFIG_TAIL
469 help
Glenn L McGrath4ef5a842003-10-31 00:35:59 +0000470 The options (-q, -s, and -v) are provided by GNU tail, but
471 are not specific in the SUSv3 standard.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000472
473config CONFIG_TEE
474 bool "tee"
475 default n
476 help
Eric Andersene5642112003-07-14 19:37:08 +0000477 tee is used to read from standard input and write
478 to standard output and files.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000479
Manuel Novoa III cad53642003-03-19 09:13:01 +0000480config CONFIG_FEATURE_TEE_USE_BLOCK_IO
481 bool " Enable block i/o (larger/faster) instead of byte i/o."
482 default n
483 depends on CONFIG_TEE
484 help
Eric Andersene5642112003-07-14 19:37:08 +0000485 Enable this option for a faster tee, at expense of size.
Manuel Novoa III cad53642003-03-19 09:13:01 +0000486
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000487if CONFIG_ASH || CONFIG_HUSH || CONFIG_LASH || CONFIG_MSH
488 config CONFIG_TEST
489 default y
490 comment "test (forced enabled for use with shell)"
491endif
492
493if !CONFIG_ASH && !CONFIG_HUSH && !CONFIG_LASH && !CONFIG_MSH
494 config CONFIG_TEST
495 bool "test"
496 default n
497 help
Eric Andersene5920a22003-07-03 10:00:15 +0000498 test is used to check file types and compare values,
499 returning an appropriate exit code. The shells (ash
Eric Andersen88c916b2003-10-22 09:58:56 +0000500 and bash) have test builtin.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000501endif
502
Glenn L McGrath73db8be2004-08-11 02:45:47 +0000503config CONFIG_FEATURE_TEST_64
504 bool " Extend test to 64 bit"
505 default n
506 depends on CONFIG_TEST
507 help
508 Enable 64-bit support in test.
509
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000510config CONFIG_TOUCH
511 bool "touch"
512 default n
513 help
Eric Andersene5642112003-07-14 19:37:08 +0000514 touch is used to create or change the access and/or
515 modification timestamp of specified files.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000516
517config CONFIG_TR
518 bool "tr"
519 default n
520 help
Eric Andersene5642112003-07-14 19:37:08 +0000521 tr is used to squeeze, and/or delete characters from standard
522 input, writing to standard output.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000523
524if CONFIG_HUSH || CONFIG_LASH || CONFIG_MSH
525 config CONFIG_TRUE
526 default y
527 comment "true (forced enabled for use with shell)"
528endif
529
530if !CONFIG_HUSH && !CONFIG_LASH && !CONFIG_MSH
531 config CONFIG_TRUE
532 bool "true"
533 default n
534 help
Eric Andersene5920a22003-07-03 10:00:15 +0000535 true returns an exit code of TRUE (0).
536
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000537endif
538
539config CONFIG_TTY
540 bool "tty"
541 default n
542 help
Eric Andersene5642112003-07-14 19:37:08 +0000543 tty is used to print the name of the current terminal to
544 standard output.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000545
546config CONFIG_UNAME
547 bool "uname"
548 default n
549 help
Eric Andersene5642112003-07-14 19:37:08 +0000550 uname is used to print system information.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000551
552config CONFIG_UNIQ
553 bool "uniq"
554 default n
555 help
Eric Andersene5642112003-07-14 19:37:08 +0000556 uniq is used to remove duplicate lines from a sorted file.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000557
558config CONFIG_USLEEP
559 bool "usleep"
560 default n
561 help
Eric Andersene5642112003-07-14 19:37:08 +0000562 usleep is used to pause for a specified number of microseconds.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000563
564config CONFIG_UUDECODE
565 bool "uudecode"
566 default n
567 help
Eric Andersene5642112003-07-14 19:37:08 +0000568 uudecode is used to decode a uuencoded file.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000569
570config CONFIG_UUENCODE
571 bool "uuencode"
572 default n
573 help
Eric Andersene5642112003-07-14 19:37:08 +0000574 uuencode is used to uuencode a file.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000575
576config CONFIG_WATCH
577 bool "watch"
578 default n
579 help
Eric Andersene5642112003-07-14 19:37:08 +0000580 watch is used to execute a program periodically, showing
581 output to the screen.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000582
583config CONFIG_WC
584 bool "wc"
585 default n
586 help
Eric Andersene5642112003-07-14 19:37:08 +0000587 wc is used to print the number of bytes, words, and lines,
588 in specified files.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000589
590config CONFIG_WHO
591 bool "who"
592 default n
Eric Andersenaad29b32004-07-30 17:24:47 +0000593 select CONFIG_FEATURE_U_W_TMP
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000594 help
Eric Andersene5642112003-07-14 19:37:08 +0000595 who is used to show who is logged on.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000596
597config CONFIG_WHOAMI
598 bool "whoami"
599 default n
600 help
Eric Andersene5642112003-07-14 19:37:08 +0000601 whoami is used to print the username of the current
602 user id (same as id -un).
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000603
604config CONFIG_YES
605 bool "yes"
606 default n
607 help
Eric Andersene5642112003-07-14 19:37:08 +0000608 yes is used to repeatedly output a specific string, or
609 the default string `y'.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000610
611comment "Common options for cp and mv"
612 depends on CONFIG_CP || CONFIG_MV
613
614config CONFIG_FEATURE_PRESERVE_HARDLINKS
615 bool " Preserve hard links"
616 default n
617 depends on CONFIG_CP || CONFIG_MV
618 help
Eric Andersene5642112003-07-14 19:37:08 +0000619 Allow cp and mv to preserve hard links.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000620
621comment "Common options for ls and more"
Eric Andersen727f5292003-07-26 09:33:16 +0000622 depends on CONFIG_LS || CONFIG_MORE
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000623
624config CONFIG_FEATURE_AUTOWIDTH
625 bool " Calculate terminal & column widths"
Eric Andersen727f5292003-07-26 09:33:16 +0000626 default y
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000627 depends on CONFIG_LS || CONFIG_MORE
628 help
Eric Andersen727f5292003-07-26 09:33:16 +0000629 This option allows utilities such as 'ls' and 'more' to determine the
630 width of the screen, which can allow them to display additional text
631 or avoid wrapping text onto the next line. If you leave this
632 disabled, your utilities will be especially primitive and will be
633 unable to determine the current screen width.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000634
635comment "Common options for df, du, ls"
636 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS
637
638config CONFIG_FEATURE_HUMAN_READABLE
639 bool " Support for human readable output (example 13k, 23M, 235G)"
640 default n
641 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS
642 help
Eric Andersene5642112003-07-14 19:37:08 +0000643 Allow df, du, and ls to have human readable output.
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000644
Glenn L McGrathd2a897a2003-11-10 04:33:55 +0000645comment "Common options for md5sum, sha1sum"
646 depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
647
648config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK
Glenn L McGrath5c0d84a2003-12-08 20:11:55 +0000649 bool " Enable -c, -s and -w options"
Glenn L McGrathd2a897a2003-11-10 04:33:55 +0000650 default n
651 depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
652 help
Glenn L McGrath5c0d84a2003-12-08 20:11:55 +0000653 Enabling the -c options allows files to be checked
Glenn L McGrathd2a897a2003-11-10 04:33:55 +0000654 against pre-calculated hash values.
655
Glenn L McGrath5c0d84a2003-12-08 20:11:55 +0000656 -s and -w are useful options when verifying checksums.
657
Glenn L McGrath3238ea12003-02-15 10:53:40 +0000658endmenu