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