diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 6ee319a0d..5b9996d5b 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -306,6 +306,12 @@ config CONFIG_RMDIR | |||
306 | help | 306 | help |
307 | Please submit a patch to add help text for this item. | 307 | Please submit a patch to add help text for this item. |
308 | 308 | ||
309 | config CONFIG_SHA1SUM | ||
310 | bool "sha1sum" | ||
311 | default n | ||
312 | help | ||
313 | Compute and check SHA1 message digest | ||
314 | |||
309 | config CONFIG_SLEEP | 315 | config CONFIG_SLEEP |
310 | bool "sleep" | 316 | bool "sleep" |
311 | default n | 317 | default n |