Skip to content

Commit

Permalink
config: disable opportunitic sleep
Browse files Browse the repository at this point in the history
PM_AUTOSLEEP, on the long term, doesn't go well enough with EAS.
The aggressive attempts to enter deep doze result in too many
override states, due to the system's workload queue, where deep doze
is being interfered. This is being handled more efficiently by EAS.
  • Loading branch information
dtrail committed Jan 18, 2025
1 parent ec7b131 commit 4379fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/configs/nethunter_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ CONFIG_SUSPEND_FREEZER=y
# CONFIG_HIBERNATION is not set
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_AUTOSLEEP=y
# CONFIG_PM_AUTOSLEEP is not set
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=0
# CONFIG_PM_WAKELOCKS_GC is not set
Expand Down

0 comments on commit 4379fc8

Please sign in to comment.