diff options
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index a28449b11..0c44c4b51 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
@@ -514,6 +514,12 @@ config SHA512SUM | |||
514 | help | 514 | help |
515 | Compute and check SHA512 message digest | 515 | Compute and check SHA512 message digest |
516 | 516 | ||
517 | config SHA3SUM | ||
518 | bool "sha3sum" | ||
519 | default y | ||
520 | help | ||
521 | Compute and check SHA3 (512-bit) message digest | ||
522 | |||
517 | config SLEEP | 523 | config SLEEP |
518 | bool "sleep" | 524 | bool "sleep" |
519 | default y | 525 | default y |
@@ -766,13 +772,13 @@ config FEATURE_HUMAN_READABLE | |||
766 | help | 772 | help |
767 | Allow df, du, and ls to have human readable output. | 773 | Allow df, du, and ls to have human readable output. |
768 | 774 | ||
769 | comment "Common options for md5sum, sha1sum, sha256sum, sha512sum" | 775 | comment "Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum" |
770 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM | 776 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM || SHA3SUM |
771 | 777 | ||
772 | config FEATURE_MD5_SHA1_SUM_CHECK | 778 | config FEATURE_MD5_SHA1_SUM_CHECK |
773 | bool "Enable -c, -s and -w options" | 779 | bool "Enable -c, -s and -w options" |
774 | default y | 780 | default y |
775 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM | 781 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM || SHA3SUM |
776 | help | 782 | help |
777 | Enabling the -c options allows files to be checked | 783 | Enabling the -c options allows files to be checked |
778 | against pre-calculated hash values. | 784 | against pre-calculated hash values. |