summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
authorJisheng Zhang2014-10-22 14:59:10 +0200
committerJason Cooper2014-11-02 03:22:07 +0100
commite1588490892b48f416ccd335f675df474a84e21d (patch)
tree171c1234aa14899eaa54d184ee5fdf619321484c /drivers/irqchip/Kconfig
parentirqchip: hip04: Convert to handle_domain_irq (diff)
downloadkernel-qcow2-linux-e1588490892b48f416ccd335f675df474a84e21d.tar.gz
kernel-qcow2-linux-e1588490892b48f416ccd335f675df474a84e21d.tar.xz
kernel-qcow2-linux-e1588490892b48f416ccd335f675df474a84e21d.zip
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@marvell.com> Link: https://lkml.kernel.org/r/1413982750-832-1-git-send-email-jszhang@marvell.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r--drivers/irqchip/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index b21f12f1766d..a925da041bb5 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