Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: 584fffc ("[CRYPTO] kconfig: Ordering cleanup") Fixes: 0b95ec5 ("crypto: camellia - add assembler implementation for x86_64") Fixes: d9b1d2e ("crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher") Fixes: f3f935a ("crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher") Fixes: c5aac2d ("sparc64: Add DES driver making use of the new des opcodes.") Signed-off-by: Randy Dunlap <[email protected]> Cc: Sebastian Siewior <[email protected]> Cc: Jussi Kivilinna <[email protected]> Cc: Herbert Xu <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: [email protected] Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information