Disable autosleep and wakelocks

Not useful without appropriate userspace, like Android.
This commit is contained in:
Jan Alexander Steffens 2020-12-18 23:32:08 +00:00
parent d522f29651
commit 994cbff510
1 changed files with 2 additions and 4 deletions

6
config
View File

@ -518,10 +518,8 @@ CONFIG_HIBERNATION_SNAPSHOT_DEV=y
CONFIG_PM_STD_PARTITION="" CONFIG_PM_STD_PARTITION=""
CONFIG_PM_SLEEP=y CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_AUTOSLEEP=y # CONFIG_PM_AUTOSLEEP is not set
CONFIG_PM_WAKELOCKS=y # CONFIG_PM_WAKELOCKS is not set
CONFIG_PM_WAKELOCKS_LIMIT=100
CONFIG_PM_WAKELOCKS_GC=y
CONFIG_PM=y CONFIG_PM=y
CONFIG_PM_DEBUG=y CONFIG_PM_DEBUG=y
# CONFIG_PM_ADVANCED_DEBUG is not set # CONFIG_PM_ADVANCED_DEBUG is not set