]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - crypto/Kconfig
[CRYPTO] api: Add cryptomgr
[karo-tx-linux.git] / crypto / Kconfig
index aabc631952226b6639e769a0d087c6b054455cfc..4ce509dba329f2fae210c44e40206634403207e6 100644 (file)
@@ -16,6 +16,14 @@ config CRYPTO_ALGAPI
        help
          This option provides the API for cryptographic algorithms.
 
+config CRYPTO_MANAGER
+       tristate "Cryptographic algorithm manager"
+       select CRYPTO_ALGAPI
+       default m
+       help
+         Create default cryptographic template instantiations such as
+         cbc(aes).
+
 config CRYPTO_HMAC
        bool "HMAC support"
        help