]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: camellia - drop duplicate "depends on CRYPTO"
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 18 Apr 2021 00:39:29 +0000 (17:39 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Apr 2021 07:31:32 +0000 (17:31 +1000)
commitfab0abc30b3f4e07077feed93e39594405c4fd34
tree5f2669e7f4e3540e95c530eacca9c5094d9a4057
parentb23773566cc0603370257ebfb145f990fb45ff4f
crypto: camellia - drop duplicate "depends on CRYPTO"

All 5 CAMELLIA crypto driver Kconfig symbols have a duplicate
"depends on CRYPTO" line but they are inside an
"if CRYPTO"/"endif # if CRYPTO" block, so drop the duplicate "depends"
lines.

These 5 symbols still depend on CRYPTO.

Fixes: a4947484bff2 ("[CRYPTO] kconfig: Ordering cleanup")
Fixes: bf7efec8018d ("crypto: camellia - add assembler implementation for x86_64")
Fixes: 04a3cd93abe3 ("crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher")
Fixes: f4db0ff7c83f ("crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher")
Fixes: f75cd6108ee8 ("sparc64: Add DES driver making use of the new des opcodes.")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Sebastian Siewior <sebastian@breakpoint.cc>
Cc: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-crypto@vger.kernel.org
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig