VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Heiko Carstens <hca@linux.ibm.com> 2020-11-18 21:32:33 +0100 committer: Heiko Carstens <hca@linux.ibm.com> 2020-11-20 19:19:12 +0100 commit: 334ef6ed06fa1a54e35296b77b693bcf6d63ee9e parent: 12bb4c682354740e4aaf0103a9bf283df42adaa9
Commit Summary:
init/Kconfig: make COMPILE_TEST depend on !S390
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/init/Kconfig b/init/Kconfig
index c9446911cf41..36e280846c5f 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -110,7 +110,7 @@ config INIT_ENV_ARG_LIMIT
 
 config COMPILE_TEST
 	bool "Compile also drivers which will not load"
-	depends on !UML
+	depends on !UML && !S390
 	default n
 	help
 	  Some drivers can be compiled on a different platform than they are