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

Reply via email to