aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Kconfig
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2013-10-09 15:48:51 -0400
committerGlenn Elliott <gelliott@cs.unc.edu>2013-10-09 15:48:51 -0400
commit91ac0052eec03b8624ea3613acd50825c17981f1 (patch)
tree3a174eaaecb516e67009ba6284f3957a30e013d8 /litmus/Kconfig
parent7fb54decc59fa5855cd273bfda908fd443a37e67 (diff)
Remove C-RM support for now.
Remove C-RM support. It will be easier to re-add C-RM after we've ported C-EDF forward.
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r--litmus/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig
index 03f31157abc7..3adfa1fe9800 100644
--- a/litmus/Kconfig
+++ b/litmus/Kconfig
@@ -12,16 +12,6 @@ config PLUGIN_CEDF
12 On smaller platforms (e.g., ARM PB11MPCore), using C-EDF 12 On smaller platforms (e.g., ARM PB11MPCore), using C-EDF
13 makes little sense since there aren't any shared caches. 13 makes little sense since there aren't any shared caches.
14 14
15config PLUGIN_CRM
16 bool "Clustered-RM"
17 depends on X86 && SYSFS
18 default y
19 help
20 Include the Clustered RM (C-RM) plugin in the kernel.
21 This is appropriate for large platforms with shared caches.
22 On smaller platforms (e.g., ARM PB11MPCore), using C-EDF
23 makes little sense since there aren't any shared caches.
24
25config RECURSIVE_READYQ_LOCK 15config RECURSIVE_READYQ_LOCK
26 bool "Recursive Ready Queue Lock" 16 bool "Recursive Ready Queue Lock"
27 default n 17 default n