aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 31e97c145..5e1195837 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -323,6 +323,21 @@ config CONFIG_MD5SUM
323 help 323 help
324 md5sum is used to print or check MD5 checksums. 324 md5sum is used to print or check MD5 checksums.
325 325
326config CONFIG_MD5SUM_SIZE_VS_SPEED
327 int " Trade Bytes for Speed"
328 default 2
329 range 0 3
330 depends on CONFIG_MD5SUM
331 help
332 Trade binary size versus speed for the md5sum algorithm.
333 Approximate values running uClibc and hashing
334 linux-2.4.4.tar.bz2 were:
335 user times (sec) text size (386)
336 0 (fastest) 1.1 6144
337 1 1.4 5392
338 2 3.0 5088
339 3 (smallest) 5.1 4912
340
326config CONFIG_MKDIR 341config CONFIG_MKDIR
327 bool "mkdir" 342 bool "mkdir"
328 default n 343 default n