aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-13 23:22:16 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-13 23:22:16 +0000
commit9b7c24e2cee39e5971ce9c0dd384742c399b6122 (patch)
tree191d18163e85eb614e33a38bd93da35b7c3f3366
parentf2857ab16cb08b6a1e51d260b5b3ad3a155131dd (diff)
downloadbusybox-w32-9b7c24e2cee39e5971ce9c0dd384742c399b6122.tar.gz
busybox-w32-9b7c24e2cee39e5971ce9c0dd384742c399b6122.tar.bz2
busybox-w32-9b7c24e2cee39e5971ce9c0dd384742c399b6122.zip
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
to do it in Config.in. git-svn-id: svn://busybox.net/trunk/busybox@14850 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--archival/Config.in34
-rw-r--r--coreutils/Config.in56
-rw-r--r--debianutils/Config.in2
-rw-r--r--editors/Config.in22
-rw-r--r--findutils/Config.in30
-rw-r--r--init/Config.in10
-rw-r--r--loginutils/Config.in6
-rw-r--r--miscutils/Config.in24
-rw-r--r--modutils/Config.in6
-rw-r--r--procps/Config.in8
-rw-r--r--shell/Config.in28
-rw-r--r--sysklogd/Config.in10
-rw-r--r--util-linux/Config.in38
13 files changed, 137 insertions, 137 deletions
diff --git a/archival/Config.in b/archival/Config.in
index e3f6239f2..be0dc7779 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -29,7 +29,7 @@ config CONFIG_AR
29 probably say N here. 29 probably say N here.
30 30
31config CONFIG_FEATURE_AR_LONG_FILENAMES 31config CONFIG_FEATURE_AR_LONG_FILENAMES
32 bool " Enable support for long filenames (not need for debs)" 32 bool "Enable support for long filenames (not need for debs)"
33 default n 33 default n
34 depends on CONFIG_AR 34 depends on CONFIG_AR
35 help 35 help
@@ -89,7 +89,7 @@ config CONFIG_DPKG_DEB
89 probably say N here. 89 probably say N here.
90 90
91config CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY 91config CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY
92 bool " extract only (-x)" 92 bool "extract only (-x)"
93 default n 93 default n
94 depends on CONFIG_DPKG_DEB 94 depends on CONFIG_DPKG_DEB
95 help 95 help
@@ -106,7 +106,7 @@ config CONFIG_GUNZIP
106 an archive, without decompressing it. 106 an archive, without decompressing it.
107 107
108config CONFIG_FEATURE_GUNZIP_UNCOMPRESS 108config CONFIG_FEATURE_GUNZIP_UNCOMPRESS
109 bool " Uncompress support" 109 bool "Uncompress support"
110 default n 110 default n
111 depends on CONFIG_GUNZIP 111 depends on CONFIG_GUNZIP
112 help 112 help
@@ -142,7 +142,7 @@ config CONFIG_TAR
142 UNIX archive program. 142 UNIX archive program.
143 143
144config CONFIG_FEATURE_TAR_CREATE 144config CONFIG_FEATURE_TAR_CREATE
145 bool " Enable archive creation" 145 bool "Enable archive creation"
146 default y 146 default y
147 depends on CONFIG_TAR 147 depends on CONFIG_TAR
148 help 148 help
@@ -150,7 +150,7 @@ config CONFIG_FEATURE_TAR_CREATE
150 tar archives using the `-c' option. 150 tar archives using the `-c' option.
151 151
152config CONFIG_FEATURE_TAR_BZIP2 152config CONFIG_FEATURE_TAR_BZIP2
153 bool " Enable -j option to handle .tar.bz2 files" 153 bool "Enable -j option to handle .tar.bz2 files"
154 default n 154 default n
155 depends on CONFIG_TAR 155 depends on CONFIG_TAR
156 help 156 help
@@ -158,7 +158,7 @@ config CONFIG_FEATURE_TAR_BZIP2
158 archives compressed with bzip2. 158 archives compressed with bzip2.
159 159
160config CONFIG_FEATURE_TAR_LZMA 160config CONFIG_FEATURE_TAR_LZMA
161 bool " Enable -a option to handle .tar.lzma files" 161 bool "Enable -a option to handle .tar.lzma files"
162 default n 162 default n
163 depends on CONFIG_TAR 163 depends on CONFIG_TAR
164 help 164 help
@@ -166,7 +166,7 @@ config CONFIG_FEATURE_TAR_LZMA
166 archives compressed with lzma. 166 archives compressed with lzma.
167 167
168config CONFIG_FEATURE_TAR_FROM 168config CONFIG_FEATURE_TAR_FROM
169 bool " Enable -X (exclude from) and -T (include from) options)" 169 bool "Enable -X (exclude from) and -T (include from) options)"
170 default n 170 default n
171 depends on CONFIG_TAR 171 depends on CONFIG_TAR
172 help 172 help
@@ -174,7 +174,7 @@ config CONFIG_FEATURE_TAR_FROM
174 a list of files to include or exclude from an archive. 174 a list of files to include or exclude from an archive.
175 175
176config CONFIG_FEATURE_TAR_GZIP 176config CONFIG_FEATURE_TAR_GZIP
177 bool " Enable -z option" 177 bool "Enable -z option"
178 default y 178 default y
179 depends on CONFIG_TAR 179 depends on CONFIG_TAR
180 help 180 help
@@ -182,7 +182,7 @@ config CONFIG_FEATURE_TAR_GZIP
182 when creating or extracting tar gziped archives. 182 when creating or extracting tar gziped archives.
183 183
184config CONFIG_FEATURE_TAR_COMPRESS 184config CONFIG_FEATURE_TAR_COMPRESS
185 bool " Enable -Z option" 185 bool "Enable -Z option"
186 default n 186 default n
187 depends on CONFIG_TAR 187 depends on CONFIG_TAR
188 help 188 help
@@ -190,7 +190,7 @@ config CONFIG_FEATURE_TAR_COMPRESS
190 when extracting .tar.Z archives. 190 when extracting .tar.Z archives.
191 191
192config CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY 192config CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY
193 bool " Enable support for old tar header format" 193 bool "Enable support for old tar header format"
194 default N 194 default N
195 depends on CONFIG_TAR 195 depends on CONFIG_TAR
196 help 196 help
@@ -199,7 +199,7 @@ config CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY
199 repacking your ancient archives with the new format. 199 repacking your ancient archives with the new format.
200 200
201config CONFIG_FEATURE_TAR_GNU_EXTENSIONS 201config CONFIG_FEATURE_TAR_GNU_EXTENSIONS
202 bool " Enable support for some GNU tar extensions" 202 bool "Enable support for some GNU tar extensions"
203 default y 203 default y
204 depends on CONFIG_TAR 204 depends on CONFIG_TAR
205 help 205 help
@@ -207,7 +207,7 @@ config CONFIG_FEATURE_TAR_GNU_EXTENSIONS
207 linknames. 207 linknames.
208 208
209config CONFIG_FEATURE_TAR_LONG_OPTIONS 209config CONFIG_FEATURE_TAR_LONG_OPTIONS
210 bool " Enable long options" 210 bool "Enable long options"
211 default n 211 default n
212 depends on CONFIG_TAR 212 depends on CONFIG_TAR
213 help 213 help
@@ -236,7 +236,7 @@ config CONFIG_UNLZMA
236 should probably say N here. 236 should probably say N here.
237 237
238config CONFIG_FEATURE_LZMA_FAST 238config CONFIG_FEATURE_LZMA_FAST
239 bool " Optimze unlzma for speed" 239 bool "Optimze unlzma for speed"
240 default n 240 default n
241 depends on CONFIG_UNLZMA 241 depends on CONFIG_UNLZMA
242 help 242 help
@@ -257,7 +257,7 @@ comment "Common options for cpio and tar"
257 depends on CONFIG_CPIO || CONFIG_TAR 257 depends on CONFIG_CPIO || CONFIG_TAR
258 258
259config CONFIG_FEATURE_UNARCHIVE_TAPE 259config CONFIG_FEATURE_UNARCHIVE_TAPE
260 bool " Enable tape drive support" 260 bool "Enable tape drive support"
261 default n 261 default n
262 depends on CONFIG_CPIO || CONFIG_TAR 262 depends on CONFIG_CPIO || CONFIG_TAR
263 help 263 help
@@ -267,7 +267,7 @@ comment "Common options for dpkg and dpkg_deb"
267 depends on CONFIG_DPKG || CONFIG_DPKG_DEB 267 depends on CONFIG_DPKG || CONFIG_DPKG_DEB
268 268
269config CONFIG_FEATURE_DEB_TAR_GZ 269config CONFIG_FEATURE_DEB_TAR_GZ
270 bool " gzip debian packages (normal)" 270 bool "gzip debian packages (normal)"
271 default y if CONFIG_DPKG || CONFIG_DPKG_DEB 271 default y if CONFIG_DPKG || CONFIG_DPKG_DEB
272 depends on CONFIG_DPKG || CONFIG_DPKG_DEB 272 depends on CONFIG_DPKG || CONFIG_DPKG_DEB
273 help 273 help
@@ -276,7 +276,7 @@ config CONFIG_FEATURE_DEB_TAR_GZ
276 If you want compatibility with standard .deb's you should say yes here. 276 If you want compatibility with standard .deb's you should say yes here.
277 277
278config CONFIG_FEATURE_DEB_TAR_BZ2 278config CONFIG_FEATURE_DEB_TAR_BZ2
279 bool " bzip2 debian packages" 279 bool "bzip2 debian packages"
280 default n 280 default n
281 depends on CONFIG_DPKG || CONFIG_DPKG_DEB 281 depends on CONFIG_DPKG || CONFIG_DPKG_DEB
282 help 282 help
@@ -287,7 +287,7 @@ config CONFIG_FEATURE_DEB_TAR_BZ2
287 use an internal control.tar.bz2 or data.tar.bz2. 287 use an internal control.tar.bz2 or data.tar.bz2.
288 288
289config CONFIG_FEATURE_DEB_TAR_LZMA 289config CONFIG_FEATURE_DEB_TAR_LZMA
290 bool " lzma debian packages" 290 bool "lzma debian packages"
291 default n 291 default n
292 depends on CONFIG_DPKG || CONFIG_DPKG_DEB 292 depends on CONFIG_DPKG || CONFIG_DPKG_DEB
293 help 293 help
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 62c5c327d..c77a1c90f 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -87,7 +87,7 @@ config CONFIG_DATE
87 current time in the given format. 87 current time in the given format.
88 88
89config CONFIG_FEATURE_DATE_ISOFMT 89config CONFIG_FEATURE_DATE_ISOFMT
90 bool " Enable ISO date format output (-I)" 90 bool "Enable ISO date format output (-I)"
91 default y 91 default y
92 depends on CONFIG_DATE 92 depends on CONFIG_DATE
93 help 93 help
@@ -118,7 +118,7 @@ config CONFIG_DIFF
118 the patch command. 118 the patch command.
119 119
120config CONFIG_FEATURE_DIFF_BINARY 120config CONFIG_FEATURE_DIFF_BINARY
121 bool " Enable checks for binary files" 121 bool "Enable checks for binary files"
122 default y 122 default y
123 depends on CONFIG_DIFF 123 depends on CONFIG_DIFF
124 help 124 help
@@ -126,7 +126,7 @@ config CONFIG_FEATURE_DIFF_BINARY
126 before a comparison is carried out. 126 before a comparison is carried out.
127 127
128config CONFIG_FEATURE_DIFF_DIR 128config CONFIG_FEATURE_DIFF_DIR
129 bool " Enable directory support" 129 bool "Enable directory support"
130 default y 130 default y
131 depends on CONFIG_DIFF 131 depends on CONFIG_DIFF
132 help 132 help
@@ -134,7 +134,7 @@ config CONFIG_FEATURE_DIFF_DIR
134 comparison. 134 comparison.
135 135
136config CONFIG_FEATURE_DIFF_MINIMAL 136config CONFIG_FEATURE_DIFF_MINIMAL
137 bool " Enable -d option to find smaller sets of changes" 137 bool "Enable -d option to find smaller sets of changes"
138 default n 138 default n
139 depends on CONFIG_DIFF 139 depends on CONFIG_DIFF
140 help 140 help
@@ -168,7 +168,7 @@ config CONFIG_DU
168 for specified files. 168 for specified files.
169 169
170config CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K 170config CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K
171 bool " Use a default blocksize of 1024 bytes (1K)" 171 bool "Use a default blocksize of 1024 bytes (1K)"
172 default y 172 default y
173 depends on CONFIG_DU 173 depends on CONFIG_DU
174 help 174 help
@@ -182,7 +182,7 @@ config CONFIG_ECHO
182 182
183# this entry also appears in shell/Config.in, next to the echo builtin 183# this entry also appears in shell/Config.in, next to the echo builtin
184config CONFIG_FEATURE_FANCY_ECHO 184config CONFIG_FEATURE_FANCY_ECHO
185 bool " Enable echo options (-n and -e)" 185 bool "Enable echo options (-n and -e)"
186 default y 186 default y
187 depends on CONFIG_ECHO 187 depends on CONFIG_ECHO
188 help 188 help
@@ -204,7 +204,7 @@ config CONFIG_EXPR
204 to standard output. 204 to standard output.
205 205
206config CONFIG_EXPR_MATH_SUPPORT_64 206config CONFIG_EXPR_MATH_SUPPORT_64
207 bool " Extend Posix numbers support to 64 bit" 207 bool "Extend Posix numbers support to 64 bit"
208 default n 208 default n
209 depends on CONFIG_EXPR 209 depends on CONFIG_EXPR
210 help 210 help
@@ -232,7 +232,7 @@ config CONFIG_HEAD
232 from files. 232 from files.
233 233
234config CONFIG_FEATURE_FANCY_HEAD 234config CONFIG_FEATURE_FANCY_HEAD
235 bool " Enable head options (-c, -q, and -v)" 235 bool "Enable head options (-c, -q, and -v)"
236 default n 236 default n
237 depends on CONFIG_HEAD 237 depends on CONFIG_HEAD
238 help 238 help
@@ -282,56 +282,56 @@ config CONFIG_LS
282 ls is used to list the contents of directories. 282 ls is used to list the contents of directories.
283 283
284config CONFIG_FEATURE_LS_FILETYPES 284config CONFIG_FEATURE_LS_FILETYPES
285 bool " Enable filetyping options (-p and -F)" 285 bool "Enable filetyping options (-p and -F)"
286 default y 286 default y
287 depends on CONFIG_LS 287 depends on CONFIG_LS
288 help 288 help
289 Enable the ls options (-p and -F). 289 Enable the ls options (-p and -F).
290 290
291config CONFIG_FEATURE_LS_FOLLOWLINKS 291config CONFIG_FEATURE_LS_FOLLOWLINKS
292 bool " Enable symlinks dereferencing (-L)" 292 bool "Enable symlinks dereferencing (-L)"
293 default y 293 default y
294 depends on CONFIG_LS 294 depends on CONFIG_LS
295 help 295 help
296 Enable the ls option (-L). 296 Enable the ls option (-L).
297 297
298config CONFIG_FEATURE_LS_RECURSIVE 298config CONFIG_FEATURE_LS_RECURSIVE
299 bool " Enable recursion (-R)" 299 bool "Enable recursion (-R)"
300 default y 300 default y
301 depends on CONFIG_LS 301 depends on CONFIG_LS
302 help 302 help
303 Enable the ls option (-R). 303 Enable the ls option (-R).
304 304
305config CONFIG_FEATURE_LS_SORTFILES 305config CONFIG_FEATURE_LS_SORTFILES
306 bool " Sort the file names" 306 bool "Sort the file names"
307 default y 307 default y
308 depends on CONFIG_LS 308 depends on CONFIG_LS
309 help 309 help
310 Allow ls to sort file names alphabetically. 310 Allow ls to sort file names alphabetically.
311 311
312config CONFIG_FEATURE_LS_TIMESTAMPS 312config CONFIG_FEATURE_LS_TIMESTAMPS
313 bool " Show file timestamps" 313 bool "Show file timestamps"
314 default y 314 default y
315 depends on CONFIG_LS 315 depends on CONFIG_LS
316 help 316 help
317 Allow ls to display timestamps for files. 317 Allow ls to display timestamps for files.
318 318
319config CONFIG_FEATURE_LS_USERNAME 319config CONFIG_FEATURE_LS_USERNAME
320 bool " Show username/groupnames" 320 bool "Show username/groupnames"
321 default y 321 default y
322 depends on CONFIG_LS 322 depends on CONFIG_LS
323 help 323 help
324 Allow ls to display username/groupname for files. 324 Allow ls to display username/groupname for files.
325 325
326config CONFIG_FEATURE_LS_COLOR 326config CONFIG_FEATURE_LS_COLOR
327 bool " Allow use of color to identify file types" 327 bool "Allow use of color to identify file types"
328 default y 328 default y
329 depends on CONFIG_LS 329 depends on CONFIG_LS
330 help 330 help
331 This enables the --color option to ls. 331 This enables the --color option to ls.
332 332
333config CONFIG_FEATURE_LS_COLOR_IS_DEFAULT 333config CONFIG_FEATURE_LS_COLOR_IS_DEFAULT
334 bool " Produce colored ls output by default" 334 bool "Produce colored ls output by default"
335 default n 335 default n
336 depends on CONFIG_FEATURE_LS_COLOR 336 depends on CONFIG_FEATURE_LS_COLOR
337 help 337 help
@@ -448,7 +448,7 @@ config CONFIG_SLEEP
448 sleep is used to pause for a specified number of seconds, 448 sleep is used to pause for a specified number of seconds,
449 449
450config CONFIG_FEATURE_FANCY_SLEEP 450config CONFIG_FEATURE_FANCY_SLEEP
451 bool " Enable multiple integer args and optional time suffixes" 451 bool "Enable multiple integer args and optional time suffixes"
452 default n 452 default n
453 depends on CONFIG_SLEEP 453 depends on CONFIG_SLEEP
454 help 454 help
@@ -461,7 +461,7 @@ config CONFIG_SORT
461 sort is used to sort lines of text in specified files. 461 sort is used to sort lines of text in specified files.
462 462
463config CONFIG_FEATURE_SORT_BIG 463config CONFIG_FEATURE_SORT_BIG
464 bool " full SuSv3 compliant sort (Support -ktcsbdfiozgM)" 464 bool "full SuSv3 compliant sort (Support -ktcsbdfiozgM)"
465 default y 465 default y
466 depends on CONFIG_SORT 466 depends on CONFIG_SORT
467 help 467 help
@@ -479,7 +479,7 @@ config CONFIG_STAT
479 display file or filesystem status. 479 display file or filesystem status.
480 480
481config CONFIG_FEATURE_STAT_FORMAT 481config CONFIG_FEATURE_STAT_FORMAT
482 bool " Enable custom formats (-c)" 482 bool "Enable custom formats (-c)"
483 default n 483 default n
484 depends on CONFIG_STAT 484 depends on CONFIG_STAT
485 help 485 help
@@ -513,7 +513,7 @@ config CONFIG_TAIL
513 from files. 513 from files.
514 514
515config CONFIG_FEATURE_FANCY_TAIL 515config CONFIG_FEATURE_FANCY_TAIL
516 bool " Enable extra tail options (-q, -s, and -v)" 516 bool "Enable extra tail options (-q, -s, and -v)"
517 default y 517 default y
518 depends on CONFIG_TAIL 518 depends on CONFIG_TAIL
519 help 519 help
@@ -528,7 +528,7 @@ config CONFIG_TEE
528 to standard output and files. 528 to standard output and files.
529 529
530config CONFIG_FEATURE_TEE_USE_BLOCK_IO 530config CONFIG_FEATURE_TEE_USE_BLOCK_IO
531 bool " Enable block i/o (larger/faster) instead of byte i/o." 531 bool "Enable block i/o (larger/faster) instead of byte i/o."
532 default n 532 default n
533 depends on CONFIG_TEE 533 depends on CONFIG_TEE
534 help 534 help
@@ -543,7 +543,7 @@ config CONFIG_TEST
543 and bash) have test builtin. 543 and bash) have test builtin.
544 544
545config CONFIG_FEATURE_TEST_64 545config CONFIG_FEATURE_TEST_64
546 bool " Extend test to 64 bit" 546 bool "Extend test to 64 bit"
547 default n 547 default n
548 depends on CONFIG_TEST 548 depends on CONFIG_TEST
549 help 549 help
@@ -564,7 +564,7 @@ config CONFIG_TR
564 input, writing to standard output. 564 input, writing to standard output.
565 565
566config CONFIG_FEATURE_TR_CLASSES 566config CONFIG_FEATURE_TR_CLASSES
567 bool " Enable character classes (such as [:upper:])" 567 bool "Enable character classes (such as [:upper:])"
568 default n 568 default n
569 depends on CONFIG_TR 569 depends on CONFIG_TR
570 help 570 help
@@ -572,7 +572,7 @@ config CONFIG_FEATURE_TR_CLASSES
572 tr [:upper:] [:lower:] to convert input into lowercase. 572 tr [:upper:] [:lower:] to convert input into lowercase.
573 573
574config CONFIG_FEATURE_TR_EQUIV 574config CONFIG_FEATURE_TR_EQUIV
575 bool " Enable equivalence classes" 575 bool "Enable equivalence classes"
576 default n 576 default n
577 depends on CONFIG_TR 577 depends on CONFIG_TR
578 help 578 help
@@ -665,7 +665,7 @@ comment "Common options for cp and mv"
665 depends on CONFIG_CP || CONFIG_MV 665 depends on CONFIG_CP || CONFIG_MV
666 666
667config CONFIG_FEATURE_PRESERVE_HARDLINKS 667config CONFIG_FEATURE_PRESERVE_HARDLINKS
668 bool " Preserve hard links" 668 bool "Preserve hard links"
669 default n 669 default n
670 depends on CONFIG_CP || CONFIG_MV 670 depends on CONFIG_CP || CONFIG_MV
671 help 671 help
@@ -675,7 +675,7 @@ comment "Common options for ls, more and telnet"
675 depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET 675 depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
676 676
677config CONFIG_FEATURE_AUTOWIDTH 677config CONFIG_FEATURE_AUTOWIDTH
678 bool " Calculate terminal & column widths" 678 bool "Calculate terminal & column widths"
679 default y 679 default y
680 depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET 680 depends on CONFIG_LS || CONFIG_MORE || CONFIG_TELNET
681 help 681 help
@@ -689,7 +689,7 @@ comment "Common options for df, du, ls"
689 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS 689 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS
690 690
691config CONFIG_FEATURE_HUMAN_READABLE 691config CONFIG_FEATURE_HUMAN_READABLE
692 bool " Support for human readable output (example 13k, 23M, 235G)" 692 bool "Support for human readable output (example 13k, 23M, 235G)"
693 default n 693 default n
694 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS 694 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS
695 help 695 help
@@ -699,7 +699,7 @@ comment "Common options for md5sum, sha1sum"
699 depends on CONFIG_MD5SUM || CONFIG_SHA1SUM 699 depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
700 700
701config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK 701config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK
702 bool " Enable -c, -s and -w options" 702 bool "Enable -c, -s and -w options"
703 default n 703 default n
704 depends on CONFIG_MD5SUM || CONFIG_SHA1SUM 704 depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
705 help 705 help
diff --git a/debianutils/Config.in b/debianutils/Config.in
index f13d56ec7..146a24e61 100644
--- a/debianutils/Config.in
+++ b/debianutils/Config.in
@@ -25,7 +25,7 @@ config CONFIG_READLINK
25 of the file it points to 25 of the file it points to
26 26
27config CONFIG_FEATURE_READLINK_FOLLOW 27config CONFIG_FEATURE_READLINK_FOLLOW
28 bool " Enable canonicalization by following all symlinks (-f)" 28 bool "Enable canonicalization by following all symlinks (-f)"
29 default n 29 default n
30 depends on CONFIG_READLINK 30 depends on CONFIG_READLINK
31 help 31 help
diff --git a/editors/Config.in b/editors/Config.in
index bb0285976..a30879c63 100644
--- a/editors/Config.in
+++ b/editors/Config.in
@@ -13,7 +13,7 @@ config CONFIG_AWK
13 the BusyBox implementation of that programming language. 13 the BusyBox implementation of that programming language.
14 14
15config CONFIG_FEATURE_AWK_MATH 15config CONFIG_FEATURE_AWK_MATH
16 bool " Enable math functions (requires libm)" 16 bool "Enable math functions (requires libm)"
17 default y 17 default y
18 depends on CONFIG_AWK 18 depends on CONFIG_AWK
19 help 19 help
@@ -43,7 +43,7 @@ config CONFIG_VI
43 you may wish to use something else. 43 you may wish to use something else.
44 44
45config CONFIG_FEATURE_VI_COLON 45config CONFIG_FEATURE_VI_COLON
46 bool " Enable \":\" colon commands (no \"ex\" mode)" 46 bool "Enable \":\" colon commands (no \"ex\" mode)"
47 default y 47 default y
48 depends on CONFIG_VI 48 depends on CONFIG_VI
49 help 49 help
@@ -51,7 +51,7 @@ config CONFIG_FEATURE_VI_COLON
51 provide an "ex" mode. 51 provide an "ex" mode.
52 52
53config CONFIG_FEATURE_VI_YANKMARK 53config CONFIG_FEATURE_VI_YANKMARK
54 bool " Enable yank/put commands and mark cmds" 54 bool "Enable yank/put commands and mark cmds"
55 default y 55 default y
56 depends on CONFIG_VI 56 depends on CONFIG_VI
57 help 57 help
@@ -59,7 +59,7 @@ config CONFIG_FEATURE_VI_YANKMARK
59 busybox vi. 59 busybox vi.
60 60
61config CONFIG_FEATURE_VI_SEARCH 61config CONFIG_FEATURE_VI_SEARCH
62 bool " Enable search and replace cmds" 62 bool "Enable search and replace cmds"
63 default y 63 default y
64 depends on CONFIG_VI 64 depends on CONFIG_VI
65 help 65 help
@@ -67,7 +67,7 @@ config CONFIG_FEATURE_VI_SEARCH
67 busybox vi. 67 busybox vi.
68 68
69config CONFIG_FEATURE_VI_USE_SIGNALS 69config CONFIG_FEATURE_VI_USE_SIGNALS
70 bool " Catch signals" 70 bool "Catch signals"
71 default y 71 default y
72 depends on CONFIG_VI 72 depends on CONFIG_VI
73 help 73 help
@@ -76,14 +76,14 @@ config CONFIG_FEATURE_VI_USE_SIGNALS
76 Ctrl-Z and Ctrl-C and alarms. 76 Ctrl-Z and Ctrl-C and alarms.
77 77
78config CONFIG_FEATURE_VI_DOT_CMD 78config CONFIG_FEATURE_VI_DOT_CMD
79 bool " Remember previous cmd and \".\" cmd" 79 bool "Remember previous cmd and \".\" cmd"
80 default y 80 default y
81 depends on CONFIG_VI 81 depends on CONFIG_VI
82 help 82 help
83 Make busybox vi remember the last command and be able to repeat it. 83 Make busybox vi remember the last command and be able to repeat it.
84 84
85config CONFIG_FEATURE_VI_READONLY 85config CONFIG_FEATURE_VI_READONLY
86 bool " Enable -R option and \"view\" mode" 86 bool "Enable -R option and \"view\" mode"
87 default y 87 default y
88 depends on CONFIG_VI 88 depends on CONFIG_VI
89 help 89 help
@@ -91,28 +91,28 @@ config CONFIG_FEATURE_VI_READONLY
91 open a file in read-only mode. 91 open a file in read-only mode.
92 92
93config CONFIG_FEATURE_VI_SETOPTS 93config CONFIG_FEATURE_VI_SETOPTS
94 bool " Enable set-able options, ai ic showmatch" 94 bool "Enable set-able options, ai ic showmatch"
95 default y 95 default y
96 depends on CONFIG_VI 96 depends on CONFIG_VI
97 help 97 help
98 Enable the editor to set some (ai, ic, showmatch) options. 98 Enable the editor to set some (ai, ic, showmatch) options.
99 99
100config CONFIG_FEATURE_VI_SET 100config CONFIG_FEATURE_VI_SET
101 bool " Support for :set" 101 bool "Support for :set"
102 default y 102 default y
103 depends on CONFIG_VI 103 depends on CONFIG_VI
104 help 104 help
105 Support for ":set". 105 Support for ":set".
106 106
107config CONFIG_FEATURE_VI_WIN_RESIZE 107config CONFIG_FEATURE_VI_WIN_RESIZE
108 bool " Handle window resize" 108 bool "Handle window resize"
109 default y 109 default y
110 depends on CONFIG_VI 110 depends on CONFIG_VI
111 help 111 help
112 Make busybox vi behave nicely with terminals that get resized. 112 Make busybox vi behave nicely with terminals that get resized.
113 113
114config CONFIG_FEATURE_VI_OPTIMIZE_CURSOR 114config CONFIG_FEATURE_VI_OPTIMIZE_CURSOR
115 bool " Optimize cursor movement" 115 bool "Optimize cursor movement"
116 default y 116 default y
117 depends on CONFIG_VI 117 depends on CONFIG_VI
118 help 118 help
diff --git a/findutils/Config.in b/findutils/Config.in
index 050fe901d..3a9a506d7 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -12,7 +12,7 @@ config CONFIG_FIND
12 find is used to search your system to find specified files. 12 find is used to search your system to find specified files.
13 13
14config CONFIG_FEATURE_FIND_MTIME 14config CONFIG_FEATURE_FIND_MTIME
15 bool " Enable modified time matching (-mtime) option" 15 bool "Enable modified time matching (-mtime) option"
16 default y 16 default y
17 depends on CONFIG_FIND 17 depends on CONFIG_FIND
18 help 18 help
@@ -20,7 +20,7 @@ config CONFIG_FEATURE_FIND_MTIME
20 files, in days. 20 files, in days.
21 21
22config CONFIG_FEATURE_FIND_MMIN 22config CONFIG_FEATURE_FIND_MMIN
23 bool " Enable modified time matching (-min) option" 23 bool "Enable modified time matching (-min) option"
24 default y 24 default y
25 depends on CONFIG_FIND 25 depends on CONFIG_FIND
26 help 26 help
@@ -28,14 +28,14 @@ config CONFIG_FEATURE_FIND_MMIN
28 files, in minutes. 28 files, in minutes.
29 29
30config CONFIG_FEATURE_FIND_PERM 30config CONFIG_FEATURE_FIND_PERM
31 bool " Enable permissions matching (-perm) option" 31 bool "Enable permissions matching (-perm) option"
32 default y 32 default y
33 depends on CONFIG_FIND 33 depends on CONFIG_FIND
34 help 34 help
35 Enable searching based on file permissions. 35 Enable searching based on file permissions.
36 36
37config CONFIG_FEATURE_FIND_TYPE 37config CONFIG_FEATURE_FIND_TYPE
38 bool " Enable filetype matching (-type) option" 38 bool "Enable filetype matching (-type) option"
39 default y 39 default y
40 depends on CONFIG_FIND 40 depends on CONFIG_FIND
41 help 41 help
@@ -43,7 +43,7 @@ config CONFIG_FEATURE_FIND_TYPE
43 directory, socket, device, etc.). 43 directory, socket, device, etc.).
44 44
45config CONFIG_FEATURE_FIND_XDEV 45config CONFIG_FEATURE_FIND_XDEV
46 bool " Enable stay in filesystem (-xdev) option" 46 bool "Enable stay in filesystem (-xdev) option"
47 default y 47 default y
48 depends on CONFIG_FIND 48 depends on CONFIG_FIND
49 help 49 help
@@ -51,7 +51,7 @@ config CONFIG_FEATURE_FIND_XDEV
51 filesystem. 51 filesystem.
52 52
53config CONFIG_FEATURE_FIND_NEWER 53config CONFIG_FEATURE_FIND_NEWER
54 bool " Enable -newer option for comparing file mtimes" 54 bool "Enable -newer option for comparing file mtimes"
55 default y 55 default y
56 depends on CONFIG_FIND 56 depends on CONFIG_FIND
57 help 57 help
@@ -59,14 +59,14 @@ config CONFIG_FEATURE_FIND_NEWER
59 a modified time that is more recent than the specified FILE. 59 a modified time that is more recent than the specified FILE.
60 60
61config CONFIG_FEATURE_FIND_INUM 61config CONFIG_FEATURE_FIND_INUM
62 bool " Enable inode number matching (-inum) option" 62 bool "Enable inode number matching (-inum) option"
63 default y 63 default y
64 depends on CONFIG_FIND 64 depends on CONFIG_FIND
65 help 65 help
66 Support the 'find -inum' option for searching by inode number. 66 Support the 'find -inum' option for searching by inode number.
67 67
68config CONFIG_FEATURE_FIND_EXEC 68config CONFIG_FEATURE_FIND_EXEC
69 bool " Enable (-exec) option allowing execution of commands" 69 bool "Enable (-exec) option allowing execution of commands"
70 default y 70 default y
71 depends on CONFIG_FIND 71 depends on CONFIG_FIND
72 help 72 help
@@ -80,7 +80,7 @@ config CONFIG_GREP
80 grep is used to search files for a specified pattern. 80 grep is used to search files for a specified pattern.
81 81
82config CONFIG_FEATURE_GREP_EGREP_ALIAS 82config CONFIG_FEATURE_GREP_EGREP_ALIAS
83 bool " Support extended regular expressions (egrep & grep -E)" 83 bool "Support extended regular expressions (egrep & grep -E)"
84 default y 84 default y
85 depends on CONFIG_GREP 85 depends on CONFIG_GREP
86 help 86 help
@@ -89,7 +89,7 @@ config CONFIG_FEATURE_GREP_EGREP_ALIAS
89 and various repetition operators. 89 and various repetition operators.
90 90
91config CONFIG_FEATURE_GREP_FGREP_ALIAS 91config CONFIG_FEATURE_GREP_FGREP_ALIAS
92 bool " Alias fgrep to grep -F" 92 bool "Alias fgrep to grep -F"
93 default y 93 default y
94 depends on CONFIG_GREP 94 depends on CONFIG_GREP
95 help 95 help
@@ -98,7 +98,7 @@ config CONFIG_FEATURE_GREP_FGREP_ALIAS
98 grep -F is always builtin, this just creates the fgrep alias. 98 grep -F is always builtin, this just creates the fgrep alias.
99 99
100config CONFIG_FEATURE_GREP_CONTEXT 100config CONFIG_FEATURE_GREP_CONTEXT
101 bool " Enable before and after context flags (-A, -B and -C)" 101 bool "Enable before and after context flags (-A, -B and -C)"
102 default y 102 default y
103 depends on CONFIG_GREP 103 depends on CONFIG_GREP
104 help 104 help
@@ -114,7 +114,7 @@ config CONFIG_XARGS
114 every item from standard input. 114 every item from standard input.
115 115
116config CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION 116config CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION
117 bool " Enable prompt and confirmation option -p" 117 bool "Enable prompt and confirmation option -p"
118 default n 118 default n
119 depends on CONFIG_XARGS 119 depends on CONFIG_XARGS
120 help 120 help
@@ -122,7 +122,7 @@ config CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION
122 line and read a line from the terminal. 122 line and read a line from the terminal.
123 123
124config CONFIG_FEATURE_XARGS_SUPPORT_QUOTES 124config CONFIG_FEATURE_XARGS_SUPPORT_QUOTES
125 bool " Enable support single and double quotes and backslash" 125 bool "Enable support single and double quotes and backslash"
126 default n 126 default n
127 depends on CONFIG_XARGS 127 depends on CONFIG_XARGS
128 help 128 help
@@ -130,7 +130,7 @@ config CONFIG_FEATURE_XARGS_SUPPORT_QUOTES
130 and backslash for can use aruments with spaces. 130 and backslash for can use aruments with spaces.
131 131
132config CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT 132config CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT
133 bool " Enable support options -x" 133 bool "Enable support options -x"
134 default n 134 default n
135 depends on CONFIG_XARGS 135 depends on CONFIG_XARGS
136 help 136 help
@@ -138,7 +138,7 @@ config CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT
138 is exceeded. 138 is exceeded.
139 139
140config CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM 140config CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM
141 bool " Enable options -0" 141 bool "Enable options -0"
142 default n 142 default n
143 depends on CONFIG_XARGS 143 depends on CONFIG_XARGS
144 help 144 help
diff --git a/init/Config.in b/init/Config.in
index d1e5f4712..113747133 100644
--- a/init/Config.in
+++ b/init/Config.in
@@ -12,14 +12,14 @@ config CONFIG_INIT
12 init is the first program run when the system boots. 12 init is the first program run when the system boots.
13 13
14config CONFIG_FEATURE_USE_INITTAB 14config CONFIG_FEATURE_USE_INITTAB
15 bool " Support reading an inittab file" 15 bool "Support reading an inittab file"
16 default y 16 default y
17 depends on CONFIG_INIT 17 depends on CONFIG_INIT
18 help 18 help
19 Allow init to read an inittab file when the system boot. 19 Allow init to read an inittab file when the system boot.
20 20
21config CONFIG_FEATURE_INIT_SCTTY 21config CONFIG_FEATURE_INIT_SCTTY
22 bool " Support running commands with a controlling-tty" 22 bool "Support running commands with a controlling-tty"
23 default n 23 default n
24 depends on CONFIG_INIT 24 depends on CONFIG_INIT
25 help 25 help
@@ -30,14 +30,14 @@ config CONFIG_FEATURE_INIT_SCTTY
30 the console is only accessed during development or for maintenance. 30 the console is only accessed during development or for maintenance.
31 31
32config CONFIG_FEATURE_EXTRA_QUIET 32config CONFIG_FEATURE_EXTRA_QUIET
33 bool " Be _extra_ quiet on boot" 33 bool "Be _extra_ quiet on boot"
34 default y 34 default y
35 depends on CONFIG_INIT 35 depends on CONFIG_INIT
36 help 36 help
37 Prevent init from logging some messages to the console during boot. 37 Prevent init from logging some messages to the console during boot.
38 38
39config CONFIG_FEATURE_INIT_COREDUMPS 39config CONFIG_FEATURE_INIT_COREDUMPS
40 bool " Support dumping core for child processes (debugging only)" 40 bool "Support dumping core for child processes (debugging only)"
41 default n 41 default n
42 depends on CONFIG_INIT 42 depends on CONFIG_INIT
43 help 43 help
@@ -49,7 +49,7 @@ config CONFIG_FEATURE_INIT_COREDUMPS
49 49
50 50
51config CONFIG_FEATURE_INITRD 51config CONFIG_FEATURE_INITRD
52 bool " Support running init from within an initrd (not initramfs)" 52 bool "Support running init from within an initrd (not initramfs)"
53 default y 53 default y
54 depends on CONFIG_INIT 54 depends on CONFIG_INIT
55 help 55 help
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 48bb1fee3..3bbb6d90c 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -84,14 +84,14 @@ config CONFIG_GETTY
84 getty lets you log in on a tty, it is normally invoked by init. 84 getty lets you log in on a tty, it is normally invoked by init.
85 85
86config CONFIG_FEATURE_UTMP 86config CONFIG_FEATURE_UTMP
87 bool " Support utmp file" 87 bool "Support utmp file"
88 depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_WHO 88 depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_WHO
89 default n 89 default n
90 help 90 help
91 The file /var/run/utmp is used to track who is currently logged in. 91 The file /var/run/utmp is used to track who is currently logged in.
92 92
93config CONFIG_FEATURE_WTMP 93config CONFIG_FEATURE_WTMP
94 bool " Support wtmp file" 94 bool "Support wtmp file"
95 depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_LAST 95 depends on CONFIG_GETTY || CONFIG_LOGIN || CONFIG_SU || CONFIG_LAST
96 default n 96 default n
97 select CONFIG_FEATURE_UTMP 97 select CONFIG_FEATURE_UTMP
@@ -110,7 +110,7 @@ config CONFIG_LOGIN
110 work properly. 110 work properly.
111 111
112config CONFIG_FEATURE_SECURETTY 112config CONFIG_FEATURE_SECURETTY
113 bool " Support for /etc/securetty" 113 bool "Support for /etc/securetty"
114 default y 114 default y
115 depends on CONFIG_LOGIN 115 depends on CONFIG_LOGIN
116 help 116 help
diff --git a/miscutils/Config.in b/miscutils/Config.in
index dcd19ad0d..45803ef7c 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -35,7 +35,7 @@ config CONFIG_CROND
35 work properly. 35 work properly.
36 36
37config CONFIG_FEATURE_CROND_CALL_SENDMAIL 37config CONFIG_FEATURE_CROND_CALL_SENDMAIL
38 bool " Using /usr/sbin/sendmail?" 38 bool "Using /usr/sbin/sendmail?"
39 default n 39 default n
40 depends on CONFIG_CROND 40 depends on CONFIG_CROND
41 help 41 help
@@ -112,7 +112,7 @@ config CONFIG_LESS
112 a wide array of features, and is an improvement over 'more'. 112 a wide array of features, and is an improvement over 'more'.
113 113
114config CONFIG_FEATURE_LESS_BRACKETS 114config CONFIG_FEATURE_LESS_BRACKETS
115 bool " Enable bracket searching" 115 bool "Enable bracket searching"
116 default y 116 default y
117 depends on CONFIG_LESS 117 depends on CONFIG_LESS
118 help 118 help
@@ -120,7 +120,7 @@ config CONFIG_FEATURE_LESS_BRACKETS
120 brackets, facilitating programming. 120 brackets, facilitating programming.
121 121
122config CONFIG_FEATURE_LESS_FLAGS 122config CONFIG_FEATURE_LESS_FLAGS
123 bool " Enable extra flags" 123 bool "Enable extra flags"
124 default y 124 default y
125 depends on CONFIG_LESS 125 depends on CONFIG_LESS
126 help 126 help
@@ -130,7 +130,7 @@ config CONFIG_FEATURE_LESS_FLAGS
130 The -m flag enables a simpler status line with a percentage. 130 The -m flag enables a simpler status line with a percentage.
131 131
132config CONFIG_FEATURE_LESS_FLAGCS 132config CONFIG_FEATURE_LESS_FLAGCS
133 bool " Enable flag changes" 133 bool "Enable flag changes"
134 default n 134 default n
135 depends on CONFIG_LESS 135 depends on CONFIG_LESS
136 help 136 help
@@ -138,14 +138,14 @@ config CONFIG_FEATURE_LESS_FLAGCS
138 less itself. 138 less itself.
139 139
140config CONFIG_FEATURE_LESS_MARKS 140config CONFIG_FEATURE_LESS_MARKS
141 bool " Enable marks" 141 bool "Enable marks"
142 default n 142 default n
143 depends on CONFIG_LESS 143 depends on CONFIG_LESS
144 help 144 help
145 Marks enable positions in a file to be stored for easy reference. 145 Marks enable positions in a file to be stored for easy reference.
146 146
147config CONFIG_FEATURE_LESS_REGEXP 147config CONFIG_FEATURE_LESS_REGEXP
148 bool " Enable regular expressions" 148 bool "Enable regular expressions"
149 default n 149 default n
150 depends on CONFIG_LESS 150 depends on CONFIG_LESS
151 help 151 help
@@ -160,7 +160,7 @@ config CONFIG_HDPARM
160 CONFIG_FEATURE_HDPARM_GET_IDENTITY option).... 160 CONFIG_FEATURE_HDPARM_GET_IDENTITY option)....
161 161
162config CONFIG_FEATURE_HDPARM_GET_IDENTITY 162config CONFIG_FEATURE_HDPARM_GET_IDENTITY
163 bool " Support obtaining detailed information directly from drives" 163 bool "Support obtaining detailed information directly from drives"
164 default y 164 default y
165 depends on CONFIG_HDPARM 165 depends on CONFIG_HDPARM
166 help 166 help
@@ -169,7 +169,7 @@ config CONFIG_FEATURE_HDPARM_GET_IDENTITY
169 feature set. Enabling this option will add about 16k... 169 feature set. Enabling this option will add about 16k...
170 170
171config CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF 171config CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF
172 bool " Register an IDE interface (DANGEROUS)" 172 bool "Register an IDE interface (DANGEROUS)"
173 default n 173 default n
174 depends on CONFIG_HDPARM 174 depends on CONFIG_HDPARM
175 help 175 help
@@ -177,7 +177,7 @@ config CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF
177 This is dangerous stuff, so you should probably say N. 177 This is dangerous stuff, so you should probably say N.
178 178
179config CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF 179config CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
180 bool " Un-register an IDE interface (DANGEROUS)" 180 bool "Un-register an IDE interface (DANGEROUS)"
181 default n 181 default n
182 depends on CONFIG_HDPARM 182 depends on CONFIG_HDPARM
183 help 183 help
@@ -185,7 +185,7 @@ config CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF
185 This is dangerous stuff, so you should probably say N. 185 This is dangerous stuff, so you should probably say N.
186 186
187config CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET 187config CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET
188 bool " perform device reset (DANGEROUS)" 188 bool "perform device reset (DANGEROUS)"
189 default n 189 default n
190 depends on CONFIG_HDPARM 190 depends on CONFIG_HDPARM
191 help 191 help
@@ -193,7 +193,7 @@ config CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET
193 This is dangerous stuff, so you should probably say N. 193 This is dangerous stuff, so you should probably say N.
194 194
195config CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF 195config CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
196 bool " tristate device for hotswap (DANGEROUS)" 196 bool "tristate device for hotswap (DANGEROUS)"
197 default n 197 default n
198 depends on CONFIG_HDPARM 198 depends on CONFIG_HDPARM
199 help 199 help
@@ -202,7 +202,7 @@ config CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF
202 stuff, so you should probably say N. 202 stuff, so you should probably say N.
203 203
204config CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA 204config CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA
205 bool " get/set using_dma flag (DANGEROUS)" 205 bool "get/set using_dma flag (DANGEROUS)"
206 default n 206 default n
207 depends on CONFIG_HDPARM 207 depends on CONFIG_HDPARM
208 help 208 help
diff --git a/modutils/Config.in b/modutils/Config.in
index b04988c7a..4384c54c8 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -111,7 +111,7 @@ comment "Options common to multiple modutils"
111 111
112config CONFIG_FEATURE_CHECK_TAINTED_MODULE 112config CONFIG_FEATURE_CHECK_TAINTED_MODULE
113 # Simulate indentation 113 # Simulate indentation
114 bool " Support tainted module checking with new kernels" 114 bool "Support tainted module checking with new kernels"
115 default y 115 default y
116 depends on CONFIG_INSMOD || CONFIG_LSMOD 116 depends on CONFIG_INSMOD || CONFIG_LSMOD
117 help 117 help
@@ -122,7 +122,7 @@ config CONFIG_FEATURE_CHECK_TAINTED_MODULE
122 122
123config CONFIG_FEATURE_2_4_MODULES 123config CONFIG_FEATURE_2_4_MODULES
124 # Simulate indentation 124 # Simulate indentation
125 bool " Support version 2.2.x to 2.4.x Linux kernels" 125 bool "Support version 2.2.x to 2.4.x Linux kernels"
126 default y 126 default y
127 depends on CONFIG_INSMOD || CONFIG_RMMOD 127 depends on CONFIG_INSMOD || CONFIG_RMMOD
128 help 128 help
@@ -130,7 +130,7 @@ config CONFIG_FEATURE_2_4_MODULES
130 130
131config CONFIG_FEATURE_2_6_MODULES 131config CONFIG_FEATURE_2_6_MODULES
132 # Simulate indentation 132 # Simulate indentation
133 bool " Support version 2.6.x Linux kernels" 133 bool "Support version 2.6.x Linux kernels"
134 default y 134 default y
135 depends on CONFIG_INSMOD || CONFIG_RMMOD || CONFIG_MODPROBE 135 depends on CONFIG_INSMOD || CONFIG_RMMOD || CONFIG_MODPROBE
136 help 136 help
diff --git a/procps/Config.in b/procps/Config.in
index 52bfd3f43..2183fab9a 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -46,14 +46,14 @@ config CONFIG_PIDOF
46 those id's on the standard output. 46 those id's on the standard output.
47 47
48config CONFIG_FEATURE_PIDOF_SINGLE 48config CONFIG_FEATURE_PIDOF_SINGLE
49 bool " Enable argument for single shot (-s)" 49 bool "Enable argument for single shot (-s)"
50 default n 50 default n
51 depends on CONFIG_PIDOF 51 depends on CONFIG_PIDOF
52 help 52 help
53 Support argument '-s' for returning only the first pid found. 53 Support argument '-s' for returning only the first pid found.
54 54
55config CONFIG_FEATURE_PIDOF_OMIT 55config CONFIG_FEATURE_PIDOF_OMIT
56 bool " Enable argument for omitting pids (-o)" 56 bool "Enable argument for omitting pids (-o)"
57 default n 57 default n
58 depends on CONFIG_PIDOF 58 depends on CONFIG_PIDOF
59 help 59 help
@@ -68,7 +68,7 @@ config CONFIG_PS
68 ps gives a snapshot of the current processes. 68 ps gives a snapshot of the current processes.
69 69
70config CONFIG_FEATURE_PS_WIDE 70config CONFIG_FEATURE_PS_WIDE
71 bool " Enable argument for wide output (-w)" 71 bool "Enable argument for wide output (-w)"
72 default n 72 default n
73 depends on CONFIG_PS 73 depends on CONFIG_PS
74 help 74 help
@@ -97,7 +97,7 @@ config CONFIG_TOP
97 system. 97 system.
98 98
99config CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE 99config CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
100 bool " Support showing CPU usage percentage (add 2k bytes)" 100 bool "Support showing CPU usage percentage (add 2k bytes)"
101 default y 101 default y
102 depends on CONFIG_TOP 102 depends on CONFIG_TOP
103 help 103 help
diff --git a/shell/Config.in b/shell/Config.in
index fd73b156e..dde8fd1dd 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -48,14 +48,14 @@ comment "Ash Shell Options"
48 depends on CONFIG_ASH 48 depends on CONFIG_ASH
49 49
50config CONFIG_ASH_JOB_CONTROL 50config CONFIG_ASH_JOB_CONTROL
51 bool " Enable Job control" 51 bool "Enable Job control"
52 default y 52 default y
53 depends on CONFIG_ASH 53 depends on CONFIG_ASH
54 help 54 help
55 Enable job control in the ash shell. 55 Enable job control in the ash shell.
56 56
57config CONFIG_ASH_READ_NCHARS 57config CONFIG_ASH_READ_NCHARS
58 bool " Enable 'read -n N' and 'read -s' support" 58 bool "Enable 'read -n N' and 'read -s' support"
59 default n 59 default n
60 depends on CONFIG_ASH 60 depends on CONFIG_ASH
61 help 61 help
@@ -63,7 +63,7 @@ config CONFIG_ASH_READ_NCHARS
63 'read -s' will read without echoing the user's input. 63 'read -s' will read without echoing the user's input.
64 64
65config CONFIG_ASH_READ_TIMEOUT 65config CONFIG_ASH_READ_TIMEOUT
66 bool " Enable 'read -t S' support." 66 bool "Enable 'read -t S' support."
67 default n 67 default n
68 depends on CONFIG_ASH 68 depends on CONFIG_ASH
69 help 69 help
@@ -72,21 +72,21 @@ config CONFIG_ASH_READ_TIMEOUT
72 as a decimal fraction, e.g. 'read -t 2.5 foo'. 72 as a decimal fraction, e.g. 'read -t 2.5 foo'.
73 73
74config CONFIG_ASH_ALIAS 74config CONFIG_ASH_ALIAS
75 bool " Enable alias support" 75 bool "Enable alias support"
76 default y 76 default y
77 depends on CONFIG_ASH 77 depends on CONFIG_ASH
78 help 78 help
79 Enable alias support in the ash shell. 79 Enable alias support in the ash shell.
80 80
81config CONFIG_ASH_MATH_SUPPORT 81config CONFIG_ASH_MATH_SUPPORT
82 bool " Enable Posix math support" 82 bool "Enable Posix math support"
83 default y 83 default y
84 depends on CONFIG_ASH 84 depends on CONFIG_ASH
85 help 85 help
86 Enable math support in the ash shell. 86 Enable math support in the ash shell.
87 87
88config CONFIG_ASH_MATH_SUPPORT_64 88config CONFIG_ASH_MATH_SUPPORT_64
89 bool " Extend Posix math support to 64 bit" 89 bool "Extend Posix math support to 64 bit"
90 default n 90 default n
91 depends on CONFIG_ASH_MATH_SUPPORT 91 depends on CONFIG_ASH_MATH_SUPPORT
92 help 92 help
@@ -95,14 +95,14 @@ config CONFIG_ASH_MATH_SUPPORT_64
95 large numbers. 95 large numbers.
96 96
97config CONFIG_ASH_GETOPTS 97config CONFIG_ASH_GETOPTS
98 bool " Enable getopts builtin to parse positional parameters" 98 bool "Enable getopts builtin to parse positional parameters"
99 default n 99 default n
100 depends on CONFIG_ASH 100 depends on CONFIG_ASH
101 help 101 help
102 Enable getopts builtin in the ash shell. 102 Enable getopts builtin in the ash shell.
103 103
104config CONFIG_ASH_CMDCMD 104config CONFIG_ASH_CMDCMD
105 bool " Enable cmdcmd to override shell builtins" 105 bool "Enable cmdcmd to override shell builtins"
106 default n 106 default n
107 depends on CONFIG_ASH 107 depends on CONFIG_ASH
108 help 108 help
@@ -111,7 +111,7 @@ config CONFIG_ASH_CMDCMD
111 even when there is an ash builtin command with the same name. 111 even when there is an ash builtin command with the same name.
112 112
113config CONFIG_ASH_BUILTIN_ECHO 113config CONFIG_ASH_BUILTIN_ECHO
114 bool " Enable builtin version of 'echo'" 114 bool "Enable builtin version of 'echo'"
115 default n 115 default n
116 depends on CONFIG_ASH 116 depends on CONFIG_ASH
117 help 117 help
@@ -119,28 +119,28 @@ config CONFIG_ASH_BUILTIN_ECHO
119 119
120# this entry also appears in coreutils/Config.in, next to the echo applet 120# this entry also appears in coreutils/Config.in, next to the echo applet
121config CONFIG_FEATURE_FANCY_ECHO 121config CONFIG_FEATURE_FANCY_ECHO
122 bool " Enable echo options (-n and -e)" 122 bool "Enable echo options (-n and -e)"
123 default y 123 default y
124 depends on CONFIG_ASH_BUILTIN_ECHO 124 depends on CONFIG_ASH_BUILTIN_ECHO
125 help 125 help
126 This adds options (-n and -e) to echo. 126 This adds options (-n and -e) to echo.
127 127
128config CONFIG_ASH_MAIL 128config CONFIG_ASH_MAIL
129 bool " Check for new mail on interactive shells" 129 bool "Check for new mail on interactive shells"
130 default y 130 default y
131 depends on CONFIG_ASH 131 depends on CONFIG_ASH
132 help 132 help
133 Enable "check for new mail" in the ash shell. 133 Enable "check for new mail" in the ash shell.
134 134
135config CONFIG_ASH_OPTIMIZE_FOR_SIZE 135config CONFIG_ASH_OPTIMIZE_FOR_SIZE
136 bool " Optimize for size instead of speed" 136 bool "Optimize for size instead of speed"
137 default y 137 default y
138 depends on CONFIG_ASH 138 depends on CONFIG_ASH
139 help 139 help
140 Compile ash for reduced size at the price of speed. 140 Compile ash for reduced size at the price of speed.
141 141
142config CONFIG_ASH_RANDOM_SUPPORT 142config CONFIG_ASH_RANDOM_SUPPORT
143 bool " Enable pseudorandom generator and variable $RANDOM" 143 bool "Enable pseudorandom generator and variable $RANDOM"
144 default n 144 default n
145 depends on CONFIG_ASH 145 depends on CONFIG_ASH
146 help 146 help
@@ -151,7 +151,7 @@ config CONFIG_ASH_RANDOM_SUPPORT
151 variable will no longer have special treatment. 151 variable will no longer have special treatment.
152 152
153config CONFIG_ASH_EXPAND_PRMT 153config CONFIG_ASH_EXPAND_PRMT
154 bool " Expand prompt string" 154 bool "Expand prompt string"
155 default n 155 default n
156 depends on CONFIG_ASH 156 depends on CONFIG_ASH
157 help 157 help
diff --git a/sysklogd/Config.in b/sysklogd/Config.in
index f77d79e8c..05983b68d 100644
--- a/sysklogd/Config.in
+++ b/sysklogd/Config.in
@@ -21,7 +21,7 @@ config CONFIG_SYSLOGD
21 you wait long enough.... 21 you wait long enough....
22 22
23config CONFIG_FEATURE_ROTATE_LOGFILE 23config CONFIG_FEATURE_ROTATE_LOGFILE
24 bool " Rotate message files" 24 bool "Rotate message files"
25 default n 25 default n
26 depends on CONFIG_SYSLOGD 26 depends on CONFIG_SYSLOGD
27 help 27 help
@@ -29,7 +29,7 @@ config CONFIG_FEATURE_ROTATE_LOGFILE
29 on his own. No need to use an external rotatescript. 29 on his own. No need to use an external rotatescript.
30 30
31config CONFIG_FEATURE_REMOTE_LOG 31config CONFIG_FEATURE_REMOTE_LOG
32 bool " Remote Log support" 32 bool "Remote Log support"
33 default n 33 default n
34 depends on CONFIG_SYSLOGD 34 depends on CONFIG_SYSLOGD
35 help 35 help
@@ -43,7 +43,7 @@ config CONFIG_FEATURE_REMOTE_LOG
43 by an intruder. 43 by an intruder.
44 44
45config CONFIG_FEATURE_IPC_SYSLOG 45config CONFIG_FEATURE_IPC_SYSLOG
46 bool " Circular Buffer support" 46 bool "Circular Buffer support"
47 default n 47 default n
48 depends on CONFIG_SYSLOGD 48 depends on CONFIG_SYSLOGD
49 help 49 help
@@ -65,7 +65,7 @@ config CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE
65 used to record system log messages. 65 used to record system log messages.
66 66
67config CONFIG_LOGREAD 67config CONFIG_LOGREAD
68 bool " logread" 68 bool "logread"
69 default y 69 default y
70 depends on CONFIG_FEATURE_IPC_SYSLOG 70 depends on CONFIG_FEATURE_IPC_SYSLOG
71 help 71 help
@@ -75,7 +75,7 @@ config CONFIG_LOGREAD
75 stored in the syslogd circular buffer. 75 stored in the syslogd circular buffer.
76 76
77config CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING 77config CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING
78 bool " logread double buffering" 78 bool "logread double buffering"
79 default n 79 default n
80 depends on CONFIG_LOGREAD 80 depends on CONFIG_LOGREAD
81 help 81 help
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 33567d9a9..f76f3f4c4 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -27,7 +27,7 @@ config CONFIG_FBSET
27 if you wish to enable the 'fbset' utility. 27 if you wish to enable the 'fbset' utility.
28 28
29config CONFIG_FEATURE_FBSET_FANCY 29config CONFIG_FEATURE_FBSET_FANCY
30 bool " Turn on extra fbset options" 30 bool "Turn on extra fbset options"
31 default n 31 default n
32 depends on CONFIG_FBSET 32 depends on CONFIG_FBSET
33 help 33 help
@@ -37,7 +37,7 @@ config CONFIG_FEATURE_FBSET_FANCY
37 options. 37 options.
38 38
39config CONFIG_FEATURE_FBSET_READMODE 39config CONFIG_FEATURE_FBSET_READMODE
40 bool " Turn on fbset readmode support" 40 bool "Turn on fbset readmode support"
41 default n 41 default n
42 depends on CONFIG_FBSET 42 depends on CONFIG_FBSET
43 help 43 help
@@ -73,14 +73,14 @@ config CONFIG_FDISK
73 'disk slices' that are defined on a hard drive. 73 'disk slices' that are defined on a hard drive.
74 74
75config FDISK_SUPPORT_LARGE_DISKS 75config FDISK_SUPPORT_LARGE_DISKS
76 bool " support over 4GB disks" 76 bool "support over 4GB disks"
77 default y 77 default y
78 depends on CONFIG_FDISK 78 depends on CONFIG_FDISK
79 help 79 help
80 Enable this option to support large disks > 4GB. 80 Enable this option to support large disks > 4GB.
81 81
82config CONFIG_FEATURE_FDISK_WRITABLE 82config CONFIG_FEATURE_FDISK_WRITABLE
83 bool " Write support" 83 bool "Write support"
84 default y 84 default y
85 depends on CONFIG_FDISK 85 depends on CONFIG_FDISK
86 help 86 help
@@ -89,7 +89,7 @@ config CONFIG_FEATURE_FDISK_WRITABLE
89 disabled, you will only be able to view the partition table. 89 disabled, you will only be able to view the partition table.
90 90
91config CONFIG_FEATURE_AIX_LABEL 91config CONFIG_FEATURE_AIX_LABEL
92 bool " Support AIX disklabels" 92 bool "Support AIX disklabels"
93 default n 93 default n
94 depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE 94 depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
95 help 95 help
@@ -97,7 +97,7 @@ config CONFIG_FEATURE_AIX_LABEL
97 Most people can safely leave this option disabled. 97 Most people can safely leave this option disabled.
98 98
99config CONFIG_FEATURE_SGI_LABEL 99config CONFIG_FEATURE_SGI_LABEL
100 bool " Support SGI disklabels" 100 bool "Support SGI disklabels"
101 default n 101 default n
102 depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE 102 depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
103 help 103 help
@@ -105,7 +105,7 @@ config CONFIG_FEATURE_SGI_LABEL
105 Most people can safely leave this option disabled. 105 Most people can safely leave this option disabled.
106 106
107config CONFIG_FEATURE_SUN_LABEL 107config CONFIG_FEATURE_SUN_LABEL
108 bool " Support SUN disklabels" 108 bool "Support SUN disklabels"
109 default n 109 default n
110 depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE 110 depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
111 help 111 help
@@ -113,7 +113,7 @@ config CONFIG_FEATURE_SUN_LABEL
113 Most people can safely leave this option disabled. 113 Most people can safely leave this option disabled.
114 114
115config CONFIG_FEATURE_OSF_LABEL 115config CONFIG_FEATURE_OSF_LABEL
116 bool " Support BSD disklabels" 116 bool "Support BSD disklabels"
117 default n 117 default n
118 depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE 118 depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
119 help 119 help
@@ -121,7 +121,7 @@ config CONFIG_FEATURE_OSF_LABEL
121 and define and edit BSD disk slices. 121 and define and edit BSD disk slices.
122 122
123config CONFIG_FEATURE_FDISK_ADVANCED 123config CONFIG_FEATURE_FDISK_ADVANCED
124 bool " Support expert mode" 124 bool "Support expert mode"
125 default n 125 default n
126 depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE 126 depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
127 help 127 help
@@ -164,7 +164,7 @@ comment "Minix filesystem support"
164 depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX 164 depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX
165 165
166config CONFIG_FEATURE_MINIX2 166config CONFIG_FEATURE_MINIX2
167 bool " Support Minix fs v2 (fsck_minix/mkfs_minix)" 167 bool "Support Minix fs v2 (fsck_minix/mkfs_minix)"
168 default y 168 default y
169 depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX 169 depends on CONFIG_FSCK_MINIX || CONFIG_MKFS_MINIX
170 help 170 help
@@ -200,7 +200,7 @@ config CONFIG_HWCLOCK
200 correct time when Linux is _not_ running. 200 correct time when Linux is _not_ running.
201 201
202config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS 202config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
203 bool " Support long options (--hctosys,...)" 203 bool "Support long options (--hctosys,...)"
204 default n 204 default n
205 depends on CONFIG_HWCLOCK 205 depends on CONFIG_HWCLOCK
206 help 206 help
@@ -209,7 +209,7 @@ config CONFIG_FEATURE_HWCLOCK_LONGOPTIONS
209 then enable this option. 209 then enable this option.
210 210
211config CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS 211config CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS
212 bool " Use FHS /var/lib/hwclock/adjtime" 212 bool "Use FHS /var/lib/hwclock/adjtime"
213 default y 213 default y
214 depends on CONFIG_HWCLOCK 214 depends on CONFIG_HWCLOCK
215 help 215 help
@@ -255,7 +255,7 @@ config CONFIG_MDEV
255 from sysfs. 255 from sysfs.
256 256
257config CONFIG_FEATURE_MDEV_CONF 257config CONFIG_FEATURE_MDEV_CONF
258 bool " Support /etc/mdev.conf" 258 bool "Support /etc/mdev.conf"
259 default n 259 default n
260 depends on CONFIG_MDEV 260 depends on CONFIG_MDEV
261 help 261 help
@@ -289,7 +289,7 @@ config CONFIG_MKSWAP
289 the swap space using the 'swapon' utility. 289 the swap space using the 'swapon' utility.
290 290
291config CONFIG_FEATURE_MKSWAP_V0 291config CONFIG_FEATURE_MKSWAP_V0
292 bool " version 0 support" 292 bool "version 0 support"
293 default n 293 default n
294 depends on CONFIG_MKSWAP 294 depends on CONFIG_MKSWAP
295# depends on CONFIG_MKSWAP && CONFIG_DEPRECATED 295# depends on CONFIG_MKSWAP && CONFIG_DEPRECATED
@@ -309,7 +309,7 @@ config CONFIG_MORE
309 any need to reading text files, you can leave this disabled. 309 any need to reading text files, you can leave this disabled.
310 310
311config CONFIG_FEATURE_USE_TERMIOS 311config CONFIG_FEATURE_USE_TERMIOS
312 bool " Use termios to manipulate the screen" 312 bool "Use termios to manipulate the screen"
313 default y 313 default y
314 depends on CONFIG_MORE 314 depends on CONFIG_MORE
315 help 315 help
@@ -331,7 +331,7 @@ config CONFIG_MOUNT
331 the 'mount' utility. 331 the 'mount' utility.
332 332
333config CONFIG_FEATURE_MOUNT_NFS 333config CONFIG_FEATURE_MOUNT_NFS
334 bool " Support mounting NFS file systems" 334 bool "Support mounting NFS file systems"
335 default n 335 default n
336 depends on CONFIG_MOUNT 336 depends on CONFIG_MOUNT
337 help 337 help
@@ -413,7 +413,7 @@ config CONFIG_UMOUNT
413 also want to enable 'umount'. 413 also want to enable 'umount'.
414 414
415config CONFIG_FEATURE_UMOUNT_ALL 415config CONFIG_FEATURE_UMOUNT_ALL
416 bool " umount -a option" 416 bool "umount -a option"
417 default n 417 default n
418 depends on CONFIG_UMOUNT 418 depends on CONFIG_UMOUNT
419 help 419 help
@@ -423,7 +423,7 @@ comment "Common options for mount/umount"
423 depends on CONFIG_MOUNT || CONFIG_UMOUNT 423 depends on CONFIG_MOUNT || CONFIG_UMOUNT
424 424
425config CONFIG_FEATURE_MOUNT_LOOP 425config CONFIG_FEATURE_MOUNT_LOOP
426 bool " Support loopback mounts" 426 bool "Support loopback mounts"
427 default n 427 default n
428 depends on CONFIG_MOUNT || CONFIG_UMOUNT 428 depends on CONFIG_MOUNT || CONFIG_UMOUNT
429 help 429 help
@@ -439,7 +439,7 @@ config CONFIG_FEATURE_MOUNT_LOOP
439 (If you don't want umount to free the loop device, use "umount -D".) 439 (If you don't want umount to free the loop device, use "umount -D".)
440 440
441config CONFIG_FEATURE_MTAB_SUPPORT 441config CONFIG_FEATURE_MTAB_SUPPORT
442 bool " Support for the old /etc/mtab file" 442 bool "Support for the old /etc/mtab file"
443 default n 443 default n
444 depends on CONFIG_MOUNT || CONFIG_UMOUNT 444 depends on CONFIG_MOUNT || CONFIG_UMOUNT
445 help 445 help