1config RV_MON_WIP
2	depends on RV
3	depends on PREEMPT_TRACER
4	select DA_MON_EVENTS_IMPLICIT
5	bool "wip monitor"
6	help
7	  Enable wip (wakeup in preemptive) sample monitor that illustrates
8	  the usage of per-cpu monitors, and one limitation of the
9	  preempt_disable/enable events.
10
11	  For further information, see:
12	    Documentation/trace/rv/monitor_wip.rst
13