aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spmi
diff options
context:
space:
mode:
authorJosh Cartwright <joshc@codeaurora.org>2014-03-03 11:49:43 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-03-09 01:15:52 -0500
commit2415fc67686621bce7ce020f19408a3987401d8a (patch)
tree9a37c854a6c87a606950a9c52b8231d9c6a0dbff /drivers/spmi
parent7e5ec36834a5752304dc0751dfab42ba6ad64a85 (diff)
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>
Diffstat (limited to 'drivers/spmi')
-rw-r--r--drivers/spmi/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spmi/Kconfig b/drivers/spmi/Kconfig
index 075bd79e1ac4..bf1295e19f89 100644
--- a/drivers/spmi/Kconfig
+++ b/drivers/spmi/Kconfig
@@ -14,8 +14,8 @@ config SPMI_MSM_PMIC_ARB
14 tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)" 14 tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)"
15 depends on ARM 15 depends on ARM
16 depends on IRQ_DOMAIN 16 depends on IRQ_DOMAIN
17 depends on ARCH_MSM || COMPILE_TEST 17 depends on ARCH_QCOM || COMPILE_TEST
18 default ARCH_MSM 18 default ARCH_QCOM
19 help 19 help
20 If you say yes to this option, support will be included for the 20 If you say yes to this option, support will be included for the
21 built-in SPMI PMIC Arbiter interface on Qualcomm MSM family 21 built-in SPMI PMIC Arbiter interface on Qualcomm MSM family