zephyr/subsys/power/Kconfig
Ramakrishna Pallala c511857f57 subsys: power: Add support for pluggable PM policies
Add support for adding and selecting pluggable PM policies
which can be enabled based on the application needs.

Also added a dummy policy for demonstration purpose which
simply loops over the supported PM states.

Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2018-09-20 10:20:23 -04:00

9 lines
114 B
Plaintext

if PM_CONTROL_OS
menu "OS Power Management"
source "subsys/power/policy/Kconfig"
endmenu
endif # PM_CONTROL_OS