aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-07-12 08:11:50 +0900
committerLinus Walleij <linus.walleij@linaro.org>2017-08-01 10:06:00 +0200
commitc23d200fec9e7523ecf24017187fea4e2f4abee4 (patch)
treeb283a769a0ef0f664ecef867cc69dd778fb294d7 /drivers/gpio/Kconfig
parentpinctrl: stm32: select IRQ_DOMAIN_HIERARCHY instead of depends on (diff)
downloadlinux-dev-c23d200fec9e7523ecf24017187fea4e2f4abee4.tar.xz
linux-dev-c23d200fec9e7523ecf24017187fea4e2f4abee4.zip
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>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index f235eae04c16..461d6fc3688b 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -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.