aboutsummaryrefslogtreecommitdiffstats
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 93a1fdc1feee..1d33beb6a1ae 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -96,6 +96,7 @@ config CRYPTO_AKCIPHER
96config CRYPTO_RSA 96config CRYPTO_RSA
97 tristate "RSA algorithm" 97 tristate "RSA algorithm"
98 select CRYPTO_AKCIPHER 98 select CRYPTO_AKCIPHER
99 select CRYPTO_MANAGER
99 select MPILIB 100 select MPILIB
100 select ASN1 101 select ASN1
101 help 102 help