diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 90f681c04..a388cd9e8 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -373,14 +373,6 @@ config CONFIG_SHA1SUM | |||
373 | help | 373 | help |
374 | Compute and check SHA1 message digest | 374 | Compute and check SHA1 message digest |
375 | 375 | ||
376 | config CONFIG_FEATURE_SHA1SUM_CHECK | ||
377 | bool " Enable -c and -w options" | ||
378 | default n | ||
379 | depends on CONFIG_SHA1SUM | ||
380 | help | ||
381 | Enabling the -c and -w options allows files to be checked | ||
382 | against pre-calculated hash values. | ||
383 | |||
384 | config CONFIG_SLEEP | 376 | config CONFIG_SLEEP |
385 | bool "sleep (single integer arg with no suffix)" | 377 | bool "sleep (single integer arg with no suffix)" |
386 | default n | 378 | default n |
@@ -591,4 +583,15 @@ config CONFIG_FEATURE_HUMAN_READABLE | |||
591 | help | 583 | help |
592 | Allow df, du, and ls to have human readable output. | 584 | Allow df, du, and ls to have human readable output. |
593 | 585 | ||
586 | comment "Common options for md5sum, sha1sum" | ||
587 | depends on CONFIG_MD5SUM || CONFIG_SHA1SUM | ||
588 | |||
589 | config CONFIG_FEATURE_MD5_SHA1_SUM_CHECK | ||
590 | bool " Enable -c and -w options" | ||
591 | default n | ||
592 | depends on CONFIG_MD5SUM || CONFIG_SHA1SUM | ||
593 | help | ||
594 | Enabling the -c and -w options allows files to be checked | ||
595 | against pre-calculated hash values. | ||
596 | |||
594 | endmenu | 597 | endmenu |