aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorTan Swee Heng <thesweeheng@gmail.com>2007-12-18 09:45:35 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2008-01-10 16:16:58 -0500
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
494 depends on (X86 || UML_X86) && !64BIT 494 depends on (X86 || UML_X86) && !64BIT
495 depends on EXPERIMENTAL 495 depends on EXPERIMENTAL
496 select CRYPTO_BLKCIPHER 496 select CRYPTO_BLKCIPHER
497 select CRYPTO_SALSA20
498 help 497 help
499 Salsa20 stream cipher algorithm. 498 Salsa20 stream cipher algorithm.
500 499
@@ -509,7 +508,6 @@ config CRYPTO_SALSA20_X86_64
509 depends on (X86 || UML_X86) && 64BIT 508 depends on (X86 || UML_X86) && 64BIT
510 depends on EXPERIMENTAL 509 depends on EXPERIMENTAL
511 select CRYPTO_BLKCIPHER 510 select CRYPTO_BLKCIPHER
512 select CRYPTO_SALSA20
513 help 511 help
514 Salsa20 stream cipher algorithm. 512 Salsa20 stream cipher algorithm.
515 513