Skip to content

Commit

Permalink
gpio: pl061: Select IRQ_DOMAIN rather than GENERIC_IRQ_CHIP
Browse files Browse the repository at this point in the history
commit f1f7047 "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: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Axel Lin authored and Linus Walleij committed Feb 6, 2014
1 parent 781f6d7 commit a5d6d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a5d6d27

Please sign in to comment.