blob: aaa260b89a2a0e881a14505f10e1c30be6cd3fdb [file] [log] [blame]
Thomas Petazzonif6e916b2012-11-20 23:00:52 +01001config IRQCHIP
2 def_bool y
3 depends on OF_IRQ
4
Rob Herring81243e42012-11-20 21:21:40 -06005config ARM_GIC
6 bool
7 select IRQ_DOMAIN
8 select MULTI_IRQ_HANDLER
9
10config GIC_NON_BANKED
11 bool
12
Marc Zyngier021f6532014-06-30 16:01:31 +010013config ARM_GIC_V3
14 bool
15 select IRQ_DOMAIN
16 select MULTI_IRQ_HANDLER
Marc Zyngier443acc42014-11-24 14:35:09 +000017 select IRQ_DOMAIN_HIERARCHY
Marc Zyngier021f6532014-06-30 16:01:31 +010018
Marc Zyngier19812722014-11-24 14:35:19 +000019config ARM_GIC_V3_ITS
20 bool
21 select PCI_MSI_IRQ_DOMAIN
22
Uwe Kleine-König292ec082013-06-26 09:18:48 +020023config ARM_NVIC
24 bool
25 select IRQ_DOMAIN
26 select GENERIC_IRQ_CHIP
27
Rob Herring44430ec2012-10-27 17:25:26 -050028config ARM_VIC
29 bool
30 select IRQ_DOMAIN
31 select MULTI_IRQ_HANDLER
32
33config ARM_VIC_NR
34 int
35 default 4 if ARCH_S5PV210
Rob Herring44430ec2012-10-27 17:25:26 -050036 default 2
37 depends on ARM_VIC
38 help
39 The maximum number of VICs available in the system, for
40 power management.
41
Boris BREZILLONb1479eb2014-07-10 19:14:18 +020042config ATMEL_AIC_IRQ
43 bool
44 select GENERIC_IRQ_CHIP
45 select IRQ_DOMAIN
46 select MULTI_IRQ_HANDLER
47 select SPARSE_IRQ
48
49config ATMEL_AIC5_IRQ
50 bool
51 select GENERIC_IRQ_CHIP
52 select IRQ_DOMAIN
53 select MULTI_IRQ_HANDLER
54 select SPARSE_IRQ
55
Florian Fainelli7f646e92014-05-23 17:40:53 -070056config BRCMSTB_L2_IRQ
57 bool
58 depends on ARM
59 select GENERIC_IRQ_CHIP
60 select IRQ_DOMAIN
61
Sebastian Hesselbarth350d71b92013-09-09 14:01:20 +020062config DW_APB_ICTL
63 bool
64 select IRQ_DOMAIN
65
James Hoganb6ef9162013-04-22 15:43:50 +010066config IMGPDC_IRQ
67 bool
68 select GENERIC_IRQ_CHIP
69 select IRQ_DOMAIN
70
Alexander Shiyanafc98d92014-02-02 12:07:46 +040071config CLPS711X_IRQCHIP
72 bool
73 depends on ARCH_CLPS711X
74 select IRQ_DOMAIN
75 select MULTI_IRQ_HANDLER
76 select SPARSE_IRQ
77 default y
78
Stefan Kristiansson4db8e6d2014-05-26 23:31:42 +030079config OR1K_PIC
80 bool
81 select IRQ_DOMAIN
82
Felipe Balbi85980662014-09-15 16:15:02 -050083config OMAP_IRQCHIP
84 bool
85 select GENERIC_IRQ_CHIP
86 select IRQ_DOMAIN
87
Sebastian Hesselbarth9dbd90f2013-06-06 18:27:09 +020088config ORION_IRQCHIP
89 bool
90 select IRQ_DOMAIN
91 select MULTI_IRQ_HANDLER
92
Magnus Damm44358042013-02-18 23:28:34 +090093config RENESAS_INTC_IRQPIN
94 bool
95 select IRQ_DOMAIN
96
Magnus Dammfbc83b72013-02-27 17:15:01 +090097config RENESAS_IRQC
98 bool
99 select IRQ_DOMAIN
100
Christian Ruppertb06eb012013-06-25 18:29:57 +0200101config TB10X_IRQC
102 bool
103 select IRQ_DOMAIN
104 select GENERIC_IRQ_CHIP
105
Linus Walleij2389d502012-10-31 22:04:31 +0100106config VERSATILE_FPGA_IRQ
107 bool
108 select IRQ_DOMAIN
109
110config VERSATILE_FPGA_IRQ_NR
111 int
112 default 4
113 depends on VERSATILE_FPGA_IRQ
Max Filippov26a8e962013-12-01 12:04:57 +0400114
115config XTENSA_MX
116 bool
117 select IRQ_DOMAIN
Sricharan R96ca8482013-12-03 15:57:23 +0530118
119config IRQ_CROSSBAR
120 bool
121 help
Masanari Iidaf54619f2014-09-18 12:09:42 +0900122 Support for a CROSSBAR ip that precedes the main interrupt controller.
Sricharan R96ca8482013-12-03 15:57:23 +0530123 The primary irqchip invokes the crossbar's callback which inturn allocates
124 a free irq and configures the IP. Thus the peripheral interrupts are
125 routed to one of the free irqchip interrupt lines.
Grygorii Strashko89323f82014-07-23 17:40:30 +0300126
127config KEYSTONE_IRQ
128 tristate "Keystone 2 IRQ controller IP"
129 depends on ARCH_KEYSTONE
130 help
131 Support for Texas Instruments Keystone 2 IRQ controller IP which
132 is part of the Keystone 2 IPC mechanism