CONFIG_PM_DEVICE_POWER_DOMAIN
Enable power domain
Type: bool
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.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <Subsystem>/pm/Kconfig:57
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:43
Menu path: (Top) → Sub Systems and OS Services → Power Management → Device Power Management
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.)