We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03232f9 commit 80021f2Copy full SHA for 80021f2
subsys/pm/policy/CMakeLists.txt
@@ -1,4 +1,3 @@
1
# SPDX-License-Identifier: Apache-2.0
2
3
-zephyr_sources_ifdef(CONFIG_PM_POLICY_DUMMY policy_dummy.c)
4
zephyr_sources_ifdef(CONFIG_PM_POLICY_RESIDENCY_DEFAULT policy_residency.c)
subsys/pm/policy/Kconfig
@@ -11,13 +11,6 @@ config PM_POLICY_RESIDENCY
11
help
12
Select this option for PM policy based on CPU residencies.
13
14
-config PM_POLICY_DUMMY
15
- bool "Dummy PM Policy for testing purposes"
16
- help
17
- Dummy PM Policy which simply returns next PM state in a loop.
18
-
19
- This policy is used for testing purposes only.
20
21
config PM_POLICY_APP
22
bool "Application PM Policy"
23
subsys/pm/policy/policy_dummy.c
0 commit comments