blob: a925da041bb59845a83eea39e75bd2839ef84f64 [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
17
Uwe Kleine-König292ec082013-06-26 09:18:48 +020018config ARM_NVIC
19 bool
20 select IRQ_DOMAIN
21 select GENERIC_IRQ_CHIP
22
Rob Herring44430ec2012-10-27 17:25:26 -050023config ARM_VIC
24 bool
25 select IRQ_DOMAIN
26 select MULTI_IRQ_HANDLER
27
28config ARM_VIC_NR
29 int
30 default 4 if ARCH_S5PV210
Rob Herring44430ec2012-10-27 17:25:26 -050031 default 2
32 depends on ARM_VIC
33 help
34 The maximum number of VICs available in the system, for
35 power management.
36
Boris BREZILLONb1479eb2014-07-10 19:14:18 +020037config ATMEL_AIC_IRQ
38 bool
39 select GENERIC_IRQ_CHIP
40 select IRQ_DOMAIN
41 select MULTI_IRQ_HANDLER
42 select SPARSE_IRQ
43
44config ATMEL_AIC5_IRQ
45 bool
46 select GENERIC_IRQ_CHIP
47 select IRQ_DOMAIN
48 select MULTI_IRQ_HANDLER
49 select SPARSE_IRQ
50
Florian Fainelli7f646e92014-05-23 17:40:53 -070051config BRCMSTB_L2_IRQ
52 bool
53 depends on ARM
54 select GENERIC_IRQ_CHIP
55 select IRQ_DOMAIN
56
Sebastian Hesselbarth350d71b92013-09-09 14:01:20 +020057config DW_APB_ICTL
58 bool
Jisheng Zhange1588492014-10-22 20:59:10 +080059 select GENERIC_IRQ_CHIP
Sebastian Hesselbarth350d71b92013-09-09 14:01:20 +020060 select IRQ_DOMAIN
61
James Hoganb6ef9162013-04-22 15:43:50 +010062config IMGPDC_IRQ
63 bool
64 select GENERIC_IRQ_CHIP
65 select IRQ_DOMAIN
66
Alexander Shiyanafc98d92014-02-02 12:07:46 +040067config CLPS711X_IRQCHIP
68 bool
69 depends on ARCH_CLPS711X
70 select IRQ_DOMAIN
71 select MULTI_IRQ_HANDLER
72 select SPARSE_IRQ
73 default y
74
Stefan Kristiansson4db8e6d2014-05-26 23:31:42 +030075config OR1K_PIC
76 bool
77 select IRQ_DOMAIN
78
Felipe Balbi85980662014-09-15 16:15:02 -050079config OMAP_IRQCHIP
80 bool
81 select GENERIC_IRQ_CHIP
82 select IRQ_DOMAIN
83
Sebastian Hesselbarth9dbd90f2013-06-06 18:27:09 +020084config ORION_IRQCHIP
85 bool
86 select IRQ_DOMAIN
87 select MULTI_IRQ_HANDLER
88
Magnus Damm44358042013-02-18 23:28:34 +090089config RENESAS_INTC_IRQPIN
90 bool
91 select IRQ_DOMAIN
92
Magnus Dammfbc83b72013-02-27 17:15:01 +090093config RENESAS_IRQC
94 bool
95 select IRQ_DOMAIN
96
Christian Ruppertb06eb012013-06-25 18:29:57 +020097config TB10X_IRQC
98 bool
99 select IRQ_DOMAIN
100 select GENERIC_IRQ_CHIP
101
Linus Walleij2389d502012-10-31 22:04:31 +0100102config VERSATILE_FPGA_IRQ
103 bool
104 select IRQ_DOMAIN
105
106config VERSATILE_FPGA_IRQ_NR
107 int
108 default 4
109 depends on VERSATILE_FPGA_IRQ
Max Filippov26a8e962013-12-01 12:04:57 +0400110
111config XTENSA_MX
112 bool
113 select IRQ_DOMAIN
Sricharan R96ca8482013-12-03 15:57:23 +0530114
115config IRQ_CROSSBAR
116 bool
117 help
Masanari Iidaf54619f2014-09-18 12:09:42 +0900118 Support for a CROSSBAR ip that precedes the main interrupt controller.
Sricharan R96ca8482013-12-03 15:57:23 +0530119 The primary irqchip invokes the crossbar's callback which inturn allocates
120 a free irq and configures the IP. Thus the peripheral interrupts are
121 routed to one of the free irqchip interrupt lines.
Grygorii Strashko89323f82014-07-23 17:40:30 +0300122
123config KEYSTONE_IRQ
124 tristate "Keystone 2 IRQ controller IP"
125 depends on ARCH_KEYSTONE
126 help
127 Support for Texas Instruments Keystone 2 IRQ controller IP which
128 is part of the Keystone 2 IPC mechanism