]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/Kconfig
PM: Suspend/hibernation debug documentation update (rev. 2)
[linux-2.6-omap-h63xx.git] / crypto / Kconfig
index 221356b4150cb7c4586f6ed44d27429bd317f869..c3166a1a5bb6da630f7861581b96a6a5f5a19073 100644 (file)
@@ -494,7 +494,20 @@ config CRYPTO_SALSA20_586
        depends on (X86 || UML_X86) && !64BIT
        depends on EXPERIMENTAL
        select CRYPTO_BLKCIPHER
-       select CRYPTO_SALSA20
+       help
+         Salsa20 stream cipher algorithm.
+
+         Salsa20 is a stream cipher submitted to eSTREAM, the ECRYPT
+         Stream Cipher Project. See <http://www.ecrypt.eu.org/stream/>
+
+         The Salsa20 stream cipher algorithm is designed by Daniel J.
+         Bernstein <djb@cr.yp.to>. See <http://cr.yp.to/snuffle.html>
+
+config CRYPTO_SALSA20_X86_64
+       tristate "Salsa20 stream cipher algorithm (x86_64) (EXPERIMENTAL)"
+       depends on (X86 || UML_X86) && 64BIT
+       depends on EXPERIMENTAL
+       select CRYPTO_BLKCIPHER
        help
          Salsa20 stream cipher algorithm.
 
@@ -553,6 +566,7 @@ config CRYPTO_TEST
        tristate "Testing module"
        depends on m
        select CRYPTO_ALGAPI
+       select CRYPTO_AEAD
        help
          Quick & dirty crypto test module.