summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2020-12-22 18:35:05 +0100
committeranthraxx2020-12-22 18:35:05 +0100
commitf4c0cee8f65530599aba41e32adf44c3d2402a6c (patch)
tree525731051b506b829cbda0a550544681bef7425b
parentda077b128b749d556eacb2e18a73ede4b11335e2 (diff)
downloadaur-f4c0cee8f65530599aba41e32adf44c3d2402a6c.tar.gz
Disable autosleep and wakelocks
Not useful without appropriate userspace, like Android.
-rw-r--r--config6
1 files changed, 2 insertions, 4 deletions
diff --git a/config b/config
index 3474a9a9d1f4..561facf55045 100644
--- a/config
+++ b/config
@@ -516,10 +516,8 @@ CONFIG_HIBERNATE_CALLBACKS=y
# CONFIG_HIBERNATION is not set
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
-CONFIG_PM_AUTOSLEEP=y
-CONFIG_PM_WAKELOCKS=y
-CONFIG_PM_WAKELOCKS_LIMIT=100
-CONFIG_PM_WAKELOCKS_GC=y
+# CONFIG_PM_AUTOSLEEP is not set
+# CONFIG_PM_WAKELOCKS is not set
CONFIG_PM=y
CONFIG_PM_DEBUG=y
# CONFIG_PM_ADVANCED_DEBUG is not set