pinctrl: qcom: spmi-gpio: select IRQ_DOMAIN_HIERARCHY in Kconfig

Select IRQ_DOMAIN_HIERARCHY for spmi-gpio in Kconfig since this driver
is now setup as a hierarchical IRQ chip.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Brian Masney 2019-02-04 04:58:53 -05:00 committed by Linus Walleij
parent 38f7ae9bdf
commit 5c713d9394
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ config PINCTRL_QCOM_SPMI_PMIC
select PINMUX select PINMUX
select PINCONF select PINCONF
select GENERIC_PINCONF select GENERIC_PINCONF
select IRQ_DOMAIN_HIERARCHY
help help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the This is the pinctrl, pinmux, pinconf and gpiolib driver for the
Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips, Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,