Commit-ID: e1588490892b48f416ccd335f675df474a84e21d Gitweb: http://git.kernel.org/tip/e1588490892b48f416ccd335f675df474a84e21d Author: Jisheng Zhang <jszhang@xxxxxxxxxxx> AuthorDate: Wed, 22 Oct 2014 20:59:10 +0800 Committer: Jason Cooper <jason@xxxxxxxxxxxxxx> CommitDate: Sun, 2 Nov 2014 02:22:07 +0000 irqchip: dw-apb-ictl: Select GENERIC_IRQ_CHIP The dw-apb-ictl driver uses the generic-chip functions. Thus it needs to select GENERIC_IRQ_CHIP in Kconfig. Signed-off-by: Jisheng Zhang <jszhang@xxxxxxxxxxx> Link: https://lkml.kernel.org/r/1413982750-832-1-git-send-email-jszhang@xxxxxxxxxxx Signed-off-by: Jason Cooper <jason@xxxxxxxxxxxxxx> --- drivers/irqchip/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index b21f12f..a925da0 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -56,6 +56,7 @@ config BRCMSTB_L2_IRQ config DW_APB_ICTL bool + select GENERIC_IRQ_CHIP select IRQ_DOMAIN config IMGPDC_IRQ -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |