aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index eb0aca45d430..d6b2a8b68143 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -100,6 +100,14 @@ config CRYPTO_AKCIPHER
100 select CRYPTO_AKCIPHER2 100 select CRYPTO_AKCIPHER2
101 select CRYPTO_ALGAPI 101 select CRYPTO_ALGAPI
102 102
103config CRYPTO_RSA
104 tristate "RSA algorithm"
105 select AKCIPHER
106 select MPILIB
107 select ASN1
108 help
109 Generic implementation of the RSA public key algorithm.
110
103config CRYPTO_MANAGER 111config CRYPTO_MANAGER
104 tristate "Cryptographic algorithm manager" 112 tristate "Cryptographic algorithm manager"
105 select CRYPTO_MANAGER2 113 select CRYPTO_MANAGER2