CONFIG_PM_STATE_LOCK

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

PM

(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:51

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

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

config PM_STATE_LOCK
    bool "Power State locking capability"
    depends on PM
    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.)