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

Commit 7025db06 authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta Committed by Elliot Berman
Browse files

soc: qcom: Kconfig: Fix the dependencies for minidump



The minidump driver's Kconfig dependency was incorrectly set
to POWER_RESET_QCOM, instead of POWER_RESET_MSM. The build
system sees this as an unknown Kconfig option and as a result,
the minidump driver never gets a chance to be enabled. Hence,
reassign the dependency to the correct Kconfig.

Change-Id: I7ef9f059954b1b6fe2972257435a4eee3bd8ef74
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent 063d344e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -449,7 +449,7 @@ config QCOM_DCC_V2

config QCOM_MINIDUMP
	tristate "QCOM Minidump Support"
	depends on QCOM_SMEM && POWER_RESET_QCOM
	depends on QCOM_SMEM && POWER_RESET_MSM
	help
	  This enables minidump feature. It allows various clients to
	  register to dump their state at system bad state (panic/WDT,etc.,).