summaryrefslogtreecommitdiff
path: root/kern/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kern/Kconfig')
-rw-r--r--kern/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/kern/Kconfig b/kern/Kconfig
index 417017b..39ed902 100644
--- a/kern/Kconfig
+++ b/kern/Kconfig
@@ -102,4 +102,10 @@ config MUTEX_DEBUG
---help---
Enable mutex debugging and instrumentation.
+config SPINLOCK_DEBUG
+ bool "Spinlock debugging"
+ default n
+ ---help---
+ Enable spinlock ownership tracking.
+
endmenu