aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTan Swee Heng <thesweeheng@gmail.com>2007-12-18 22:45:35 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-01-11 08:16:58 +1100
commit214dc54f6f1b71bcd895ef272c108c67ef046200 (patch)
tree8be88ade9e6669a9065de5641ba735c7b66801f7 /crypto
parentd1cda4e39638e906f022c8ce56f566b617e1f77e (diff)
[CRYPTO] salsa20-asm: Remove unnecessary dependency on CRYPTO_SALSA20
Signed-off-by: Tan Swee Heng <thesweeheng@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 93ad53a84e95..c3166a1a5bb6 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -494,7 +494,6 @@ config CRYPTO_SALSA20_586
depends on (X86 || UML_X86) && !64BIT
depends on EXPERIMENTAL
select CRYPTO_BLKCIPHER
- select CRYPTO_SALSA20
help
Salsa20 stream cipher algorithm.
@@ -509,7 +508,6 @@ config CRYPTO_SALSA20_X86_64
depends on (X86 || UML_X86) && 64BIT
depends on EXPERIMENTAL
select CRYPTO_BLKCIPHER
- select CRYPTO_SALSA20
help
Salsa20 stream cipher algorithm.