aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r--litmus/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig
index 94b48e199577..841a7e4e9723 100644
--- a/litmus/Kconfig
+++ b/litmus/Kconfig
@@ -60,6 +60,13 @@ config LITMUS_LOCKING
60 Say Yes if you want to include locking protocols such as the FMLP and 60 Say Yes if you want to include locking protocols such as the FMLP and
61 Baker's SRP. 61 Baker's SRP.
62 62
63config LITMUS_NESTED_LOCKING
64 bool "Support for nested inheritance in locking protocols"
65 depends on LITMUS_LOCKING
66 default n
67 help
68 Enable nested priority inheritance.
69
63endmenu 70endmenu
64 71
65menu "Performance Enhancements" 72menu "Performance Enhancements"