]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - crypto/Kconfig
Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'
[karo-tx-linux.git] / crypto / Kconfig
index f6fc054eb2d1915027b85be745212922e8f0c415..b4cfc5754033b9ddfa17d8ad395baf0e751891bd 100644 (file)
@@ -91,6 +91,23 @@ config CRYPTO_PCOMP2
        tristate
        select CRYPTO_ALGAPI2
 
+config CRYPTO_AKCIPHER2
+       tristate
+       select CRYPTO_ALGAPI2
+
+config CRYPTO_AKCIPHER
+       tristate
+       select CRYPTO_AKCIPHER2
+       select CRYPTO_ALGAPI
+
+config CRYPTO_RSA
+       tristate "RSA algorithm"
+       select CRYPTO_AKCIPHER
+       select MPILIB
+       select ASN1
+       help
+         Generic implementation of the RSA public key algorithm.
+
 config CRYPTO_MANAGER
        tristate "Cryptographic algorithm manager"
        select CRYPTO_MANAGER2
@@ -104,6 +121,7 @@ config CRYPTO_MANAGER2
        select CRYPTO_HASH2
        select CRYPTO_BLKCIPHER2
        select CRYPTO_PCOMP2
+       select CRYPTO_AKCIPHER2
 
 config CRYPTO_USER
        tristate "Userspace cryptographic algorithm configuration"