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

Commit b344d45d authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

soc: qcom: Adjust Kconfig dependency for QCOM_MINIDUMP



In preparation for the removal of the QCOM_DLOAD_MODE config
option, adjust the dependency of the QCOM_MINIDUMP driver,
so that it now depends on the POWER_RESET_QCOM config, instead
of the QCOM_DLOAD_MODE config.

Change-Id: If0a73a78e9f6d5a7baa72bd23c40a7d9dac09997
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
parent c6217dd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -415,7 +415,7 @@ config QCOM_EUD

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