xref: /linux/kernel/trace/rv/monitors/scpd/Kconfig (revision e7e86d7697c6ed1dbbde18d7185c35b6967945ed)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3config RV_MON_SCPD
4	depends on RV
5	depends on TRACE_PREEMPT_TOGGLE
6	depends on RV_MON_SCHED
7	default y
8	select DA_MON_EVENTS_IMPLICIT
9	bool "scpd monitor"
10	help
11	  Monitor to ensure schedule is called with preemption disabled.
12	  This monitor is part of the sched monitors collection.
13
14	  For further information, see:
15	    Documentation/trace/rv/monitor_sched.rst
16