irqchip: gic-v3: Initial support for GICv3
[cascardo/linux.git] / drivers / irqchip / Kconfig
index d770f74..7f0c2a3 100644 (file)
@@ -10,6 +10,11 @@ config ARM_GIC
 config GIC_NON_BANKED
        bool
 
+config ARM_GIC_V3
+       bool
+       select IRQ_DOMAIN
+       select MULTI_IRQ_HANDLER
+
 config ARM_NVIC
        bool
        select IRQ_DOMAIN
@@ -30,6 +35,12 @@ config ARM_VIC_NR
          The maximum number of VICs available in the system, for
          power management.
 
+config BRCMSTB_L2_IRQ
+       bool
+       depends on ARM
+       select GENERIC_IRQ_CHIP
+       select IRQ_DOMAIN
+
 config DW_APB_ICTL
        bool
        select IRQ_DOMAIN