diff options
-rw-r--r-- | litmus/Kconfig | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig index 7b329d68bd..0b8e348554 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig | |||
@@ -1,5 +1,31 @@ | |||
1 | menu "LITMUS^RT" | 1 | menu "LITMUS^RT" |
2 | 2 | ||
3 | config NP_SECTION | ||
4 | bool "Non-preemptive section support" | ||
5 | depends on !SPARC64 | ||
6 | default y | ||
7 | help | ||
8 | Include support for flag-based non-preemptive section signaling | ||
9 | from userspace. | ||
10 | |||
11 | (currently broken on SPARC64) | ||
12 | |||
13 | Say Yes if in doubt. | ||
14 | |||
15 | |||
16 | config FMLP | ||
17 | bool "FMLP support" | ||
18 | depends on NP_SECTION | ||
19 | default y | ||
20 | help | ||
21 | Include support for deterministic multiprocessor real-time | ||
22 | synchronization support. | ||
23 | |||
24 | Say Yes if in doubt. | ||
25 | |||
26 | |||
27 | menu "Tracing" | ||
28 | |||
3 | config SCHED_TASK_TRACE | 29 | config SCHED_TASK_TRACE |
4 | bool "Trace real-time tasks" | 30 | bool "Trace real-time tasks" |
5 | default y | 31 | default y |
@@ -37,3 +63,5 @@ config FEATHER_TRACE | |||
37 | 63 | ||
38 | 64 | ||
39 | endmenu | 65 | endmenu |
66 | |||
67 | endmenu | ||