Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / irqchip / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "IRQ chip support"
3
4 config IRQCHIP
5         def_bool y
6         depends on OF_IRQ
7
8 config ARM_GIC
9         bool
10         select IRQ_DOMAIN_HIERARCHY
11         select GENERIC_IRQ_MULTI_HANDLER
12         select GENERIC_IRQ_EFFECTIVE_AFF_MASK
13
14 config ARM_GIC_PM
15         bool
16         depends on PM
17         select ARM_GIC
18
19 config ARM_GIC_MAX_NR
20         int
21         depends on ARM_GIC
22         default 2 if ARCH_REALVIEW
23         default 1
24
25 config ARM_GIC_V2M
26         bool
27         depends on PCI
28         select ARM_GIC
29         select PCI_MSI
30
31 config GIC_NON_BANKED
32         bool
33
34 config ARM_GIC_V3
35         bool
36         select GENERIC_IRQ_MULTI_HANDLER
37         select IRQ_DOMAIN_HIERARCHY
38         select PARTITION_PERCPU
39         select GENERIC_IRQ_EFFECTIVE_AFF_MASK
40
41 config ARM_GIC_V3_ITS
42         bool
43         select GENERIC_MSI_IRQ_DOMAIN
44         default ARM_GIC_V3
45
46 config ARM_GIC_V3_ITS_PCI
47         bool
48         depends on ARM_GIC_V3_ITS
49         depends on PCI
50         depends on PCI_MSI
51         default ARM_GIC_V3_ITS
52
53 config ARM_GIC_V3_ITS_FSL_MC
54         bool
55         depends on ARM_GIC_V3_ITS
56         depends on FSL_MC_BUS
57         default ARM_GIC_V3_ITS
58
59 config ARM_NVIC
60         bool
61         select IRQ_DOMAIN_HIERARCHY
62         select GENERIC_IRQ_CHIP
63
64 config ARM_VIC
65         bool
66         select IRQ_DOMAIN
67         select GENERIC_IRQ_MULTI_HANDLER
68
69 config ARM_VIC_NR
70         int
71         default 4 if ARCH_S5PV210
72         default 2
73         depends on ARM_VIC
74         help
75           The maximum number of VICs available in the system, for
76           power management.
77
78 config ARMADA_370_XP_IRQ
79         bool
80         select GENERIC_IRQ_CHIP
81         select PCI_MSI if PCI
82         select GENERIC_IRQ_EFFECTIVE_AFF_MASK
83
84 config ALPINE_MSI
85         bool
86         depends on PCI
87         select PCI_MSI
88         select GENERIC_IRQ_CHIP
89
90 config AL_FIC
91         bool "Amazon's Annapurna Labs Fabric Interrupt Controller"
92         depends on OF || COMPILE_TEST
93         select GENERIC_IRQ_CHIP
94         select IRQ_DOMAIN
95         help
96           Support Amazon's Annapurna Labs Fabric Interrupt Controller.
97
98 config ATMEL_AIC_IRQ
99         bool
100         select GENERIC_IRQ_CHIP
101         select IRQ_DOMAIN
102         select GENERIC_IRQ_MULTI_HANDLER
103         select SPARSE_IRQ
104
105 config ATMEL_AIC5_IRQ
106         bool
107         select GENERIC_IRQ_CHIP
108         select IRQ_DOMAIN
109         select GENERIC_IRQ_MULTI_HANDLER
110         select SPARSE_IRQ
111
112 config I8259
113         bool
114         select IRQ_DOMAIN
115
116 config BCM6345_L1_IRQ
117         bool
118         select GENERIC_IRQ_CHIP
119         select IRQ_DOMAIN
120         select GENERIC_IRQ_EFFECTIVE_AFF_MASK
121
122 config BCM7038_L1_IRQ
123         bool
124         select GENERIC_IRQ_CHIP
125         select IRQ_DOMAIN
126         select GENERIC_IRQ_EFFECTIVE_AFF_MASK
127
128 config BCM7120_L2_IRQ
129         bool
130         select GENERIC_IRQ_CHIP
131         select IRQ_DOMAIN
132
133 config BRCMSTB_L2_IRQ
134         bool
135         select GENERIC_IRQ_CHIP
136         select IRQ_DOMAIN
137
138 config DAVINCI_AINTC
139         bool
140         select GENERIC_IRQ_CHIP
141         select IRQ_DOMAIN
142
143 config DAVINCI_CP_INTC
144         bool
145         select GENERIC_IRQ_CHIP
146         select IRQ_DOMAIN
147
148 config DW_APB_ICTL
149         bool
150         select GENERIC_IRQ_CHIP
151         select IRQ_DOMAIN_HIERARCHY
152
153 config FARADAY_FTINTC010
154         bool
155         select IRQ_DOMAIN
156         select GENERIC_IRQ_MULTI_HANDLER
157         select SPARSE_IRQ
158
159 config HISILICON_IRQ_MBIGEN
160         bool
161         select ARM_GIC_V3
162         select ARM_GIC_V3_ITS
163
164 config IMGPDC_IRQ
165         bool
166         select GENERIC_IRQ_CHIP
167         select IRQ_DOMAIN
168
169 config IXP4XX_IRQ
170         bool
171         select IRQ_DOMAIN
172         select GENERIC_IRQ_MULTI_HANDLER
173         select SPARSE_IRQ
174
175 config MADERA_IRQ
176         tristate
177
178 config IRQ_MIPS_CPU
179         bool
180         select GENERIC_IRQ_CHIP
181         select GENERIC_IRQ_IPI if SYS_SUPPORTS_MULTITHREADING
182         select IRQ_DOMAIN
183         select GENERIC_IRQ_EFFECTIVE_AFF_MASK
184
185 config CLPS711X_IRQCHIP
186         bool
187         depends on ARCH_CLPS711X
188         select IRQ_DOMAIN
189         select GENERIC_IRQ_MULTI_HANDLER
190         select SPARSE_IRQ
191         default y
192
193 config OMPIC
194         bool
195
196 config OR1K_PIC
197         bool
198         select IRQ_DOMAIN
199
200 config OMAP_IRQCHIP
201         bool
202         select GENERIC_IRQ_CHIP
203         select IRQ_DOMAIN
204
205 config ORION_IRQCHIP
206         bool
207         select IRQ_DOMAIN
208         select GENERIC_IRQ_MULTI_HANDLER
209
210 config PIC32_EVIC
211         bool
212         select GENERIC_IRQ_CHIP
213         select IRQ_DOMAIN
214
215 config JCORE_AIC
216         bool "J-Core integrated AIC" if COMPILE_TEST
217         depends on OF
218         select IRQ_DOMAIN
219         help
220           Support for the J-Core integrated AIC.
221
222 config RDA_INTC
223         bool
224         select IRQ_DOMAIN
225
226 config RENESAS_INTC_IRQPIN
227         bool "Renesas INTC External IRQ Pin Support" if COMPILE_TEST
228         select IRQ_DOMAIN
229         help
230           Enable support for the Renesas Interrupt Controller for external
231           interrupt pins, as found on SH/R-Mobile and R-Car Gen1 SoCs.
232
233 config RENESAS_IRQC
234         bool "Renesas R-Mobile APE6, R-Car Gen{2,3} and RZ/G{1,2} IRQC support" if COMPILE_TEST
235         select GENERIC_IRQ_CHIP
236         select IRQ_DOMAIN
237         help
238           Enable support for the Renesas Interrupt Controller for external
239           devices, as found on R-Mobile APE6, R-Car Gen{2,3} and RZ/G{1,2} SoCs.
240
241 config RENESAS_RZA1_IRQC
242         bool "Renesas RZ/A1 IRQC support" if COMPILE_TEST
243         select IRQ_DOMAIN_HIERARCHY
244         help
245           Enable support for the Renesas RZ/A1 Interrupt Controller, to use up
246           to 8 external interrupts with configurable sense select.
247
248 config SL28CPLD_INTC
249         bool "Kontron sl28cpld IRQ controller"
250         depends on MFD_SL28CPLD=y || COMPILE_TEST
251         select REGMAP_IRQ
252         help
253           Interrupt controller driver for the board management controller
254           found on the Kontron sl28 CPLD.
255
256 config ST_IRQCHIP
257         bool
258         select REGMAP
259         select MFD_SYSCON
260         help
261           Enables SysCfg Controlled IRQs on STi based platforms.
262
263 config TANGO_IRQ
264         bool
265         select IRQ_DOMAIN
266         select GENERIC_IRQ_CHIP
267
268 config TB10X_IRQC
269         bool
270         select IRQ_DOMAIN
271         select GENERIC_IRQ_CHIP
272
273 config TS4800_IRQ
274         tristate "TS-4800 IRQ controller"
275         select IRQ_DOMAIN
276         depends on HAS_IOMEM
277         depends on SOC_IMX51 || COMPILE_TEST
278         help
279           Support for the TS-4800 FPGA IRQ controller
280
281 config VERSATILE_FPGA_IRQ
282         bool
283         select IRQ_DOMAIN
284
285 config VERSATILE_FPGA_IRQ_NR
286        int
287        default 4
288        depends on VERSATILE_FPGA_IRQ
289
290 config XTENSA_MX
291         bool
292         select IRQ_DOMAIN
293         select GENERIC_IRQ_EFFECTIVE_AFF_MASK
294
295 config XILINX_INTC
296         bool
297         select IRQ_DOMAIN
298
299 config IRQ_CROSSBAR
300         bool
301         help
302           Support for a CROSSBAR ip that precedes the main interrupt controller.
303           The primary irqchip invokes the crossbar's callback which inturn allocates
304           a free irq and configures the IP. Thus the peripheral interrupts are
305           routed to one of the free irqchip interrupt lines.
306
307 config KEYSTONE_IRQ
308         tristate "Keystone 2 IRQ controller IP"
309         depends on ARCH_KEYSTONE
310         help
311                 Support for Texas Instruments Keystone 2 IRQ controller IP which
312                 is part of the Keystone 2 IPC mechanism
313
314 config MIPS_GIC
315         bool
316         select GENERIC_IRQ_IPI
317         select MIPS_CM
318
319 config INGENIC_IRQ
320         bool
321         depends on MACH_INGENIC
322         default y
323
324 config INGENIC_TCU_IRQ
325         bool "Ingenic JZ47xx TCU interrupt controller"
326         default MACH_INGENIC
327         depends on MIPS || COMPILE_TEST
328         select MFD_SYSCON
329         select GENERIC_IRQ_CHIP
330         help
331           Support for interrupts in the Timer/Counter Unit (TCU) of the Ingenic
332           JZ47xx SoCs.
333
334           If unsure, say N.
335
336 config RENESAS_H8300H_INTC
337         bool
338         select IRQ_DOMAIN
339
340 config RENESAS_H8S_INTC
341         bool "Renesas H8S Interrupt Controller Support" if COMPILE_TEST
342         select IRQ_DOMAIN
343         help
344           Enable support for the Renesas H8/300 Interrupt Controller, as found
345           on Renesas H8S SoCs.
346
347 config IMX_GPCV2
348         bool
349         select IRQ_DOMAIN
350         help
351           Enables the wakeup IRQs for IMX platforms with GPCv2 block
352
353 config IRQ_MXS
354         def_bool y if MACH_ASM9260 || ARCH_MXS
355         select IRQ_DOMAIN
356         select STMP_DEVICE
357
358 config MSCC_OCELOT_IRQ
359         bool
360         select IRQ_DOMAIN
361         select GENERIC_IRQ_CHIP
362
363 config MVEBU_GICP
364         bool
365
366 config MVEBU_ICU
367         bool
368
369 config MVEBU_ODMI
370         bool
371         select GENERIC_MSI_IRQ_DOMAIN
372
373 config MVEBU_PIC
374         bool
375
376 config MVEBU_SEI
377         bool
378
379 config LS_EXTIRQ
380         def_bool y if SOC_LS1021A || ARCH_LAYERSCAPE
381         select MFD_SYSCON
382
383 config LS_SCFG_MSI
384         def_bool y if SOC_LS1021A || ARCH_LAYERSCAPE
385         depends on PCI && PCI_MSI
386
387 config PARTITION_PERCPU
388         bool
389
390 config STM32_EXTI
391         bool
392         select IRQ_DOMAIN
393         select GENERIC_IRQ_CHIP
394
395 config QCOM_IRQ_COMBINER
396         bool "QCOM IRQ combiner support"
397         depends on ARCH_QCOM && ACPI
398         select IRQ_DOMAIN_HIERARCHY
399         help
400           Say yes here to add support for the IRQ combiner devices embedded
401           in Qualcomm Technologies chips.
402
403 config IRQ_UNIPHIER_AIDET
404         bool "UniPhier AIDET support" if COMPILE_TEST
405         depends on ARCH_UNIPHIER || COMPILE_TEST
406         default ARCH_UNIPHIER
407         select IRQ_DOMAIN_HIERARCHY
408         help
409           Support for the UniPhier AIDET (ARM Interrupt Detector).
410
411 config MESON_IRQ_GPIO
412        bool "Meson GPIO Interrupt Multiplexer"
413        depends on ARCH_MESON
414        select IRQ_DOMAIN_HIERARCHY
415        help
416          Support Meson SoC Family GPIO Interrupt Multiplexer
417
418 config GOLDFISH_PIC
419        bool "Goldfish programmable interrupt controller"
420        depends on MIPS && (GOLDFISH || COMPILE_TEST)
421        select IRQ_DOMAIN
422        help
423          Say yes here to enable Goldfish interrupt controller driver used
424          for Goldfish based virtual platforms.
425
426 config QCOM_PDC
427         bool "QCOM PDC"
428         depends on ARCH_QCOM
429         select IRQ_DOMAIN_HIERARCHY
430         help
431           Power Domain Controller driver to manage and configure wakeup
432           IRQs for Qualcomm Technologies Inc (QTI) mobile chips.
433
434 config CSKY_MPINTC
435         bool "C-SKY Multi Processor Interrupt Controller"
436         depends on CSKY
437         help
438           Say yes here to enable C-SKY SMP interrupt controller driver used
439           for C-SKY SMP system.
440           In fact it's not mmio map in hardware and it uses ld/st to visit the
441           controller's register inside CPU.
442
443 config CSKY_APB_INTC
444         bool "C-SKY APB Interrupt Controller"
445         depends on CSKY
446         help
447           Say yes here to enable C-SKY APB interrupt controller driver used
448           by C-SKY single core SOC system. It uses mmio map apb-bus to visit
449           the controller's register.
450
451 config IMX_IRQSTEER
452         bool "i.MX IRQSTEER support"
453         depends on ARCH_MXC || COMPILE_TEST
454         default ARCH_MXC
455         select IRQ_DOMAIN
456         help
457           Support for the i.MX IRQSTEER interrupt multiplexer/remapper.
458
459 config IMX_INTMUX
460         def_bool y if ARCH_MXC || COMPILE_TEST
461         select IRQ_DOMAIN
462         help
463           Support for the i.MX INTMUX interrupt multiplexer.
464
465 config LS1X_IRQ
466         bool "Loongson-1 Interrupt Controller"
467         depends on MACH_LOONGSON32
468         default y
469         select IRQ_DOMAIN
470         select GENERIC_IRQ_CHIP
471         help
472           Support for the Loongson-1 platform Interrupt Controller.
473
474 config TI_SCI_INTR_IRQCHIP
475         bool
476         depends on TI_SCI_PROTOCOL
477         select IRQ_DOMAIN_HIERARCHY
478         help
479           This enables the irqchip driver support for K3 Interrupt router
480           over TI System Control Interface available on some new TI's SoCs.
481           If you wish to use interrupt router irq resources managed by the
482           TI System Controller, say Y here. Otherwise, say N.
483
484 config TI_SCI_INTA_IRQCHIP
485         bool
486         depends on TI_SCI_PROTOCOL
487         select IRQ_DOMAIN_HIERARCHY
488         select TI_SCI_INTA_MSI_DOMAIN
489         help
490           This enables the irqchip driver support for K3 Interrupt aggregator
491           over TI System Control Interface available on some new TI's SoCs.
492           If you wish to use interrupt aggregator irq resources managed by the
493           TI System Controller, say Y here. Otherwise, say N.
494
495 config TI_PRUSS_INTC
496         tristate "TI PRU-ICSS Interrupt Controller"
497         depends on ARCH_DAVINCI || SOC_AM33XX || SOC_AM43XX || SOC_DRA7XX || ARCH_KEYSTONE || ARCH_K3
498         select IRQ_DOMAIN
499         help
500           This enables support for the PRU-ICSS Local Interrupt Controller
501           present within a PRU-ICSS subsystem present on various TI SoCs.
502           The PRUSS INTC enables various interrupts to be routed to multiple
503           different processors within the SoC.
504
505 config RISCV_INTC
506         bool "RISC-V Local Interrupt Controller"
507         depends on RISCV
508         default y
509         help
510            This enables support for the per-HART local interrupt controller
511            found in standard RISC-V systems.  The per-HART local interrupt
512            controller handles timer interrupts, software interrupts, and
513            hardware interrupts. Without a per-HART local interrupt controller,
514            a RISC-V system will be unable to handle any interrupts.
515
516            If you don't know what to do here, say Y.
517
518 config SIFIVE_PLIC
519         bool "SiFive Platform-Level Interrupt Controller"
520         depends on RISCV
521         select IRQ_DOMAIN_HIERARCHY
522         help
523            This enables support for the PLIC chip found in SiFive (and
524            potentially other) RISC-V systems.  The PLIC controls devices
525            interrupts and connects them to each core's local interrupt
526            controller.  Aside from timer and software interrupts, all other
527            interrupt sources are subordinate to the PLIC.
528
529            If you don't know what to do here, say Y.
530
531 config EXYNOS_IRQ_COMBINER
532         bool "Samsung Exynos IRQ combiner support" if COMPILE_TEST
533         depends on (ARCH_EXYNOS && ARM) || COMPILE_TEST
534         help
535           Say yes here to add support for the IRQ combiner devices embedded
536           in Samsung Exynos chips.
537
538 config LOONGSON_LIOINTC
539         bool "Loongson Local I/O Interrupt Controller"
540         depends on MACH_LOONGSON64
541         default y
542         select IRQ_DOMAIN
543         select GENERIC_IRQ_CHIP
544         help
545           Support for the Loongson Local I/O Interrupt Controller.
546
547 config LOONGSON_HTPIC
548         bool "Loongson3 HyperTransport PIC Controller"
549         depends on MACH_LOONGSON64
550         default y
551         select IRQ_DOMAIN
552         select GENERIC_IRQ_CHIP
553         help
554           Support for the Loongson-3 HyperTransport PIC Controller.
555
556 config LOONGSON_HTVEC
557         bool "Loongson3 HyperTransport Interrupt Vector Controller"
558         depends on MACH_LOONGSON64
559         default MACH_LOONGSON64
560         select IRQ_DOMAIN_HIERARCHY
561         help
562           Support for the Loongson3 HyperTransport Interrupt Vector Controller.
563
564 config LOONGSON_PCH_PIC
565         bool "Loongson PCH PIC Controller"
566         depends on MACH_LOONGSON64 || COMPILE_TEST
567         default MACH_LOONGSON64
568         select IRQ_DOMAIN_HIERARCHY
569         select IRQ_FASTEOI_HIERARCHY_HANDLERS
570         help
571           Support for the Loongson PCH PIC Controller.
572
573 config LOONGSON_PCH_MSI
574         bool "Loongson PCH MSI Controller"
575         depends on MACH_LOONGSON64 || COMPILE_TEST
576         depends on PCI
577         default MACH_LOONGSON64
578         select IRQ_DOMAIN_HIERARCHY
579         select PCI_MSI
580         help
581           Support for the Loongson PCH MSI Controller.
582
583 config MST_IRQ
584         bool "MStar Interrupt Controller"
585         depends on ARCH_MEDIATEK || ARCH_MSTARV7 || COMPILE_TEST
586         default ARCH_MEDIATEK
587         select IRQ_DOMAIN
588         select IRQ_DOMAIN_HIERARCHY
589         help
590           Support MStar Interrupt Controller.
591
592 endmenu