blob: d1f43cb92e4d8905ed4300d79566274848df57a7 [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
Yingjoe Chen9a1091e2014-11-25 16:04:19 +08008 select IRQ_DOMAIN_HIERARCHY
Rob Herring81243e42012-11-20 21:21:40 -06009 select MULTI_IRQ_HANDLER
10
Jon Hunter9c8eddd2016-06-07 16:12:34 +010011config ARM_GIC_PM
12 bool
13 depends on PM
14 select ARM_GIC
15 select PM_CLK
16
Linus Walleija27d21e2015-12-18 10:44:53 +010017config ARM_GIC_MAX_NR
18 int
19 default 2 if ARCH_REALVIEW
20 default 1
21
Suravee Suthikulpanit853a33c2014-11-25 18:47:22 +000022config ARM_GIC_V2M
23 bool
Arnd Bergmann3ee80362016-06-15 15:47:33 -050024 depends on PCI
25 select ARM_GIC
26 select PCI_MSI
Suravee Suthikulpanit853a33c2014-11-25 18:47:22 +000027
Rob Herring81243e42012-11-20 21:21:40 -060028config GIC_NON_BANKED
29 bool
30
Marc Zyngier021f6532014-06-30 16:01:31 +010031config ARM_GIC_V3
32 bool
33 select IRQ_DOMAIN
34 select MULTI_IRQ_HANDLER
Marc Zyngier443acc42014-11-24 14:35:09 +000035 select IRQ_DOMAIN_HIERARCHY
Marc Zyngiere3825ba2016-04-11 09:57:54 +010036 select PARTITION_PERCPU
Marc Zyngier021f6532014-06-30 16:01:31 +010037
Marc Zyngier19812722014-11-24 14:35:19 +000038config ARM_GIC_V3_ITS
39 bool
Arnd Bergmann3ee80362016-06-15 15:47:33 -050040 depends on PCI
41 depends on PCI_MSI
Uwe Kleine-König292ec082013-06-26 09:18:48 +020042
Rob Herring44430ec2012-10-27 17:25:26 -050043config ARM_NVIC
44 bool
45 select IRQ_DOMAIN
Stefan Agner2d9f59f2015-05-16 11:44:16 +020046 select IRQ_DOMAIN_HIERARCHY
Rob Herring44430ec2012-10-27 17:25:26 -050047 select GENERIC_IRQ_CHIP
48
49config ARM_VIC
50 bool
51 select IRQ_DOMAIN
52 select MULTI_IRQ_HANDLER
53
54config ARM_VIC_NR
55 int
56 default 4 if ARCH_S5PV210
Rob Herring44430ec2012-10-27 17:25:26 -050057 default 2
58 depends on ARM_VIC
59 help
60 The maximum number of VICs available in the system, for
61 power management.
62
Thomas Petazzonifed6d332016-02-10 15:46:56 +010063config ARMADA_370_XP_IRQ
64 bool
Thomas Petazzonifed6d332016-02-10 15:46:56 +010065 select GENERIC_IRQ_CHIP
Arnd Bergmann3ee80362016-06-15 15:47:33 -050066 select PCI_MSI if PCI
Thomas Petazzonifed6d332016-02-10 15:46:56 +010067
Antoine Tenarte6b78f22016-02-19 16:22:44 +010068config ALPINE_MSI
69 bool
Arnd Bergmann3ee80362016-06-15 15:47:33 -050070 depends on PCI
71 select PCI_MSI
Antoine Tenarte6b78f22016-02-19 16:22:44 +010072 select GENERIC_IRQ_CHIP
Antoine Tenarte6b78f22016-02-19 16:22:44 +010073
Boris BREZILLONb1479eb2014-07-10 19:14:18 +020074config ATMEL_AIC_IRQ
75 bool
76 select GENERIC_IRQ_CHIP
77 select IRQ_DOMAIN
78 select MULTI_IRQ_HANDLER
79 select SPARSE_IRQ
80
81config ATMEL_AIC5_IRQ
82 bool
83 select GENERIC_IRQ_CHIP
84 select IRQ_DOMAIN
85 select MULTI_IRQ_HANDLER
86 select SPARSE_IRQ
87
Ralf Baechle0509cfd2015-07-08 14:46:08 +020088config I8259
89 bool
90 select IRQ_DOMAIN
91
Simon Arlottc7c42ec2015-11-22 14:30:14 +000092config BCM6345_L1_IRQ
93 bool
94 select GENERIC_IRQ_CHIP
95 select IRQ_DOMAIN
96
Kevin Cernekee5f7f0312014-12-25 09:49:06 -080097config BCM7038_L1_IRQ
98 bool
99 select GENERIC_IRQ_CHIP
100 select IRQ_DOMAIN
101
Kevin Cernekeea4fcbb82014-11-06 22:44:27 -0800102config BCM7120_L2_IRQ
103 bool
104 select GENERIC_IRQ_CHIP
105 select IRQ_DOMAIN
106
Florian Fainelli7f646e92014-05-23 17:40:53 -0700107config BRCMSTB_L2_IRQ
108 bool
Florian Fainelli7f646e92014-05-23 17:40:53 -0700109 select GENERIC_IRQ_CHIP
110 select IRQ_DOMAIN
111
Sebastian Hesselbarth350d71b92013-09-09 14:01:20 +0200112config DW_APB_ICTL
113 bool
Jisheng Zhange1588492014-10-22 20:59:10 +0800114 select GENERIC_IRQ_CHIP
Sebastian Hesselbarth350d71b92013-09-09 14:01:20 +0200115 select IRQ_DOMAIN
116
Linus Walleij6ee532e2017-03-18 17:53:24 +0100117config FARADAY_FTINTC010
118 bool
119 select IRQ_DOMAIN
120 select MULTI_IRQ_HANDLER
121 select SPARSE_IRQ
122
MaJun9a7c4ab2016-03-23 17:06:33 +0800123config HISILICON_IRQ_MBIGEN
124 bool
125 select ARM_GIC_V3
126 select ARM_GIC_V3_ITS
MaJun9a7c4ab2016-03-23 17:06:33 +0800127
James Hoganb6ef9162013-04-22 15:43:50 +0100128config IMGPDC_IRQ
129 bool
130 select GENERIC_IRQ_CHIP
131 select IRQ_DOMAIN
132
Ralf Baechle67e38cf2015-05-26 18:20:06 +0200133config IRQ_MIPS_CPU
134 bool
135 select GENERIC_IRQ_CHIP
Paul Burton3838a542017-03-30 12:06:11 -0700136 select GENERIC_IRQ_IPI if SYS_SUPPORTS_MULTITHREADING
Ralf Baechle67e38cf2015-05-26 18:20:06 +0200137 select IRQ_DOMAIN
Paul Burton3838a542017-03-30 12:06:11 -0700138 select IRQ_DOMAIN_HIERARCHY if GENERIC_IRQ_IPI
Ralf Baechle67e38cf2015-05-26 18:20:06 +0200139
Alexander Shiyanafc98d92014-02-02 12:07:46 +0400140config CLPS711X_IRQCHIP
141 bool
142 depends on ARCH_CLPS711X
143 select IRQ_DOMAIN
144 select MULTI_IRQ_HANDLER
145 select SPARSE_IRQ
146 default y
147
Stefan Kristiansson4db8e6d2014-05-26 23:31:42 +0300148config OR1K_PIC
149 bool
150 select IRQ_DOMAIN
151
Felipe Balbi85980662014-09-15 16:15:02 -0500152config OMAP_IRQCHIP
153 bool
154 select GENERIC_IRQ_CHIP
155 select IRQ_DOMAIN
156
Sebastian Hesselbarth9dbd90f2013-06-06 18:27:09 +0200157config ORION_IRQCHIP
158 bool
159 select IRQ_DOMAIN
160 select MULTI_IRQ_HANDLER
161
Cristian Birsanaaa86662016-01-13 18:15:35 -0700162config PIC32_EVIC
163 bool
164 select GENERIC_IRQ_CHIP
165 select IRQ_DOMAIN
166
Rich Felker981b58f2016-08-04 04:30:37 +0000167config JCORE_AIC
Rich Felker3602ffd2016-10-19 17:53:52 +0000168 bool "J-Core integrated AIC" if COMPILE_TEST
169 depends on OF
Rich Felker981b58f2016-08-04 04:30:37 +0000170 select IRQ_DOMAIN
171 help
172 Support for the J-Core integrated AIC.
173
Magnus Damm44358042013-02-18 23:28:34 +0900174config RENESAS_INTC_IRQPIN
175 bool
176 select IRQ_DOMAIN
177
Magnus Dammfbc83b72013-02-27 17:15:01 +0900178config RENESAS_IRQC
179 bool
Magnus Damm99c221d2015-09-28 18:42:37 +0900180 select GENERIC_IRQ_CHIP
Magnus Dammfbc83b72013-02-27 17:15:01 +0900181 select IRQ_DOMAIN
182
Lee Jones07088482015-02-18 15:13:58 +0000183config ST_IRQCHIP
184 bool
185 select REGMAP
186 select MFD_SYSCON
187 help
188 Enables SysCfg Controlled IRQs on STi based platforms.
189
Mans Rullgard4bba6682016-01-20 18:07:17 +0000190config TANGO_IRQ
191 bool
192 select IRQ_DOMAIN
193 select GENERIC_IRQ_CHIP
194
Christian Ruppertb06eb012013-06-25 18:29:57 +0200195config TB10X_IRQC
196 bool
197 select IRQ_DOMAIN
198 select GENERIC_IRQ_CHIP
199
Damien Riegeld01f8632015-12-21 15:11:23 -0500200config TS4800_IRQ
201 tristate "TS-4800 IRQ controller"
202 select IRQ_DOMAIN
Richard Weinberger0df337c2016-01-25 23:24:17 +0100203 depends on HAS_IOMEM
Jean Delvared2b383d2016-02-09 11:19:20 +0100204 depends on SOC_IMX51 || COMPILE_TEST
Damien Riegeld01f8632015-12-21 15:11:23 -0500205 help
206 Support for the TS-4800 FPGA IRQ controller
207
Linus Walleij2389d502012-10-31 22:04:31 +0100208config VERSATILE_FPGA_IRQ
209 bool
210 select IRQ_DOMAIN
211
212config VERSATILE_FPGA_IRQ_NR
213 int
214 default 4
215 depends on VERSATILE_FPGA_IRQ
Max Filippov26a8e962013-12-01 12:04:57 +0400216
217config XTENSA_MX
218 bool
219 select IRQ_DOMAIN
Sricharan R96ca8482013-12-03 15:57:23 +0530220
Zubair Lutfullah Kakakhel0547dc72016-11-14 12:13:45 +0000221config XILINX_INTC
222 bool
223 select IRQ_DOMAIN
224
Sricharan R96ca8482013-12-03 15:57:23 +0530225config IRQ_CROSSBAR
226 bool
227 help
Masanari Iidaf54619f2014-09-18 12:09:42 +0900228 Support for a CROSSBAR ip that precedes the main interrupt controller.
Sricharan R96ca8482013-12-03 15:57:23 +0530229 The primary irqchip invokes the crossbar's callback which inturn allocates
230 a free irq and configures the IP. Thus the peripheral interrupts are
231 routed to one of the free irqchip interrupt lines.
Grygorii Strashko89323f82014-07-23 17:40:30 +0300232
233config KEYSTONE_IRQ
234 tristate "Keystone 2 IRQ controller IP"
235 depends on ARCH_KEYSTONE
236 help
237 Support for Texas Instruments Keystone 2 IRQ controller IP which
238 is part of the Keystone 2 IPC mechanism
Andrew Bresticker8a19b8f2014-09-18 14:47:19 -0700239
240config MIPS_GIC
241 bool
Qais Yousefbb11cff2015-12-08 13:20:28 +0000242 select GENERIC_IRQ_IPI
Qais Yousef2af70a92015-12-08 13:20:23 +0000243 select IRQ_DOMAIN_HIERARCHY
Andrew Bresticker8a19b8f2014-09-18 14:47:19 -0700244 select MIPS_CM
Yoshinori Sato8a764482015-05-10 02:30:47 +0900245
Paul Burton44e08e72015-05-24 16:11:31 +0100246config INGENIC_IRQ
247 bool
248 depends on MACH_INGENIC
249 default y
Linus Torvalds78c10e52015-06-27 12:44:34 -0700250
Yoshinori Sato8a764482015-05-10 02:30:47 +0900251config RENESAS_H8300H_INTC
252 bool
253 select IRQ_DOMAIN
254
255config RENESAS_H8S_INTC
256 bool
Linus Torvalds78c10e52015-06-27 12:44:34 -0700257 select IRQ_DOMAIN
Shenwei Wange324c4d2015-08-24 14:04:15 -0500258
259config IMX_GPCV2
260 bool
261 select IRQ_DOMAIN
262 help
263 Enables the wakeup IRQs for IMX platforms with GPCv2 block
Oleksij Rempel7e4ac672015-10-12 21:15:34 +0200264
265config IRQ_MXS
266 def_bool y if MACH_ASM9260 || ARCH_MXS
267 select IRQ_DOMAIN
268 select STMP_DEVICE
Thomas Petazzonic27f29b2016-02-19 14:34:43 +0100269
Thomas Petazzonia68a63c2017-06-21 15:29:14 +0200270config MVEBU_GICP
271 bool
272
Thomas Petazzonie0de91a2017-06-21 15:29:15 +0200273config MVEBU_ICU
274 bool
275
Thomas Petazzonic27f29b2016-02-19 14:34:43 +0100276config MVEBU_ODMI
277 bool
Arnd Bergmannfa23b9d2017-03-14 13:54:12 +0100278 select GENERIC_MSI_IRQ_DOMAIN
Marc Zyngier9e2c9862016-04-11 09:57:53 +0100279
Thomas Petazzonia1098932016-08-05 16:55:19 +0200280config MVEBU_PIC
281 bool
282
Minghuan Lianb8f3ebe2016-03-23 19:08:20 +0800283config LS_SCFG_MSI
284 def_bool y if SOC_LS1021A || ARCH_LAYERSCAPE
285 depends on PCI && PCI_MSI
Minghuan Lianb8f3ebe2016-03-23 19:08:20 +0800286
Marc Zyngier9e2c9862016-04-11 09:57:53 +0100287config PARTITION_PERCPU
288 bool
Linus Torvalds0efacbb2016-05-19 09:46:18 -0700289
Noam Camus44df427c2015-10-29 00:26:22 +0200290config EZNPS_GIC
291 bool "NPS400 Global Interrupt Manager (GIM)"
Arnd Bergmannffd565e2016-05-12 23:03:35 +0200292 depends on ARC || (COMPILE_TEST && !64BIT)
Noam Camus44df427c2015-10-29 00:26:22 +0200293 select IRQ_DOMAIN
294 help
295 Support the EZchip NPS400 global interrupt controller
Alexandre TORGUEe07204162016-09-20 18:00:57 +0200296
297config STM32_EXTI
298 bool
299 select IRQ_DOMAIN
Agustin Vega-Friasf20cc9b2017-02-02 18:23:59 -0500300
301config QCOM_IRQ_COMBINER
302 bool "QCOM IRQ combiner support"
303 depends on ARCH_QCOM && ACPI
304 select IRQ_DOMAIN
305 select IRQ_DOMAIN_HIERARCHY
306 help
307 Say yes here to add support for the IRQ combiner devices embedded
308 in Qualcomm Technologies chips.
Masahiro Yamada5ed34d32017-08-23 10:31:47 +0900309
310config IRQ_UNIPHIER_AIDET
311 bool "UniPhier AIDET support" if COMPILE_TEST
312 depends on ARCH_UNIPHIER || COMPILE_TEST
313 default ARCH_UNIPHIER
314 select IRQ_DOMAIN_HIERARCHY
315 help
316 Support for the UniPhier AIDET (ARM Interrupt Detector).