aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
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