瀏覽代碼

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>
Jisheng Zhang 10 年之前
父節點
當前提交
e158849089
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/irqchip/Kconfig

+ 1 - 0
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