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

Commit d118966c authored by Kumar Gala's avatar Kumar Gala
Browse files

power: reset: msm - switch Kconfig to ARCH_QCOM depends



We've split Qualcomm MSM support into legacy and multiplatform.  The reset
driver is only relevant on the multiplatform supported SoCs so switch the
Kconfig depends to ARCH_QCOM.

Acked-by: Dmitry Eremin-Solenikov
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
parent 016bcb3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ config POWER_RESET_GPIO

config POWER_RESET_MSM
	bool "Qualcomm MSM power-off driver"
	depends on POWER_RESET && ARCH_MSM
	depends on POWER_RESET && ARCH_QCOM
	help
	  Power off and restart support for Qualcomm boards.