Loading arch/arm64/configs/msm8953_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -549,6 +549,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 Loading drivers/soc/qcom/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
arch/arm64/configs/msm8953_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -549,6 +549,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 Loading
drivers/soc/qcom/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -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 Loading