VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2021-03-12 21:07:08 -0800 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-03-13 11:27:30 -0800 commit: ea29b20a828511de3348334e529a3d046a180416 parent: cbf78d85079cee662c45749ef4f744d41be85d48
Commit Summary:
init/Kconfig: make COMPILE_TEST depend on HAS_IOMEM
Diffstat:
1 file changed, 1 insertion, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 22946fe5ded9..8f8a497aafe0 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -119,8 +119,7 @@ config INIT_ENV_ARG_LIMIT
 
 config COMPILE_TEST
 	bool "Compile also drivers which will not load"
-	depends on !UML && !S390
-	default n
+	depends on HAS_IOMEM
 	help
 	  Some drivers can be compiled on a different platform than they are
 	  intended to be run on. Despite they cannot be loaded there (or even