diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2014-10-22 08:59:10 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-11-01 22:22:07 -0400 |
commit | e1588490892b48f416ccd335f675df474a84e21d (patch) | |
tree | 171c1234aa14899eaa54d184ee5fdf619321484c | |
parent | 3fe149276c8dcdc1335cb27dd7cc9726c6bc59fa (diff) |
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>
-rw-r--r-- | drivers/irqchip/Kconfig | 1 |
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 | |||
56 | 56 | ||
57 | config DW_APB_ICTL | 57 | config DW_APB_ICTL |
58 | bool | 58 | bool |
59 | select GENERIC_IRQ_CHIP | ||
59 | select IRQ_DOMAIN | 60 | select IRQ_DOMAIN |
60 | 61 | ||
61 | config IMGPDC_IRQ | 62 | config IMGPDC_IRQ |