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 ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/subsys/power/Kconfig:44

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:36

Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power management

config SYS_PM_STATE_LOCK
    bool "Enable Power State locking capability"
    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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)