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> 2020-12-31 17:41:55 +0100 committer: Herbert Xu <herbert@gondor.apana.org.au> 2021-01-08 15:39:47 +1100 commit: 2481104fe98d5b016fdd95d649b1235f21e491ba parent: 86ad60a65f29dd862a11c22bb4b5be28d6c5cef1
Commit Summary:
crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helper
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/crypto/Kconfig b/crypto/Kconfig
index a367fcfeb5d4..c48ca26e2169 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1133,7 +1133,6 @@ config CRYPTO_AES_NI_INTEL
 	select CRYPTO_LIB_AES
 	select CRYPTO_ALGAPI
 	select CRYPTO_SKCIPHER
-	select CRYPTO_GLUE_HELPER_X86 if 64BIT
 	select CRYPTO_SIMD
 	help
 	  Use Intel AES-NI instructions for AES algorithm.