mirror of
https://github.com/t2linux/kernel.git
synced 2026-04-30 13:48:59 -07:00
d17d9227c3
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:584fffc8b1("[CRYPTO] kconfig: Ordering cleanup") Fixes:0b95ec56ae("crypto: camellia - add assembler implementation for x86_64") Fixes:d9b1d2e7e1("crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher") Fixes:f3f935a76a("crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher") Fixes:c5aac2df65("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>