Commit a5d6d271 authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij

gpio: pl061: Select IRQ_DOMAIN rather than GENERIC_IRQ_CHIP

commit f1f70479 "gpio: pl061: support irqdomain" drops the support of
irq generic chip and use irqdomain instead. Thus fixes the dependency by
selecting IRQ_DOMAIN rather than GENERIC_IRQ_CHIP.
Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 781f6d71
......@@ -228,7 +228,7 @@ config GPIO_OCTEON
config GPIO_PL061
bool "PrimeCell PL061 GPIO support"
depends on ARM_AMBA
select GENERIC_IRQ_CHIP
select IRQ_DOMAIN
help
Say yes here to support the PrimeCell PL061 GPIO device
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment