diff options
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r-- | drivers/irqchip/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index d770f7406631..bbb746e35500 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig | |||
@@ -30,6 +30,12 @@ config ARM_VIC_NR | |||
30 | The maximum number of VICs available in the system, for | 30 | The maximum number of VICs available in the system, for |
31 | power management. | 31 | power management. |
32 | 32 | ||
33 | config BRCMSTB_L2_IRQ | ||
34 | bool | ||
35 | depends on ARM | ||
36 | select GENERIC_IRQ_CHIP | ||
37 | select IRQ_DOMAIN | ||
38 | |||
33 | config DW_APB_ICTL | 39 | config DW_APB_ICTL |
34 | bool | 40 | bool |
35 | select IRQ_DOMAIN | 41 | select IRQ_DOMAIN |