diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 0d5eff3c9..2bcc48a62 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -342,6 +342,13 @@ config CONFIG_SHA1SUM | |||
342 | help | 342 | help |
343 | Compute and check SHA1 message digest | 343 | Compute and check SHA1 message digest |
344 | 344 | ||
345 | config CONFIG_FEATURE_SHA1SUM_CHECK | ||
346 | bool " Enale -c and -w options" | ||
347 | default n | ||
348 | help | ||
349 | Enabling the -c and -w options allow files to be checked | ||
350 | against pre-calculated hash values. | ||
351 | |||
345 | config CONFIG_SLEEP | 352 | config CONFIG_SLEEP |
346 | bool "sleep (single integer arg with no suffix)" | 353 | bool "sleep (single integer arg with no suffix)" |
347 | default n | 354 | default n |