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¶
Kconfig definition¶
At <Zephyr Subsystem>/pm/Kconfig:38
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:43
Menu path: (Top) → Sub Systems and OS Services → Power Management
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.)