blob: 0038c9e513a9e70aa5c8fd20b5f3cd7ab55beac6 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
choice PM_POLICY
prompt "Idle State Power Management Policy"
default PM_POLICY_RESIDENCY
help
Select the idle state power management policy.
config PM_POLICY_RESIDENCY
bool "PM Policy based on CPU residency"
help
Select this option for PM policy based on CPU residencies.
config PM_POLICY_APP
bool "Application PM Policy"
help
When this option is selected, the application must provide PM policy.
endchoice