From: Axel Lin Date: Tue, 4 Feb 2014 12:39:01 +0000 (+0800) Subject: gpio: pl061: Select IRQ_DOMAIN rather than GENERIC_IRQ_CHIP X-Git-Tag: v4.14-rc1~7777^2~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5d6d271b388330a21ff75bca928fefb8489a6f5;p=platform%2Fkernel%2Flinux-rpi.git gpio: pl061: Select IRQ_DOMAIN rather than GENERIC_IRQ_CHIP commit f1f70479e999 "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 Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 6973387..2ca735f 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -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