lkml.org 
[lkml]   [2017]   [Sep]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] gcov: GCOV_KERNEL and GCOV are mutually exclusive
Date
Fix it by forcing the user to choose one of the two GCOV options.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
---
kernel/gcov/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/kernel/gcov/Kconfig b/kernel/gcov/Kconfig
index 1276aabaab55..6c0dd2a6d4fd 100644
--- a/kernel/gcov/Kconfig
+++ b/kernel/gcov/Kconfig
@@ -3,6 +3,7 @@ menu "GCOV-based kernel profiling"
config GCOV_KERNEL
bool "Enable gcov-based kernel profiling"
depends on DEBUG_FS
+ depends on !GCOV
select CONSTRUCTORS if !UML
default n
---help---
--
2.11.0
\
 
 \ /
  Last update: 2017-09-26 21:39    [W:0.057 / U:1.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site