diff options
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r-- | litmus/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig index c764857aec82..5d5d6eb29882 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig | |||
@@ -12,6 +12,20 @@ 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 | config PLUGIN_PFAIR | ||
16 | bool "PFAIR" | ||
17 | depends on HIGH_RES_TIMERS && HZ_PERIODIC && HZ = "1000" | ||
18 | default y | ||
19 | help | ||
20 | Include the PFAIR plugin (i.e., the PD^2 scheduler) in the kernel. | ||
21 | The PFAIR plugin requires high resolution timers (for staggered | ||
22 | quanta) and also requires HZ_PERIODIC (i.e., periodic timer ticks | ||
23 | even if a processor is idle, as quanta could be missed otherwise). | ||
24 | Further, the PFAIR plugin uses the system tick and thus requires | ||
25 | HZ=1000 to achive reasonable granularity. | ||
26 | |||
27 | If unsure, say Yes. | ||
28 | |||
15 | config RELEASE_MASTER | 29 | config RELEASE_MASTER |
16 | bool "Release-master Support" | 30 | bool "Release-master Support" |
17 | depends on ARCH_HAS_SEND_PULL_TIMERS && SMP | 31 | depends on ARCH_HAS_SEND_PULL_TIMERS && SMP |