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