The latest development version of this page may be more current than this released 2.6.1-rc1 version.
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

SOF

(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:8Kconfig.zephyr:23modules/Kconfig:6doc/_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.)