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-11-20 12:04:32 +0100 committer: Herbert Xu <herbert@gondor.apana.org.au> 2020-11-27 17:13:45 +1100 commit: 00ea27f11c4f96ffc9ebc147b5ea045babb02ce3 parent: 08a7e33c083b60c1ddd330df22fb56038e4a40ad
Commit Summary:
crypto: tcrypt - permit tcrypt.ko to be builtin
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 37de7d006858..a367fcfeb5d4 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -201,7 +201,7 @@ config CRYPTO_AUTHENC
 
 config CRYPTO_TEST
 	tristate "Testing module"
-	depends on m
+	depends on m || EXPERT
 	select CRYPTO_MANAGER
 	help
 	  Quick & dirty crypto test module.