um: Make GCOV depend on !KCOV
authorRichard Weinberger <richard@nod.at>
Tue, 30 Oct 2018 11:58:12 +0000 (12:58 +0100)
committerRichard Weinberger <richard@nod.at>
Thu, 27 Dec 2018 21:48:19 +0000 (22:48 +0100)
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>
arch/um/Kconfig.debug

index 2014597605ea9cd24ff881370ce063ddb57992e0..85726eeec34512cde5fa0dd66a4485a9b64af311 100644 (file)
@@ -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.