VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Linus Torvalds <torvalds@linux-foundation.org> 2021-03-14 12:23:34 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-03-14 12:23:34 -0700 commit: 50eb842fe517b2765b7748c3016082b484a6dbb8 parent: 88fe49249c99de14e543c632a46248d85411ab9e
Commit Summary:
Merge branch 'akpm' (patches from Andrew)
Diffstat:
1 file changed, 1 insertion, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 30c849094c28..5f5c776ef192 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