diff options
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r-- | litmus/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig index a2f267870f29..febc11552bd1 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig | |||
@@ -12,6 +12,27 @@ 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 | ||
15 | choice | ||
16 | prompt "Default C-EDF Clustering" | ||
17 | depends on PLUGIN_CEDF | ||
18 | default DEFAULT_L2 | ||
19 | help | ||
20 | Select the default C-EDF clustering: L1 (P-EDF), L2, L3, ALL (G-EDF) | ||
21 | |||
22 | config CEDF_DEFAULT_L1 | ||
23 | bool "L1" | ||
24 | |||
25 | config CEDF_DEFAULT_L2 | ||
26 | bool "L2" | ||
27 | |||
28 | config CEDF_DEFAULT_L3 | ||
29 | bool "L3" | ||
30 | |||
31 | config CEDF_DEFAULT_ALL | ||
32 | bool "All" | ||
33 | |||
34 | endchoice | ||
35 | |||
15 | config PLUGIN_PFAIR | 36 | config PLUGIN_PFAIR |
16 | bool "PFAIR" | 37 | bool "PFAIR" |
17 | depends on HIGH_RES_TIMERS && !NO_HZ | 38 | depends on HIGH_RES_TIMERS && !NO_HZ |