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:52 +0100 committer: Herbert Xu <herbert@gondor.apana.org.au> 2021-01-14 17:10:27 +1100 commit: da4df93a94a5aa7c5a599959d79ee99cdbe4c6b7 parent: 9ec0af8aa6038163e7cd01dea3b8e085712d19fc
Commit Summary:
crypto: x86/twofish - switch to XTS template
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index ce69a5ae26b5..7ad9bf84f4a0 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1731,6 +1731,7 @@ config CRYPTO_TWOFISH_AVX_X86_64
 	select CRYPTO_TWOFISH_COMMON
 	select CRYPTO_TWOFISH_X86_64
 	select CRYPTO_TWOFISH_X86_64_3WAY
+	imply CRYPTO_XTS
 	help
 	  Twofish cipher algorithm (x86_64/AVX).