diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 8cbc92f1e..b734f8e30 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -509,6 +509,18 @@ config SHA1SUM | |||
509 | help | 509 | help |
510 | Compute and check SHA1 message digest | 510 | Compute and check SHA1 message digest |
511 | 511 | ||
512 | config SHA256SUM | ||
513 | bool "sha256sum" | ||
514 | default n | ||
515 | help | ||
516 | Compute and check SHA256 message digest | ||
517 | |||
518 | config SHA512SUM | ||
519 | bool "sha512sum" | ||
520 | default n | ||
521 | help | ||
522 | Compute and check SHA512 message digest | ||
523 | |||
512 | config SLEEP | 524 | config SLEEP |
513 | bool "sleep" | 525 | bool "sleep" |
514 | default n | 526 | default n |