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

Commit 4e85f111 authored by Jinlong Mao's avatar Jinlong Mao Committed by Gerrit - the friendly Code Review server
Browse files

defconfig: arm64: msm: Enable MSM_DEBUG_LAR_UNLOCK for MSM8953



Enable MSM_DEBUG_LAR_UNLOCK for MSM8953. This allows unlocking
Core Debug lock to allow capture of upper 32 bits of program
counter at the time of system dump.

CRs-Fixed: 2209256
Change-Id: Ic68e8af60d251b8916dbbe14ea2b2c1bbd96929a
Signed-off-by: default avatarMao Jinlong <jinlmao@codeaurora.org>
parent ccf21f85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -547,6 +547,7 @@ CONFIG_MSM_GLADIATOR_HANG_DETECT=y
CONFIG_QCOM_EUD=y
CONFIG_QCOM_WATCHDOG_V2=y
CONFIG_QCOM_MEMORY_DUMP_V2=y
CONFIG_MSM_DEBUG_LAR_UNLOCK=y
CONFIG_MSM_RPM_SMD=y
CONFIG_QCOM_BUS_SCALING=y
CONFIG_QCOM_SECURE_BUFFER=y
+9 −0
Original line number Diff line number Diff line
@@ -278,6 +278,15 @@ config QCOM_MEMORY_DUMP_V2
	  of deadlocks or cpu hangs these dump regions are captured to
	  give a snapshot of the system at the time of the crash.

config MSM_DEBUG_LAR_UNLOCK
        bool "MSM Debug LAR Unlock Support"
        depends on QCOM_MEMORY_DUMP_V2
        help
         This allows unlocking Core Debug lock to allow capture
         of upper 32 bits of program counter at the time of
         system crash. This is useful in getting correct crash
         location.

config QCOM_MINIDUMP
	bool "QCOM Minidump Support"
	depends on MSM_SMEM && QCOM_DLOAD_MODE