gpio: xgene-sb: select IRQ_DOMAIN_HIERARCHY

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>

authored by Masahiro Yamada and committed by Linus Walleij c23d200f 8db63f53

+1
+1
drivers/gpio/Kconfig
··· 504 504 depends on ARCH_XGENE && OF_GPIO 505 505 select GPIO_GENERIC 506 506 select GPIOLIB_IRQCHIP 507 + select IRQ_DOMAIN_HIERARCHY 507 508 help 508 509 This driver supports the GPIO block within the APM X-Gene 509 510 Standby Domain. Say yes here to enable the GPIO functionality.