hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
menu "Testing drivers"
 
config XENO_DRIVERS_TIMERBENCH
   tristate "Timer benchmark driver"
   default y
   help
   Kernel-based benchmark driver for timer latency evaluation.
   See testsuite/latency for a possible front-end.
 
config XENO_DRIVERS_SWITCHTEST
   tristate "Context switch unit testing driver"
   default y
   help
   Kernel-based driver for unit testing context switches and
   FPU switches.
 
config XENO_DRIVERS_HEAPCHECK
   tristate "Memory allocator test driver"
   default y
   help
   Kernel-based driver for testing Cobalt's memory allocator.
 
config XENO_DRIVERS_RTDMTEST
   depends on m
   tristate "RTDM unit tests driver"
   help
   Kernel driver for performing RTDM unit tests.
 
endmenu