diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-02-26 22:59:21 +0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-19 12:58:29 +0400 |
commit | dc1a95ccaa1158948bbc6648d6dadc534a30ed92 (patch) | |
tree | dd83329603148ec2f223f41eb102381ac13c272a /drivers/mfd/Kconfig | |
parent | cced3548babc6d5338261f1b43ead62d93448567 (diff) | |
download | linux-dc1a95ccaa1158948bbc6648d6dadc534a30ed92.tar.xz |
mfd: pm8921: Migrate to irqdomains
Convert this driver to use irqdomains so that the PMIC's child
devices can be converted to devicetree.
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 650c90f814ff..833d2c884437 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -479,6 +479,7 @@ config MFD_PM8XXX config MFD_PM8921_CORE tristate "Qualcomm PM8921 PMIC chip" depends on (ARCH_MSM || HEXAGON) + select IRQ_DOMAIN select MFD_CORE select MFD_PM8XXX help |