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:51 +0100 committer: Herbert Xu <herbert@gondor.apana.org.au> 2021-01-14 17:10:27 +1100 commit: 9ec0af8aa6038163e7cd01dea3b8e085712d19fc parent: 2cc0fedb8124ac7a75d132988f1e11f5de30c61f
Commit Summary:
crypto: x86/serpent- switch to XTS template
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 03e8468e57df..ce69a5ae26b5 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1576,7 +1576,7 @@ config CRYPTO_SERPENT_AVX_X86_64
 	select CRYPTO_GLUE_HELPER_X86
 	select CRYPTO_SERPENT
 	select CRYPTO_SIMD
-	select CRYPTO_XTS
+	imply CRYPTO_XTS
 	help
 	  Serpent cipher algorithm, by Anderson, Biham & Knudsen.