VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
author: Maciej W. Rozycki <macro@orcam.me.uk> 2021-03-03 02:16:04 +0100 committer: Thomas Bogendoerfer <tsbogend@alpha.franken.de> 2021-03-08 11:52:17 +0100 commit: 6c810cf20feef0d4338e9b424ab7f2644a8b353e parent: 7a05293af39fc716d0f51c0164cbb727302396a2
Commit Summary:
crypto: mips/poly1305 - enable for all MIPS processors
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 15c9c28d9f53..5809cc198fa7 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -767,7 +767,7 @@ config CRYPTO_POLY1305_X86_64
 
 config CRYPTO_POLY1305_MIPS
 	tristate "Poly1305 authenticator algorithm (MIPS optimized)"
-	depends on CPU_MIPS32 || (CPU_MIPS64 && 64BIT)
+	depends on MIPS
 	select CRYPTO_ARCH_HAVE_LIB_POLY1305
 
 config CRYPTO_MD4