]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - crypto/Kconfig
Documentation/fs/: split txt and source files
[mv-sheeva.git] / crypto / Kconfig
index 81c185a6971fbc3a396d51b5d536fdf34f8d54ed..6a2e295ee2277bc2c88c25c9bbe5a7114940fbb9 100644 (file)
@@ -114,6 +114,16 @@ config CRYPTO_NULL
        help
          These are 'Null' algorithms, used by IPsec, which do nothing.
 
+config CRYPTO_PCRYPT
+       tristate "Parallel crypto engine (EXPERIMENTAL)"
+       depends on SMP && EXPERIMENTAL
+       select PADATA
+       select CRYPTO_MANAGER
+       select CRYPTO_AEAD
+       help
+         This converts an arbitrary crypto algorithm into a parallel
+         algorithm that executes in kernel threads.
+
 config CRYPTO_WORKQUEUE
        tristate