diff options
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r-- | litmus/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig index e00887e672df..9549afbb5591 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig | |||
@@ -77,6 +77,22 @@ config FMLP | |||
77 | Say Yes if you want FMLP long critical section | 77 | Say Yes if you want FMLP long critical section |
78 | synchronization support. | 78 | synchronization support. |
79 | 79 | ||
80 | config OMLP | ||
81 | bool "OMLP support" | ||
82 | depends on FMLP | ||
83 | default n | ||
84 | help | ||
85 | Include support for enhanced deterministic multiprocessor | ||
86 | real-time synchronization support. In contrast to FMLP, which | ||
87 | is O(n), OMLP is O(m), where n is the number of tasks sharing a | ||
88 | resource and m is the number of processors. OMLP always | ||
89 | lower-bounds FMLP-Long. | ||
90 | |||
91 | ONLY G-EDF CURRENTLY SUPPORTED! | ||
92 | |||
93 | Say Yes if you want OMLP critical section synchronization | ||
94 | support. | ||
95 | |||
80 | endmenu | 96 | endmenu |
81 | 97 | ||
82 | menu "Tracing" | 98 | menu "Tracing" |