271e8adad4d7750fd60422e457ed299a3a209bab
[openwrt/openwrt.git] / target / linux / ipq806x / patches / 0058-spmi-pmic_arb-make-selectable-on-ARCH_QCOM.patch
1 From 840fe915072597b5ba9599c4579f014f47b9638e Mon Sep 17 00:00:00 2001
2 From: Josh Cartwright <joshc@codeaurora.org>
3 Date: Mon, 3 Mar 2014 10:49:43 -0600
4 Subject: [PATCH 058/182] spmi: pmic_arb: make selectable on ARCH_QCOM
5
6 With the split of Qualcomm MSM support into legacy and multiplatform,
7 the SPMI PMIC arb driver is only relevant on the multiplatform supported
8 SoCs. Switch the Kconfig depends to ARCH_QCOM.
9
10 Acked-by: Kumar Gala <galak@codeaurora.org>
11 Signed-off-by: Josh Cartwright <joshc@codeaurora.org>
12 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 ---
14 drivers/spmi/Kconfig | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/drivers/spmi/Kconfig b/drivers/spmi/Kconfig
18 index 075bd79..bf1295e 100644
19 --- a/drivers/spmi/Kconfig
20 +++ b/drivers/spmi/Kconfig
21 @@ -14,8 +14,8 @@ config SPMI_MSM_PMIC_ARB
22 tristate "Qualcomm MSM SPMI Controller (PMIC Arbiter)"
23 depends on ARM
24 depends on IRQ_DOMAIN
25 - depends on ARCH_MSM || COMPILE_TEST
26 - default ARCH_MSM
27 + depends on ARCH_QCOM || COMPILE_TEST
28 + default ARCH_QCOM
29 help
30 If you say yes to this option, support will be included for the
31 built-in SPMI PMIC Arbiter interface on Qualcomm MSM family
32 --
33 1.7.10.4
34