summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 9b347f872f..6d65c24d4f 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -36,6 +36,10 @@ config SHA512
config DIGEST_HMAC
bool
+config DIGEST_CRC32_GENERIC
+ bool "CRC32"
+ select CRC32
+
config DIGEST_MD5_GENERIC
bool "MD5"
select MD5