VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Ard Biesheuvel <ardb@kernel.org> 2021-01-05 17:47:54 +0100 committer: Herbert Xu <herbert@gondor.apana.org.au> 2021-01-14 17:10:28 +1100 commit: a1f91ecf812ac333ee2897f3eb2d8f4f6b4ce942 parent: 31d49c448ab8556ce8d340eb28da2484e5b5629c
Commit Summary:
crypto: x86/camellia - drop CTR mode implementation
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 7ad9bf84f4a0..ea788cab8c7d 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1286,6 +1286,7 @@ config CRYPTO_CAMELLIA_X86_64
 	depends on CRYPTO
 	select CRYPTO_SKCIPHER
 	select CRYPTO_GLUE_HELPER_X86
+	imply CRYPTO_CTR
 	help
 	  Camellia cipher algorithm module (x86_64).