]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
gpio: xgene-sb: select IRQ_DOMAIN_HIERARCHY
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Jul 2017 23:11:50 +0000 (08:11 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 1 Aug 2017 08:06:00 +0000 (10:06 +0200)
This driver calls irq_domain_hierarchy() and irq_chip_*_parent().
They are available only when CONFIG_IRQ_DOMAIN_HIERARCHY is enabled.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig

index f235eae04c16ed1096689329c0462df74e05a36d..461d6fc3688b61128f280a84c8ed3e1073488ab0 100644 (file)
@@ -504,6 +504,7 @@ config GPIO_XGENE_SB
        depends on ARCH_XGENE && OF_GPIO
        select GPIO_GENERIC
        select GPIOLIB_IRQCHIP
+       select IRQ_DOMAIN_HIERARCHY
        help
          This driver supports the GPIO block within the APM X-Gene
          Standby Domain. Say yes here to enable the GPIO functionality.