diff options
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r-- | litmus/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig index 874794f64af1..cc49e1a7f9c7 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig | |||
@@ -1,5 +1,18 @@ | |||
1 | menu "LITMUS^RT" | 1 | menu "LITMUS^RT" |
2 | 2 | ||
3 | menu "Plugins" | ||
4 | |||
5 | config PLUGIN_CEDF | ||
6 | bool "Clustered-EDF" | ||
7 | default y | ||
8 | help | ||
9 | Include the Clustered EDF (C-EDF) plugin in the kernel. | ||
10 | This is appropriate for large platforms with shared caches. | ||
11 | On smaller platforms (e.g., ARM PB11MPCore), using C-EDF | ||
12 | makes little sense since there aren't any shared caches. | ||
13 | |||
14 | endmenu | ||
15 | |||
3 | menu "Real-Time Synchronization" | 16 | menu "Real-Time Synchronization" |
4 | 17 | ||
5 | config NP_SECTION | 18 | config NP_SECTION |