blob: d47fa846763b17128043f0a4f71c150d726c2d6b [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
11config GIC_NON_BANKED
12 bool
13
Marc Zyngier021f6532014-06-30 16:01:31 +010014config ARM_GIC_V3
15 bool
16 select IRQ_DOMAIN
17 select MULTI_IRQ_HANDLER
Marc Zyngier443acc42014-11-24 14:35:09 +000018 select IRQ_DOMAIN_HIERARCHY
Marc Zyngier021f6532014-06-30 16:01:31 +010019
Marc Zyngier19812722014-11-24 14:35:19 +000020config ARM_GIC_V3_ITS
21 bool
22 select PCI_MSI_IRQ_DOMAIN
23
Uwe Kleine-König292ec082013-06-26 09:18:48 +020024config ARM_NVIC
25 bool
26 select IRQ_DOMAIN
27 select GENERIC_IRQ_CHIP
28
Rob Herring44430ec2012-10-27 17:25:26 -050029config ARM_VIC
30 bool
31 select IRQ_DOMAIN
32 select MULTI_IRQ_HANDLER
33
34config ARM_VIC_NR
35 int
36 default 4 if ARCH_S5PV210
Rob Herring44430ec2012-10-27 17:25:26 -050037 default 2
38 depends on ARM_VIC
39 help
40 The maximum number of VICs available in the system, for
41 power management.
42
Boris BREZILLONb1479eb2014-07-10 19:14:18 +020043config ATMEL_AIC_IRQ
44 bool
45 select GENERIC_IRQ_CHIP
46 select IRQ_DOMAIN
47 select MULTI_IRQ_HANDLER
48 select SPARSE_IRQ
49
50config ATMEL_AIC5_IRQ
51 bool
52 select GENERIC_IRQ_CHIP
53 select IRQ_DOMAIN
54 select MULTI_IRQ_HANDLER
55 select SPARSE_IRQ
56
Florian Fainelli7f646e92014-05-23 17:40:53 -070057config BRCMSTB_L2_IRQ
58 bool
59 depends on ARM
60 select GENERIC_IRQ_CHIP
61 select IRQ_DOMAIN
62
Sebastian Hesselbarth350d71b92013-09-09 14:01:20 +020063config DW_APB_ICTL
64 bool
65 select IRQ_DOMAIN
66
James Hoganb6ef9162013-04-22 15:43:50 +010067config IMGPDC_IRQ
68 bool
69 select GENERIC_IRQ_CHIP
70 select IRQ_DOMAIN
71
Alexander Shiyanafc98d92014-02-02 12:07:46 +040072config CLPS711X_IRQCHIP
73 bool
74 depends on ARCH_CLPS711X
75 select IRQ_DOMAIN
76 select MULTI_IRQ_HANDLER
77 select SPARSE_IRQ
78 default y
79
Stefan Kristiansson4db8e6d2014-05-26 23:31:42 +030080config OR1K_PIC
81 bool
82 select IRQ_DOMAIN
83
Felipe Balbi85980662014-09-15 16:15:02 -050084config OMAP_IRQCHIP
85 bool
86 select GENERIC_IRQ_CHIP
87 select IRQ_DOMAIN
88
Sebastian Hesselbarth9dbd90f2013-06-06 18:27:09 +020089config ORION_IRQCHIP
90 bool
91 select IRQ_DOMAIN
92 select MULTI_IRQ_HANDLER
93
Magnus Damm44358042013-02-18 23:28:34 +090094config RENESAS_INTC_IRQPIN
95 bool
96 select IRQ_DOMAIN
97
Magnus Dammfbc83b72013-02-27 17:15:01 +090098config RENESAS_IRQC
99 bool
100 select IRQ_DOMAIN
101
Christian Ruppertb06eb012013-06-25 18:29:57 +0200102config TB10X_IRQC
103 bool
104 select IRQ_DOMAIN
105 select GENERIC_IRQ_CHIP
106
Linus Walleij2389d502012-10-31 22:04:31 +0100107config VERSATILE_FPGA_IRQ
108 bool
109 select IRQ_DOMAIN
110
111config VERSATILE_FPGA_IRQ_NR
112 int
113 default 4
114 depends on VERSATILE_FPGA_IRQ
Max Filippov26a8e962013-12-01 12:04:57 +0400115
116config XTENSA_MX
117 bool
118 select IRQ_DOMAIN
Sricharan R96ca8482013-12-03 15:57:23 +0530119
120config IRQ_CROSSBAR
121 bool
122 help
Masanari Iidaf54619f2014-09-18 12:09:42 +0900123 Support for a CROSSBAR ip that precedes the main interrupt controller.
Sricharan R96ca8482013-12-03 15:57:23 +0530124 The primary irqchip invokes the crossbar's callback which inturn allocates
125 a free irq and configures the IP. Thus the peripheral interrupts are
126 routed to one of the free irqchip interrupt lines.
Grygorii Strashko89323f82014-07-23 17:40:30 +0300127
128config KEYSTONE_IRQ
129 tristate "Keystone 2 IRQ controller IP"
130 depends on ARCH_KEYSTONE
131 help
132 Support for Texas Instruments Keystone 2 IRQ controller IP which
133 is part of the Keystone 2 IPC mechanism