aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r--drivers/irqchip/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 4a33351c25dc..1fea003ed33f 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -10,6 +10,11 @@ config ARM_GIC
10config GIC_NON_BANKED 10config GIC_NON_BANKED
11 bool 11 bool
12 12
13config ARM_NVIC
14 bool
15 select IRQ_DOMAIN
16 select GENERIC_IRQ_CHIP
17
13config ARM_VIC 18config ARM_VIC
14 bool 19 bool
15 select IRQ_DOMAIN 20 select IRQ_DOMAIN
@@ -25,6 +30,11 @@ config ARM_VIC_NR
25 The maximum number of VICs available in the system, for 30 The maximum number of VICs available in the system, for
26 power management. 31 power management.
27 32
33config ORION_IRQCHIP
34 bool
35 select IRQ_DOMAIN
36 select MULTI_IRQ_HANDLER
37
28config RENESAS_INTC_IRQPIN 38config RENESAS_INTC_IRQPIN
29 bool 39 bool
30 select IRQ_DOMAIN 40 select IRQ_DOMAIN
@@ -33,6 +43,11 @@ config RENESAS_IRQC
33 bool 43 bool
34 select IRQ_DOMAIN 44 select IRQ_DOMAIN
35 45
46config TB10X_IRQC
47 bool
48 select IRQ_DOMAIN
49 select GENERIC_IRQ_CHIP
50
36config VERSATILE_FPGA_IRQ 51config VERSATILE_FPGA_IRQ
37 bool 52 bool
38 select IRQ_DOMAIN 53 select IRQ_DOMAIN