summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-09-07 02:31:16 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2010-09-20 08:57:21 +0200
commit0e3339a0e2a3661d7bc7e38231898127147857e6 (patch)
treec450bcbda2403bc08d6322fa8db84134e1bf0211 /lib/Kconfig
parent77a57f4cb499972942b300498bee768f5b520625 (diff)
downloadbarebox-0e3339a0e2a3661d7bc7e38231898127147857e6.tar.gz
barebox-0e3339a0e2a3661d7bc7e38231898127147857e6.tar.xz
add md5 support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index a571ba8db0..fcc7c44fee 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -15,6 +15,9 @@ menuconfig DIGEST
if DIGEST
+config MD5
+ bool "MD5"
+
endif
config GENERIC_FIND_NEXT_BIT