diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-02-26 13:59:25 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-19 04:58:32 -0400 |
commit | 549f8db793494cd7fd040043037a1f0ad57d6959 (patch) | |
tree | 1553f9a7ab282ed961b05df71116c1ec8f2cb4d0 /drivers/mfd | |
parent | c5865a5315dcf13fcad50aa8630eed11c9ff95a9 (diff) |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 8c3b308cfda3..83744359fb2d 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -478,7 +478,7 @@ config MFD_PM8XXX | |||
478 | 478 | ||
479 | config MFD_PM8921_CORE | 479 | config MFD_PM8921_CORE |
480 | tristate "Qualcomm PM8921 PMIC chip" | 480 | tristate "Qualcomm PM8921 PMIC chip" |
481 | depends on (ARCH_MSM || HEXAGON) | 481 | depends on (ARM || HEXAGON) |
482 | select IRQ_DOMAIN | 482 | select IRQ_DOMAIN |
483 | select MFD_CORE | 483 | select MFD_CORE |
484 | select MFD_PM8XXX | 484 | select MFD_PM8XXX |