summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2018-10-30 12:58:12 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-12-05 15:27:01 +0100
commita67d613688de361d4f1e79eab0827cdcf3847439 (patch)
tree73536224f6092c6a21a41c9a127e60fd072ba88f /arch
parent88b903fedb6d43443a80a7033b17e0424f072ccc (diff)
um: Make GCOV depend on !KCOV
[ Upstream commit 550ed0e2036663b35cec12374b835444f9c60454 ] Both do more or less the same thing and are mutually exclusive. If both are enabled the build will fail. Sooner or later we can kill UML's GCOV. Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/um/Kconfig.debug1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug
index 68205fd3b08c..6ae7f0f434a9 100644
--- a/arch/um/Kconfig.debug
+++ b/arch/um/Kconfig.debug
@@ -18,6 +18,7 @@ config GPROF
config GCOV
bool "Enable gcov support"
depends on DEBUG_INFO
+ depends on !KCOV
help
This option allows developers to retrieve coverage data from a UML
session.