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