diff options
Diffstat (limited to 'kern/Kconfig')
-rw-r--r-- | kern/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kern/Kconfig b/kern/Kconfig index 21bfaa31..13cd39b6 100644 --- a/kern/Kconfig +++ b/kern/Kconfig @@ -96,4 +96,10 @@ config MUTEX_DEBUG ---help--- Enable mutex debugging and instrumentation. +config SPINLOCK_DEBUG + bool "Spinlock debugging" + default n + ---help--- + Enable spinlock ownership tracking. + endmenu |