Commit d86ba831 authored by Peter Zijlstra's avatar Peter Zijlstra
Browse files

sched: Don't make LATENCYTOP select SCHED_DEBUG



SCHED_DEBUG is not in fact required for LATENCYTOP, don't select it.

Suggested-by: default avatarMel Gorman <mgorman@suse.de>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: default avatarValentin Schneider <valentin.schneider@arm.com>
Link: https://lkml.kernel.org/r/20210412102001.224578981@infradead.org
parent 1d1c2509
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1670,7 +1670,6 @@ config LATENCYTOP
	select KALLSYMS_ALL
	select STACKTRACE
	select SCHEDSTATS
	select SCHED_DEBUG
	help
	  Enable this option if you want to use the LatencyTOP tool
	  to find out which userspace is blocking on what kernel operations.