aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r--coreutils/Config.src43
1 files changed, 0 insertions, 43 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src
index 619c2efe8..b9dde1209 100644
--- a/coreutils/Config.src
+++ b/coreutils/Config.src
@@ -328,12 +328,6 @@ config FEATURE_LS_COLOR_IS_DEFAULT
328 configurable, and the output may not be legible on 328 configurable, and the output may not be legible on
329 many output screens. 329 many output screens.
330 330
331config MD5SUM
332 bool "md5sum"
333 default y
334 help
335 md5sum is used to print or check MD5 checksums.
336
337config MKDIR 331config MKDIR
338 bool "mkdir" 332 bool "mkdir"
339 default y 333 default y
@@ -458,30 +452,6 @@ config SEQ
458 help 452 help
459 print a sequence of numbers 453 print a sequence of numbers
460 454
461config SHA1SUM
462 bool "sha1sum"
463 default y
464 help
465 Compute and check SHA1 message digest
466
467config SHA256SUM
468 bool "sha256sum"
469 default y
470 help
471 Compute and check SHA256 message digest
472
473config SHA512SUM
474 bool "sha512sum"
475 default y
476 help
477 Compute and check SHA512 message digest
478
479config SHA3SUM
480 bool "sha3sum"
481 default y
482 help
483 Compute and check SHA3 (512-bit) message digest
484
485config SLEEP 455config SLEEP
486 bool "sleep" 456 bool "sleep"
487 default y 457 default y
@@ -731,17 +701,4 @@ config FEATURE_HUMAN_READABLE
731 help 701 help
732 Allow df, du, and ls to have human readable output. 702 Allow df, du, and ls to have human readable output.
733 703
734comment "Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum"
735 depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM || SHA3SUM
736
737config FEATURE_MD5_SHA1_SUM_CHECK
738 bool "Enable -c, -s and -w options"
739 default y
740 depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM || SHA3SUM
741 help
742 Enabling the -c options allows files to be checked
743 against pre-calculated hash values.
744
745 -s and -w are useful options when verifying checksums.
746
747endmenu 704endmenu