aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r--litmus/Kconfig12
1 files changed, 11 insertions, 1 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig
index cc49e1a7f9c7..614e1051fa49 100644
--- a/litmus/Kconfig
+++ b/litmus/Kconfig
@@ -1,6 +1,6 @@
1menu "LITMUS^RT" 1menu "LITMUS^RT"
2 2
3menu "Plugins" 3menu "Scheduling"
4 4
5config PLUGIN_CEDF 5config PLUGIN_CEDF
6 bool "Clustered-EDF" 6 bool "Clustered-EDF"
@@ -11,6 +11,16 @@ config PLUGIN_CEDF
11 On smaller platforms (e.g., ARM PB11MPCore), using C-EDF 11 On smaller platforms (e.g., ARM PB11MPCore), using C-EDF
12 makes little sense since there aren't any shared caches. 12 makes little sense since there aren't any shared caches.
13 13
14config RELEASE_MASTER
15 bool "Release-master Support"
16 default n
17 help
18 Allow one processor to act as a dedicated interrupt processor
19 that services all timer interrupts, but that does not schedule
20 real-time tasks. See RTSS'09 paper for details
21 (http://www.cs.unc.edu/~anderson/papers.html).
22 Currently only supported by GSN-EDF.
23
14endmenu 24endmenu
15 25
16menu "Real-Time Synchronization" 26menu "Real-Time Synchronization"