Skip to content

Commit e3ce785

Browse files
gmarullcarlescufi
authored andcommitted
pm: device: runtime: remove dependency on POLL
POLL is not a dependency of runtime device PM since it now uses conditional variables to notify waiting threads. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 92b338e commit e3ce785

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/pm/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ config PM_DEVICE
5252
config PM_DEVICE_RUNTIME
5353
bool "Runtime Device Power Management"
5454
depends on PM_DEVICE
55-
select POLL
5655
help
5756
Enable Runtime Power Management to save power. With device runtime PM
5857
enabled, devices can be suspended or resumed based on the device

0 commit comments

Comments
 (0)