Skip to content

Commit 80021f2

Browse files
gmarullcarlescufi
authored andcommitted
pm: policy: drop dummy policy
The dummy policy is not being used anywhere, not even for testing as it claims. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 03232f9 commit 80021f2

File tree

3 files changed

+0
-59
lines changed

3 files changed

+0
-59
lines changed

subsys/pm/policy/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
zephyr_sources_ifdef(CONFIG_PM_POLICY_DUMMY policy_dummy.c)
43
zephyr_sources_ifdef(CONFIG_PM_POLICY_RESIDENCY_DEFAULT policy_residency.c)

subsys/pm/policy/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ config PM_POLICY_RESIDENCY
1111
help
1212
Select this option for PM policy based on CPU residencies.
1313

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-
2114
config PM_POLICY_APP
2215
bool "Application PM Policy"
2316
help

subsys/pm/policy/policy_dummy.c

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)