diff options
author | Brian Masney <masneyb@onstation.org> | 2019-08-08 14:32:39 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-08-15 09:44:19 +0200 |
commit | 821c76c4c374adf0c7a7608ee4661aa801f3c1c5 (patch) | |
tree | 93e1c6cf79174d4d9460c4cbc1ae86f595be0fd3 /drivers/pinctrl/qcom/Kconfig | |
parent | gpio: ixp4xx: Convert to hierarchical GPIOLIB_IRQCHIP (diff) | |
download | linux-821c76c4c374adf0c7a7608ee4661aa801f3c1c5.tar.xz linux-821c76c4c374adf0c7a7608ee4661aa801f3c1c5.zip |
qcom: spmi-gpio: convert to hierarchical IRQ helpers in gpio core
Now that the GPIO core has support for hierarchical IRQ chips, convert
Qualcomm's spmi-gpio over to use these new helpers to reduce duplicated
code across drivers.
This change was tested on a LG Nexus 5 (hammerhead) phone.
Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20190808123242.5359-3-linus.walleij@linaro.org
Diffstat (limited to 'drivers/pinctrl/qcom/Kconfig')
-rw-r--r-- | drivers/pinctrl/qcom/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig index 8e14a5f2e970..fa2c87821401 100644 --- a/drivers/pinctrl/qcom/Kconfig +++ b/drivers/pinctrl/qcom/Kconfig @@ -138,6 +138,7 @@ config PINCTRL_QCOM_SPMI_PMIC select PINMUX select PINCONF select GENERIC_PINCONF + select GPIOLIB_IRQCHIP select IRQ_DOMAIN_HIERARCHY help This is the pinctrl, pinmux, pinconf and gpiolib driver for the |