diff --git a/system/gcov/Kconfig b/system/gcov/Kconfig index 5eca781140..58d73436b7 100644 --- a/system/gcov/Kconfig +++ b/system/gcov/Kconfig @@ -5,7 +5,7 @@ config SYSTEM_GCOV tristate "gcov tool" - depends on SCHED_GCOV + depends on !COVERAGE_NONE ---help--- Enable support for the 'gcov' command.