From 0f58072c1724a325c41222ceec58cd85637b757c Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Thu, 9 Apr 2020 14:44:54 +0300 Subject: crypto: enable to select CRYPTO_HASH_INFO CRYPTO_HASH_INFO option needs to build external packages like backports-5.4. Make it selectable with Kconfig subsystem. Related-to: ELB-23898 Signed-off-by: Oleksandr Suvorov --- crypto/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/Kconfig b/crypto/Kconfig index 26215e49f8b6..5e5622d664ba 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1429,7 +1429,7 @@ config CRYPTO_USER_API_SKCIPHER key cipher algorithms. config CRYPTO_HASH_INFO - bool + bool "Hash algorithms information" source "drivers/crypto/Kconfig" source crypto/asymmetric_keys/Kconfig -- cgit v1.2.3