diff --git a/system/gprof/Kconfig b/system/gprof/Kconfig index 4e4e8d701b..eb5bf7bbe4 100644 --- a/system/gprof/Kconfig +++ b/system/gprof/Kconfig @@ -6,7 +6,7 @@ config SYSTEM_GPROF tristate "gprof tool" default n - depends on SCHED_GPROF || SIM_GPROF + depends on !PROFILE_NONE || SIM_GPROF ---help--- Enable support for the 'gprof' command.