The latest development version of this page may be more current than this released 2.7.5 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/pm/Kconfig:38

Included via Kconfig:8Kconfig.zephyr:44subsys/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.)