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>
9 lines
114 B
Plaintext
9 lines
114 B
Plaintext
|
|
if PM_CONTROL_OS
|
|
menu "OS Power Management"
|
|
|
|
source "subsys/power/policy/Kconfig"
|
|
|
|
endmenu
|
|
endif # PM_CONTROL_OS
|