:orphan: .. title:: CONFIG_HAS_NO_SYS_PM .. kconfig:: CONFIG_HAS_NO_SYS_PM CONFIG_HAS_NO_SYS_PM #################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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 =============================== - \ :kconfig:`SOC_NRF5340_CPUNET ` - \ :kconfig:`SOC_NRF5340_CPUNET ` Kconfig definition ================== At ``/pm/Kconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:43`` Menu path: (Top) → Sub Systems and OS Services → Power Management .. code-block:: kconfig 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.)*