Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spmi: pmic_arb: make selectable on ARCH_QCOM

With the split of Qualcomm MSM support into legacy and multiplatform,
the SPMI PMIC arb driver is only relevant on the multiplatform supported
SoCs. Switch the Kconfig depends to ARCH_QCOM.

Acked-by: Kumar Gala <galak@codeaurora.org>
Signed-off-by: Josh Cartwright <joshc@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Josh Cartwright and committed by
Greg Kroah-Hartman
2415fc67 7e5ec368

+2 -2
+2 -2
drivers/spmi/Kconfig
··· 14 14 tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)" 15 15 depends on ARM 16 16 depends on IRQ_DOMAIN 17 - depends on ARCH_MSM || COMPILE_TEST 18 - default ARCH_MSM 17 + depends on ARCH_QCOM || COMPILE_TEST 18 + default ARCH_QCOM 19 19 help 20 20 If you say yes to this option, support will be included for the 21 21 built-in SPMI PMIC Arbiter interface on Qualcomm MSM family