-
CONFIG_PM_DEVICE_IDLE¶
Device Idle Power Management
Type: bool
Help¶
Enable device Idle Power Management to save power. With device Idle PM enabled, devices can be suspended or resumed based on the device usage even while the CPU or system is running.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At subsys/power/Kconfig:85
Included via Kconfig:8 → Kconfig.zephyr:34 → subsys/Kconfig:39
Menu path: (Top) → Sub Systems and OS Services → Power Management
config PM_DEVICE_IDLE
bool "Device Idle Power Management"
select POLL
depends on PM_DEVICE
help
Enable device Idle Power Management to save power.
With device Idle PM enabled, devices can be suspended or
resumed based on the device usage even while the CPU or
system is running.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)