CONFIG_PM_MAX_DEVICES

Max number of devices support power management

Type: int

Direct dependencies

DEVICE_POWER_MANAGEMENT

(Includes any dependencies from ifs and menus.)

Default

  • 15

Kconfig definition

At <Zephyr>/subsys/power/Kconfig:95

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:36

Menu path: (Top) → Sub Systems and OS Services → Power Management → Device power management

config PM_MAX_DEVICES
    int "Max number of devices support power management"
    default 15
    depends on DEVICE_POWER_MANAGEMENT

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)