- CONFIG_DEBUG_LOCKS¶
Spinlock debug
Type: bool
Help¶
It adds additional information to the spinlocks about
the current user of the lock. Also executes panic
on deadlock.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:197
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_build/Kconfig/Kconfig.modules:14
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Debug
config DEBUG_LOCKS
bool "Spinlock debug"
default n
depends on SOF
help
It adds additional information to the spinlocks about
the current user of the lock. Also executes panic
on deadlock.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)