summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 7cc8aceacb..ff83a40f5b 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -89,6 +89,7 @@ endif
config CRYPTO_PBKDF2
select DIGEST
select DIGEST_SHA1_GENERIC
+ select DIGEST_HMAC_GENERIC
bool
config CRYPTO_RSA