projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1cda4e
)
[CRYPTO] salsa20-asm: Remove unnecessary dependency on CRYPTO_SALSA20
author
Tan Swee Heng
<thesweeheng@gmail.com>
Tue, 18 Dec 2007 14:45:35 +0000
(22:45 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:58 +0000
(08:16 +1100)
Signed-off-by: Tan Swee Heng <thesweeheng@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index 93ad53a84e9544414eae1135110d1b1388385d36..c3166a1a5bb6da630f7861581b96a6a5f5a19073 100644
(file)
--- 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.