1# SPDX-License-Identifier: GPL-2.0-only 2# 3config RV_MON_WWNR 4 depends on RV 5 select DA_MON_EVENTS_ID 6 bool "wwnr monitor" 7 help 8 Enable wwnr (wakeup while not running) sample monitor, this is a 9 sample monitor that illustrates the usage of per-task monitor. 10 The model is borken on purpose: it serves to test reactors. 11 12 For further information, see: 13 Documentation/trace/rv/monitor_wwnr.rst 14