Commit 549f8db793494cd7fd040043037a1f0ad57d6959

Authored by Stephen Boyd
Committed by Lee Jones
1 parent c5865a5315

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -478,7 +478,7 @@
478 478  
479 479 config MFD_PM8921_CORE
480 480 tristate "Qualcomm PM8921 PMIC chip"
481   - depends on (ARCH_MSM || HEXAGON)
  481 + depends on (ARM || HEXAGON)
482 482 select IRQ_DOMAIN
483 483 select MFD_CORE
484 484 select MFD_PM8XXX