:orphan: .. title:: PM_STATE_LOCK .. option:: 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 =================== \ :option:`PM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_CC13X2_CC26X2 ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/power/Kconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:39`` Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power management .. parsed-literal:: config PM_STATE_LOCK bool "Power State locking capability" depends on \ :option:`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.)*