:orphan: .. title:: CONFIG_SYS_POWER_MANAGEMENT .. kconfig:: CONFIG_SYS_POWER_MANAGEMENT CONFIG_SYS_POWER_MANAGEMENT ########################### *System Power management* Type: ``bool`` Help ==== .. code-block:: none This option is deprecated. Please use CONFIG_PM instead. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`PM ` Kconfig definition ================== At ``/pm/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:43`` Menu path: (Top) → Sub Systems and OS Services → Power Management .. code-block:: kconfig config SYS_POWER_MANAGEMENT bool "System Power management" select PM help This option is deprecated. Please use CONFIG_PM instead. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*