2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
12 Please submit a patch to add help text for this item.
18 Please submit a patch to add help text for this item.
24 Please submit a patch to add help text for this item.
30 Please submit a patch to add help text for this item.
36 Please submit a patch to add help text for this item.
42 Please submit a patch to add help text for this item.
48 Please submit a patch to add help text for this item.
54 Please submit a patch to add help text for this item.
60 Please submit a patch to add help text for this item.
66 Please submit a patch to add help text for this item.
71 comment "date (forced enabled for use with watch)"
79 Please submit a patch to add help text for this item.
82 config CONFIG_FEATURE_DATE_ISOFMT
83 bool " Enable ISO date format output (-I)"
85 depends on CONFIG_DATE
87 Please submit a patch to add help text for this item.
93 Please submit a patch to add help text for this item.
99 Please submit a patch to add help text for this item.
101 config CONFIG_DIRNAME
105 Please submit a patch to add help text for this item.
107 config CONFIG_DOS2UNIX
108 bool "dos2unix/unix2dos"
111 Please submit a patch to add help text for this item.
117 Please submit a patch to add help text for this item.
123 Please submit a patch to add help text for this item.
129 Please submit a patch to add help text for this item.
135 Please submit a patch to add help text for this item.
137 if CONFIG_HUSH || CONFIG_LASH || CONFIG_MSH
140 comment "false (forced enabled for use with shell)"
143 if !CONFIG_HUSH && !CONFIG_LASH && !CONFIG_MSH
148 Please submit a patch to add help text for this item.
155 Please submit a patch to add help text for this item.
161 Please submit a patch to add help text for this item.
167 Please submit a patch to add help text for this item.
173 Please submit a patch to add help text for this item.
179 Please submit a patch to add help text for this item.
181 config CONFIG_LOGNAME
185 Please submit a patch to add help text for this item.
191 Please submit a patch to add help text for this item.
193 config CONFIG_FEATURE_LS_FILETYPES
194 bool " Enable filetyping options (-p and -F)"
198 Please submit a patch to add help text for this item.
200 config CONFIG_FEATURE_LS_FOLLOWLINKS
201 bool " Enable symlinks dereferencing (-L)"
205 Please submit a patch to add help text for this item.
207 config CONFIG_FEATURE_LS_RECURSIVE
208 bool " Enable recursion (-R)"
212 Please submit a patch to add help text for this item.
214 config CONFIG_FEATURE_LS_SORTFILES
215 bool " Sort the file names"
219 Please submit a patch to add help text for this item.
221 config CONFIG_FEATURE_LS_TIMESTAMPS
222 bool " Show file timestamps"
226 Please submit a patch to add help text for this item.
228 config CONFIG_FEATURE_LS_USERNAME
229 bool " Show username/groupnames"
233 Please submit a patch to add help text for this item.
235 config CONFIG_FEATURE_LS_COLOR
236 bool " Use color to identify file types"
240 Please submit a patch to add help text for this item.
246 Please submit a patch to add help text for this item.
252 Please submit a patch to add help text for this item.
258 Please submit a patch to add help text for this item.
264 Please submit a patch to add help text for this item.
270 Please submit a patch to add help text for this item.
276 Please submit a patch to add help text for this item.
282 Please submit a patch to add help text for this item.
288 Please submit a patch to add help text for this item.
290 config CONFIG_REALPATH
294 Return the canonicalized absolute pathname.
295 This isnt provided by GNU shellutils, but where else does it belong.
301 Please submit a patch to add help text for this item.
307 Please submit a patch to add help text for this item.
313 Please submit a patch to add help text for this item.
319 Please submit a patch to add help text for this item.
321 config CONFIG_FEATURE_SORT_REVERSE
322 bool " Enable reverse sort"
324 depends on CONFIG_SORT
326 Please submit a patch to add help text for this item.
328 config CONFIG_FEATURE_SORT_UNIQUE
329 bool " Enable unique sort"
331 depends on CONFIG_SORT
333 Please submit a patch to add help text for this item.
339 Please submit a patch to add help text for this item.
345 Please submit a patch to add help text for this item.
351 Please submit a patch to add help text for this item.
353 config CONFIG_FEATURE_FANCY_TAIL
354 bool " Enable extra tail options (-c, -q, -s, and -v)"
356 depends on CONFIG_TAIL
358 Please submit a patch to add help text for this item.
364 Please submit a patch to add help text for this item.
366 if CONFIG_ASH || CONFIG_HUSH || CONFIG_LASH || CONFIG_MSH
369 comment "test (forced enabled for use with shell)"
372 if !CONFIG_ASH && !CONFIG_HUSH && !CONFIG_LASH && !CONFIG_MSH
377 Please submit a patch to add help text for this item.
384 Please submit a patch to add help text for this item.
390 Please submit a patch to add help text for this item.
392 if CONFIG_HUSH || CONFIG_LASH || CONFIG_MSH
395 comment "true (forced enabled for use with shell)"
398 if !CONFIG_HUSH && !CONFIG_LASH && !CONFIG_MSH
403 Please submit a patch to add help text for this item.
410 Please submit a patch to add help text for this item.
416 Please submit a patch to add help text for this item.
422 Please submit a patch to add help text for this item.
428 Please submit a patch to add help text for this item.
430 config CONFIG_UUDECODE
434 Please submit a patch to add help text for this item.
436 config CONFIG_UUENCODE
440 Please submit a patch to add help text for this item.
446 Please submit a patch to add help text for this item.
452 Please submit a patch to add help text for this item.
458 Please submit a patch to add help text for this item.
464 Please submit a patch to add help text for this item.
470 Please submit a patch to add help text for this item.
473 comment "Common options for cp and mv"
474 depends on CONFIG_CP || CONFIG_MV
476 config CONFIG_FEATURE_PRESERVE_HARDLINKS
477 bool " Preserve hard links"
479 depends on CONFIG_CP || CONFIG_MV
481 Please submit a patch to add help text for this item.
483 comment "Common options for ls and more"
484 depends on CONFIG_LS || CONFIG_MORE
486 config CONFIG_FEATURE_AUTOWIDTH
487 bool " Calculate terminal & column widths"
489 depends on CONFIG_LS || CONFIG_MORE
491 Please submit a patch to add help text for this item.
494 comment "Common options for df, du, ls"
495 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS
497 config CONFIG_FEATURE_HUMAN_READABLE
498 bool " Support for human readable output (example 13k, 23M, 235G)"
500 depends on CONFIG_DF || CONFIG_DU || CONFIG_LS
502 Please submit a patch to add help text for this item.