xref: /linux/kernel/trace/rv/monitors/rtapp/Kconfig (revision d9e4c61a12dd4ac58a780bc8a6b3bb1a9a8e2120)
1config RV_MON_RTAPP
2	depends on RV
3	depends on RV_PER_TASK_MONITORS >= 3
4	bool "rtapp monitor"
5	help
6	  Collection of monitors to check for common problems with real-time
7	  application that may cause unexpected latency.
8
9	  If you are developing a real-time system and not entirely sure whether
10	  the applications are designed correctly for real-time, you want to say
11	  Y here.
12