:orphan: .. title:: HAS_NO_SYS_PM .. option:: CONFIG_HAS_NO_SYS_PM *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== This option blocks selection of PM. It can be selected in SOC targets where system power management is not supported, for example on support core of a multi-core device where SoC power management is the responsibility of a different core. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_NRF5340_CPUNET ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/power/Kconfig:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:39`` Menu path: (Top) → Sub Systems and OS Services → Power Management .. parsed-literal:: config HAS_NO_SYS_PM bool help This option blocks selection of PM. It can be selected in SOC targets where system power management is not supported, for example on support core of a multi-core device where SoC power management is the responsibility of a different core. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*