diff options
Diffstat (limited to 'kernel/trace/rv/monitors/sncid/Kconfig')
-rw-r--r-- | kernel/trace/rv/monitors/sncid/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/kernel/trace/rv/monitors/sncid/Kconfig b/kernel/trace/rv/monitors/sncid/Kconfig deleted file mode 100644 index 76bcfef4fd10..000000000000 --- a/kernel/trace/rv/monitors/sncid/Kconfig +++ /dev/null @@ -1,15 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only -# -config RV_MON_SNCID - depends on RV - depends on IRQSOFF_TRACER - depends on RV_MON_SCHED - default y - select DA_MON_EVENTS_IMPLICIT - bool "sncid monitor" - help - Monitor to ensure schedule is not called with interrupt disabled. - This monitor is part of the sched monitors collection. - - For further information, see: - Documentation/trace/rv/monitor_sched.rst |