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 2ca71521f..8e43c38e1 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src | |||
| @@ -517,6 +517,12 @@ config SHA512SUM | |||
| 517 | help | 517 | help |
| 518 | Compute and check SHA512 message digest | 518 | Compute and check SHA512 message digest |
| 519 | 519 | ||
| 520 | config SHA3SUM | ||
| 521 | bool "sha3sum" | ||
| 522 | default y | ||
| 523 | help | ||
| 524 | Compute and check SHA3 (512-bit) message digest | ||
| 525 | |||
| 520 | config SLEEP | 526 | config SLEEP |
| 521 | bool "sleep" | 527 | bool "sleep" |
| 522 | default y | 528 | default y |
| @@ -777,13 +783,13 @@ config FEATURE_HUMAN_READABLE | |||
| 777 | help | 783 | help |
| 778 | Allow df, du, and ls to have human readable output. | 784 | Allow df, du, and ls to have human readable output. |
| 779 | 785 | ||
| 780 | comment "Common options for md5sum, sha1sum, sha256sum, sha512sum" | 786 | comment "Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum" |
| 781 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM | 787 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM || SHA3SUM |
| 782 | 788 | ||
| 783 | config FEATURE_MD5_SHA1_SUM_CHECK | 789 | config FEATURE_MD5_SHA1_SUM_CHECK |
| 784 | bool "Enable -c, -s and -w options" | 790 | bool "Enable -c, -s and -w options" |
| 785 | default y | 791 | default y |
| 786 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM | 792 | depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM || SHA3SUM |
| 787 | help | 793 | help |
| 788 | Enabling the -c options allows files to be checked | 794 | Enabling the -c options allows files to be checked |
| 789 | against pre-calculated hash values. | 795 | against pre-calculated hash values. |
