diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 8 |
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 | ||
103 | config 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 | |||
103 | config CRYPTO_MANAGER | 111 | config CRYPTO_MANAGER |
104 | tristate "Cryptographic algorithm manager" | 112 | tristate "Cryptographic algorithm manager" |
105 | select CRYPTO_MANAGER2 | 113 | select CRYPTO_MANAGER2 |