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:56 +0100 committer: Herbert Xu <herbert@gondor.apana.org.au> 2021-01-14 17:10:28 +1100 commit: e2d60e2f597a5b2a0a8724989742784bb83ada5d parent: 2e9440ae6eab492572463d8cb266381264867723
Commit Summary:
crypto: x86/cast5 - drop CTR mode implementation
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index dd48c3bab3f5..fed73fff5a65 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1372,6 +1372,7 @@ config CRYPTO_CAST5_AVX_X86_64
 	select CRYPTO_CAST5
 	select CRYPTO_CAST_COMMON
 	select CRYPTO_SIMD
+	imply CRYPTO_CTR
 	help
 	  The CAST5 encryption algorithm (synonymous with CAST-128) is
 	  described in RFC2144.