aboutsummaryrefslogtreecommitdiffstats
path: root/litmus
diff options
context:
space:
mode:
Diffstat (limited to 'litmus')
-rw-r--r--litmus/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig
index 9888589ef126..e00887e672df 100644
--- a/litmus/Kconfig
+++ b/litmus/Kconfig
@@ -58,9 +58,17 @@ config SRP
58 Say Yes if you want FMLP local long critical section 58 Say Yes if you want FMLP local long critical section
59 synchronization support. 59 synchronization support.
60 60
61config PI_SEMAPHORES
62 bool "Semaphores with Priority Inheritance"
63 default n
64 help
65 Generalized support for all Litmus priority inheriting semaphore
66 protocols.
67
61config FMLP 68config FMLP
62 bool "FMLP support" 69 bool "FMLP support"
63 depends on NP_SECTION 70 depends on NP_SECTION
71 depends on PI_SEMAPHORES
64 default n 72 default n
65 help 73 help
66 Include support for deterministic multiprocessor real-time 74 Include support for deterministic multiprocessor real-time