summaryrefslogtreecommitdiff
path: root/arch/um/Kconfig.debug
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2018-10-30 12:58:12 +0100
committerRichard Weinberger <richard@nod.at>2018-12-27 22:48:19 +0100
commit550ed0e2036663b35cec12374b835444f9c60454 (patch)
tree74659cbec867f706a639cb9cd4d5516754d5ad4a /arch/um/Kconfig.debug
parent0053102a869f1b909904b1b85ac282e2744deaab (diff)
um: Make GCOV depend on !KCOV
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>
Diffstat (limited to 'arch/um/Kconfig.debug')
-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 2014597605ea..85726eeec345 100644
--- a/arch/um/Kconfig.debug
+++ b/arch/um/Kconfig.debug
@@ -16,6 +16,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.