:orphan: .. title:: PM_MAX_DEVICES .. option:: CONFIG_PM_MAX_DEVICES *Max number of devices support power management* Type: ``int`` Direct dependencies =================== \ :option:`PM_DEVICE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 15 Kconfig definition ================== .. highlight:: kconfig At ``subsys/power/Kconfig:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:39`` Menu path: (Top) → Sub Systems and OS Services → Power Management .. parsed-literal:: config PM_MAX_DEVICES int "Max number of devices support power management" default 15 depends on \ :option:`PM_DEVICE ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*