diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-06-12 19:08:13 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-06-12 19:12:18 +0200 |
commit | 2554c049110f79658bd320886e4223116024aeb9 (patch) | |
tree | d15b3241da31b1cad1917e74ef5a74e485136fe9 | |
parent | 261221966f5ce40b4cd1311df8a5128a7cb76e15 (diff) | |
download | kernel_replicant_linux-history/replicant-5.1.7.tar.gz kernel_replicant_linux-history/replicant-5.1.7.tar.bz2 kernel_replicant_linux-history/replicant-5.1.7.zip |
HACK: never suspend the consolehistory/replicant-5.1.7history/battery-charger-regulator
Currently, Replicant 9 can go into suspend at any time. It for
instance goes into suspend during boot, and after some inactivity.
Since Replicant 9 is not ready yet to be usable daily it's better
not to suspend the phone to make the development faster.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | arch/arm/configs/replicant_i9305_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/replicant_i9305_defconfig b/arch/arm/configs/replicant_i9305_defconfig index 07eb7887a6ab..6b82a2489feb 100644 --- a/arch/arm/configs/replicant_i9305_defconfig +++ b/arch/arm/configs/replicant_i9305_defconfig @@ -44,7 +44,7 @@ CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ATAG_DTB_COMPAT=y CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND=y -CONFIG_CMDLINE="root=PARTLABEL=SYSTEM init=/init rootwait console=ttySAC2,115200 loglevel=8 androidboot.hardware=smdk4x12 androidboot.selinux=permissive enforcing=0" +CONFIG_CMDLINE="root=PARTLABEL=SYSTEM init=/init rootwait console=ttySAC2,115200 loglevel=8 androidboot.hardware=smdk4x12 androidboot.selinux=permissive enforcing=0 no_console_suspend" CONFIG_CMDLINE_FORCE=y CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_STAT=y |