summaryrefslogtreecommitdiff
path: root/kern/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kern/Kconfig')
-rw-r--r--kern/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/kern/Kconfig b/kern/Kconfig
index 7c718d4c..26f5e5d9 100644
--- a/kern/Kconfig
+++ b/kern/Kconfig
@@ -81,3 +81,13 @@ config THREAD_STACK_GUARD
If unsure, disable.
endmenu
+
+menu "Debugging"
+
+config MUTEX_DEBUG
+ bool "Mutex debugging"
+ default n
+ ---help---
+ Enable mutex debugging and instrumentation.
+
+endmenu