The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SYS_PM_STATE_LOCK

Enable Power State locking capability

Type: bool

Help

Enable Power Management system state locking capability if any application wants to temporarily disable certain Power States while doing any critical work or needs quick response from hardware resources.

Direct dependencies

SYS_POWER_MANAGEMENT

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/power/Kconfig:3

Included via Kconfig:10Kconfig.zephyr:31kernel/Kconfig:772kernel/Kconfig.power_mgmt:44

Menu path: (top menu) → General Kernel Options → System Power management

config SYS_PM_STATE_LOCK
    bool
    prompt "Enable Power State locking capability" if SYS_POWER_MANAGEMENT
    depends on SYS_POWER_MANAGEMENT
    help
      Enable Power Management system state locking capability
      if any application wants to temporarily disable certain
      Power States while doing any critical work or needs quick
      response from hardware resources.

(Definitions include propagated dependencies, including from if’s and menus.)