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