blob: 1ce9370a9ba81b3734df46580e6e7808c5080a7f (
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 >= 2
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.
|