diff options
| author | Moyster <oysterized@gmail.com> | 2017-03-22 18:15:17 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 11:00:28 +0200 |
| commit | d48c3cd923827c1f308d717f9ff4eec1d0cd7e72 (patch) | |
| tree | cd74e5e7bcac1e8648ac576b4b58662e252dfb33 | |
| parent | de0a879f49023b3eb3940a937e00ac9fa4245518 (diff) | |
defconfig: disable PM_SYNC_BEFORE_SUSPEND since we have a battery, we don't risk losing anything more than when the system is awake
| -rw-r--r-- | arch/arm64/configs/los14_m2note_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/los14_m2note_defconfig b/arch/arm64/configs/los14_m2note_defconfig index 03d0fed0b..8ff97a68f 100644 --- a/arch/arm64/configs/los14_m2note_defconfig +++ b/arch/arm64/configs/los14_m2note_defconfig @@ -427,7 +427,7 @@ CONFIG_PM=y CONFIG_PM_CLK=y CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y # CONFIG_SUSPEND_TIME is not set -CONFIG_PM_SYNC_BEFORE_SUSPEND=y +# CONFIG_PM_SYNC_BEFORE_SUSPEND is not set CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARM64_CPU_SUSPEND=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y |
