VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Johannes Berg <johannes.berg@intel.com> 2021-03-15 23:47:31 +0100 committer: Richard Weinberger <richard@nod.at> 2021-04-15 23:10:33 +0200 commit: ad3d19911632debc886ef4a992d41d6de7927006 parent: ea8e896cc15e8fac586d018733fd67f56cd721cc
Commit Summary:
um: Disable CONFIG_GCOV with MODULES
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug
index 315d368e63ad..1dfb2959c73b 100644
--- a/arch/um/Kconfig.debug
+++ b/arch/um/Kconfig.debug
@@ -17,6 +17,7 @@ config GCOV
 	bool "Enable gcov support"
 	depends on DEBUG_INFO
 	depends on !KCOV
+	depends on !MODULES
 	help
 	  This option allows developers to retrieve coverage data from a UML
 	  session.