[arch-commits] Commit in linux-hardened/trunk (config)
Levente Polyak
anthraxx at archlinux.org
Tue Dec 22 17:35:34 UTC 2020
Date: Tuesday, December 22, 2020 @ 17:35:34
Author: anthraxx
Revision: 404846
Disable autosleep and wakelocks
Not useful without appropriate userspace, like Android.
Modified:
linux-hardened/trunk/config
--------+
config | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: config
===================================================================
--- config 2020-12-22 17:34:10 UTC (rev 404845)
+++ config 2020-12-22 17:35:34 UTC (rev 404846)
@@ -516,10 +516,8 @@
# 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
More information about the arch-commits
mailing list