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

Commit d8f86103 authored by Prateek Sood's avatar Prateek Sood Committed by Gerrit - the friendly Code Review server
Browse files

defconfig: msm: Enable debug configs for sm6150



Enable following debug configs for sm6150:
1) CONFIG_PRINT_VMEMLAYOUT - enable dmesg logs
for vmem  info.

2) CONFIG_DEBUG_MODULE_LOAD_INFO - enable dmesg logs
for module start and end address.

3) CONFIG_PREEMPTIRQ_EVENTS - enable tracing for irqsoff
for more than 1ms.

Change-Id: I1228008a24719f9dabb1075f1e676823d225495d
Signed-off-by: default avatarPrateek Sood <prsood@codeaurora.org>
parent d4172aa9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ CONFIG_ZSMALLOC=y
CONFIG_SECCOMP=y
# CONFIG_UNMAP_KERNEL_AT_EL0 is not set
# CONFIG_HARDEN_BRANCH_PREDICTOR is not set
CONFIG_PRINT_VMEMLAYOUT=y
CONFIG_ARMV8_DEPRECATED=y
CONFIG_SWP_EMULATION=y
CONFIG_CP15_BARRIER_EMULATION=y
@@ -660,6 +661,7 @@ CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
CONFIG_PRINTK_TIME=y
CONFIG_DYNAMIC_DEBUG=y
CONFIG_DEBUG_MODULE_LOAD_INFO=y
CONFIG_DEBUG_INFO=y
CONFIG_PAGE_OWNER=y
CONFIG_PAGE_OWNER_ENABLE_DEFAULT=y
@@ -706,6 +708,7 @@ CONFIG_IPC_LOGGING=y
CONFIG_QCOM_RTB=y
CONFIG_QCOM_RTB_SEPARATE_CPUS=y
CONFIG_FUNCTION_TRACER=y
CONFIG_PREEMPTIRQ_EVENTS=y
CONFIG_IRQSOFF_TRACER=y
CONFIG_PREEMPT_TRACER=y
CONFIG_BLK_DEV_IO_TRACE=y