Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61b76d55 authored by Kishan Kumar's avatar Kishan Kumar Committed by Gerrit - the friendly Code Review server
Browse files

defconfig: msm8909: Disable DEBUG_LL & EARLY_PRINTK



In LK, UART is disabled for some power optimisations.
This requires DEBUG_LL & EARLY_PRINTK config options
to be disabled in the kernel.

Change-Id: I8ec7837547c572dc6802b8ddfb3d980bebfd8ef8
Signed-off-by: default avatarKishan Kumar <kishank@codeaurora.org>
parent 173ae889
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -569,8 +569,6 @@ CONFIG_DYNAMIC_DEBUG=y
CONFIG_PANIC_ON_DATA_CORRUPTION=y
CONFIG_DEBUG_USER=y
CONFIG_FREE_PAGES_RDONLY=y
CONFIG_DEBUG_LL=y
CONFIG_EARLY_PRINTK=y
CONFIG_DEBUG_SET_MODULE_RONX=y
CONFIG_KEYS=y
CONFIG_SECURITY=y
+0 −2
Original line number Diff line number Diff line
@@ -572,8 +572,6 @@ CONFIG_DYNAMIC_DEBUG=y
CONFIG_PANIC_ON_DATA_CORRUPTION=y
CONFIG_DEBUG_USER=y
CONFIG_FREE_PAGES_RDONLY=y
CONFIG_DEBUG_LL=y
CONFIG_EARLY_PRINTK=y
CONFIG_DEBUG_SET_MODULE_RONX=y
CONFIG_KEYS=y
CONFIG_SECURITY=y