File: Kconfig

package info (click to toggle)
linux 6.18.13-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,742,384 kB
  • sloc: ansic: 26,784,945; asm: 272,099; sh: 148,799; python: 79,242; makefile: 57,743; perl: 36,527; xml: 19,542; cpp: 5,911; yacc: 4,939; lex: 2,950; awk: 1,607; sed: 30; ruby: 25
file content (11 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (15)
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.