diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 41 |
1 files changed, 38 insertions, 3 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 5b9996d5b..9f5c379a3 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -111,17 +111,31 @@ config CONFIG_DOS2UNIX | |||
111 | Please submit a patch to add help text for this item. | 111 | Please submit a patch to add help text for this item. |
112 | 112 | ||
113 | config CONFIG_DU | 113 | config CONFIG_DU |
114 | bool "du" | 114 | bool "du (default blocksize of 512 bytes)" |
115 | default n | 115 | default n |
116 | help | 116 | help |
117 | Please submit a patch to add help text for this item. | 117 | Please submit a patch to add help text for this item. |
118 | 118 | ||
119 | config CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K | ||
120 | bool " Use a default blocksize of 1024 bytes (1K)" | ||
121 | default y | ||
122 | depends on CONFIG_DU | ||
123 | help | ||
124 | Please submit a patch to add help text for this item. | ||
125 | |||
119 | config CONFIG_ECHO | 126 | config CONFIG_ECHO |
120 | bool "echo" | 127 | bool "echo (basic SUSv3 version taking no options" |
121 | default n | 128 | default n |
122 | help | 129 | help |
123 | Please submit a patch to add help text for this item. | 130 | Please submit a patch to add help text for this item. |
124 | 131 | ||
132 | config CONFIG_FEATURE_FANCY_ECHO | ||
133 | bool " Enable echo options (-n and -e)" | ||
134 | default y | ||
135 | depends on CONFIG_ECHO | ||
136 | help | ||
137 | Please submit a patch to add help text for this item. | ||
138 | |||
125 | config CONFIG_ENV | 139 | config CONFIG_ENV |
126 | bool "env" | 140 | bool "env" |
127 | default n | 141 | default n |
@@ -154,6 +168,13 @@ config CONFIG_HEAD | |||
154 | help | 168 | help |
155 | Please submit a patch to add help text for this item. | 169 | Please submit a patch to add help text for this item. |
156 | 170 | ||
171 | config CONFIG_FEATURE_FANCY_HEAD | ||
172 | bool " Enable head options (-c, -q, and -v)" | ||
173 | default n | ||
174 | depends on CONFIG_HEAD | ||
175 | help | ||
176 | Please submit a patch to add help text for this item. | ||
177 | |||
157 | config CONFIG_HOSTID | 178 | config CONFIG_HOSTID |
158 | bool "hostid" | 179 | bool "hostid" |
159 | default n | 180 | default n |
@@ -313,8 +334,15 @@ config CONFIG_SHA1SUM | |||
313 | Compute and check SHA1 message digest | 334 | Compute and check SHA1 message digest |
314 | 335 | ||
315 | config CONFIG_SLEEP | 336 | config CONFIG_SLEEP |
316 | bool "sleep" | 337 | bool "sleep (single integer arg with no suffix)" |
338 | default n | ||
339 | help | ||
340 | Please submit a patch to add help text for this item. | ||
341 | |||
342 | config CONFIG_FEATURE_FANCY_SLEEP | ||
343 | bool " Enable multiple integer args and optional time suffixes" | ||
317 | default n | 344 | default n |
345 | depends on CONFIG_SLEEP | ||
318 | help | 346 | help |
319 | Please submit a patch to add help text for this item. | 347 | Please submit a patch to add help text for this item. |
320 | 348 | ||
@@ -369,6 +397,13 @@ config CONFIG_TEE | |||
369 | help | 397 | help |
370 | Please submit a patch to add help text for this item. | 398 | Please submit a patch to add help text for this item. |
371 | 399 | ||
400 | config CONFIG_FEATURE_TEE_USE_BLOCK_IO | ||
401 | bool " Enable block i/o (larger/faster) instead of byte i/o." | ||
402 | default n | ||
403 | depends on CONFIG_TEE | ||
404 | help | ||
405 | Please submit a patch to add help text for this item. | ||
406 | |||
372 | if CONFIG_ASH || CONFIG_HUSH || CONFIG_LASH || CONFIG_MSH | 407 | if CONFIG_ASH || CONFIG_HUSH || CONFIG_LASH || CONFIG_MSH |
373 | config CONFIG_TEST | 408 | config CONFIG_TEST |
374 | default y | 409 | default y |