From 994cbff5104a107e9dc262cbc41667e88eabf3a0 Mon Sep 17 00:00:00 2001 From: Jan Alexander Steffens Date: Fri, 18 Dec 2020 23:32:08 +0000 Subject: [PATCH] Disable autosleep and wakelocks Not useful without appropriate userspace, like Android. --- config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config b/config index be8bfc2..c367a9b 100644 --- a/config +++ b/config @@ -518,10 +518,8 @@ CONFIG_HIBERNATION_SNAPSHOT_DEV=y CONFIG_PM_STD_PARTITION="" 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