summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2014-02-26 18:59:25 (GMT)
committerLee Jones <lee.jones@linaro.org>2014-03-19 08:58:32 (GMT)
commit549f8db793494cd7fd040043037a1f0ad57d6959 (patch)
tree1553f9a7ab282ed961b05df71116c1ec8f2cb4d0 /drivers/mfd
parentc5865a5315dcf13fcad50aa8630eed11c9ff95a9 (diff)
downloadlinux-549f8db793494cd7fd040043037a1f0ad57d6959.tar.xz
mfd: pm8921: Loosen Kconfig dependency
Allow this driver to be compiled on all ARM builds as it doesn't rely on anything within arm/mach-msm. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 8c3b308..8374435 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -478,7 +478,7 @@ config MFD_PM8XXX
config MFD_PM8921_CORE
tristate "Qualcomm PM8921 PMIC chip"
- depends on (ARCH_MSM || HEXAGON)
+ depends on (ARM || HEXAGON)
select IRQ_DOMAIN
select MFD_CORE
select MFD_PM8XXX