Replaced by md5_sha1_sum.c
[oweals/busybox.git] / coreutils / Config.in
index 54bdc6868121b6414c5289fd323e51a9a60bebba..a388cd9e8eed9078e2d5ebd52494a37bbf78f971 100644 (file)
@@ -373,14 +373,6 @@ config CONFIG_SHA1SUM
        help
          Compute and check SHA1 message digest
 
-config CONFIG_FEATURE_SHA1SUM_CHECK
-       bool "  Enable -c and -w options"
-       default n
-       depends on CONFIG_SHA1SUM
-       help
-         Enabling the -c and -w options allows files to be checked
-         against pre-calculated hash values.
-
 config CONFIG_SLEEP
        bool "sleep (single integer arg with no suffix)"
        default n
@@ -420,11 +412,12 @@ config CONFIG_TAIL
          from files.
 
 config CONFIG_FEATURE_FANCY_TAIL
-       bool "  Enable extra tail options (-c, -q, -s, and -v)"
+       bool "  Enable extra tail options (-q, -s, and -v)"
        default y
        depends on CONFIG_TAIL
        help
-         Enable tail options (-c, -q, -s, and -v).
+         The options (-q, -s, and -v) are provided by GNU tail, but
+         are not specific in the SUSv3 standard.
 
 config CONFIG_TEE
        bool "tee"
@@ -590,4 +583,15 @@ config CONFIG_FEATURE_HUMAN_READABLE
        help
          Allow df, du, and ls to have human readable output.
 
+comment "Common options for md5sum, sha1sum"
+    depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
+
+config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK
+       bool "  Enable -c and -w options"
+       default n
+       depends on CONFIG_MD5SUM || CONFIG_SHA1SUM
+       help
+         Enabling the -c and -w options allows files to be checked
+         against pre-calculated hash values.
+
 endmenu