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

Commit c75f26d9 authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

soc: qcom: Fix cache_m4m_erp64 Kconfig dependencies



The PANIC_ON_CE and PANIC_ON_UE Kconfig items are dependent
on CONFIG_MSM_CACHE_M4M_ERP64. Reflect this in the Kconfig.

Change-Id: I56aebfa07c6076dfc5e06ef27e67f717ae600b91
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent cbd32df3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -446,8 +446,6 @@ CONFIG_MSM_COMMON_LOG=y
CONFIG_MSM_DDR_HEALTH=y
CONFIG_MSM_WATCHDOG_V2=y
CONFIG_MSM_FORCE_WDOG_BITE_ON_PANIC=y
CONFIG_MSM_CACHE_M4M_ERP64_PANIC_ON_CE=y
CONFIG_MSM_CACHE_M4M_ERP64_PANIC_ON_UE=y
CONFIG_MSM_RPM_SMD=y
CONFIG_MSM_RPM_LOG=y
CONFIG_MSM_RPM_STATS_LOG=y
+2 −0
Original line number Diff line number Diff line
@@ -187,6 +187,7 @@ config MSM_CACHE_M4M_ERP64

config MSM_CACHE_M4M_ERP64_PANIC_ON_CE
       bool "Panic on correctable cache/M4M errors"
       depends on MSM_CACHE_M4M_ERP64
       help
         Say 'Y' here to cause kernel panic when correctable cache/M4M errors
         are detected.  Enabling this is useful when you want to dump memory
@@ -196,6 +197,7 @@ config MSM_CACHE_M4M_ERP64_PANIC_ON_CE

config MSM_CACHE_M4M_ERP64_PANIC_ON_UE
       bool "Panic on uncorrectable cache/M4M errors"
       depends on MSM_CACHE_M4M_ERP64
       help
         Say 'Y' here to cause kernel panic when uncorrectable cache/M4M errors
         are detected.