:orphan: .. title:: CONFIG_PM_DEVICE_POWER_DOMAIN .. kconfig:: CONFIG_PM_DEVICE_POWER_DOMAIN CONFIG_PM_DEVICE_POWER_DOMAIN ############################# *Enable power domain* Type: ``bool`` Help ==== .. code-block:: none Enable support for Power Domain. With power domain enabled, devices that depend on a domain will be notified when this domain is suspended or resumed. Direct dependencies =================== \ :kconfig:`PM_DEVICE ` && \ :kconfig:`PM_DEVICE ` *(Includes any dependencies from ifs and menus.)* Default ======= - y 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 → Device Power Management .. code-block:: kconfig config PM_DEVICE_POWER_DOMAIN bool "Enable power domain" default y depends on PM_DEVICE && PM_DEVICE help Enable support for Power Domain. With power domain enabled, devices that depend on a domain will be notified when this domain is suspended or resumed. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*