The latest development version of this page may be more current than this released 2.5.0 version.
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 subsys/power/Kconfig:55

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:39

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.)