]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/irqchip/Kconfig
irqchip: Add bcm2836 interrupt controller for Raspberry Pi 2
[mirror_ubuntu-bionic-kernel.git] / drivers / irqchip / Kconfig
CommitLineData
f6e916b8
TP
1config IRQCHIP
2 def_bool y
3 depends on OF_IRQ
4
81243e44
RH
5config ARM_GIC
6 bool
7 select IRQ_DOMAIN
9a1091ef 8 select IRQ_DOMAIN_HIERARCHY
81243e44
RH
9 select MULTI_IRQ_HANDLER
10
853a33ce
SS
11config ARM_GIC_V2M
12 bool
13 depends on ARM_GIC
14 depends on PCI && PCI_MSI
15 select PCI_MSI_IRQ_DOMAIN
16
81243e44
RH
17config GIC_NON_BANKED
18 bool
19
021f6537
MZ
20config ARM_GIC_V3
21 bool
22 select IRQ_DOMAIN
23 select MULTI_IRQ_HANDLER
443acc4f 24 select IRQ_DOMAIN_HIERARCHY
021f6537 25
19812729
MZ
26config ARM_GIC_V3_ITS
27 bool
28 select PCI_MSI_IRQ_DOMAIN
021f6537 29
292ec080
UKK
30config ARM_NVIC
31 bool
32 select IRQ_DOMAIN
2d9f59f7 33 select IRQ_DOMAIN_HIERARCHY
292ec080
UKK
34 select GENERIC_IRQ_CHIP
35
44430ec0
RH
36config ARM_VIC
37 bool
38 select IRQ_DOMAIN
39 select MULTI_IRQ_HANDLER
40
41config ARM_VIC_NR
42 int
43 default 4 if ARCH_S5PV210
44430ec0
RH
44 default 2
45 depends on ARM_VIC
46 help
47 The maximum number of VICs available in the system, for
48 power management.
49
b1479ebb
BB
50config ATMEL_AIC_IRQ
51 bool
52 select GENERIC_IRQ_CHIP
53 select IRQ_DOMAIN
54 select MULTI_IRQ_HANDLER
55 select SPARSE_IRQ
56
57config ATMEL_AIC5_IRQ
58 bool
59 select GENERIC_IRQ_CHIP
60 select IRQ_DOMAIN
61 select MULTI_IRQ_HANDLER
62 select SPARSE_IRQ
63
0509cfde
RB
64config I8259
65 bool
66 select IRQ_DOMAIN
67
5f7f0317
KC
68config BCM7038_L1_IRQ
69 bool
70 select GENERIC_IRQ_CHIP
71 select IRQ_DOMAIN
72
a4fcbb86
KC
73config BCM7120_L2_IRQ
74 bool
75 select GENERIC_IRQ_CHIP
76 select IRQ_DOMAIN
77
7f646e92
FF
78config BRCMSTB_L2_IRQ
79 bool
7f646e92
FF
80 select GENERIC_IRQ_CHIP
81 select IRQ_DOMAIN
82
350d71b9
SH
83config DW_APB_ICTL
84 bool
e1588490 85 select GENERIC_IRQ_CHIP
350d71b9
SH
86 select IRQ_DOMAIN
87
b6ef9161
JH
88config IMGPDC_IRQ
89 bool
90 select GENERIC_IRQ_CHIP
91 select IRQ_DOMAIN
92
67e38cf2
RB
93config IRQ_MIPS_CPU
94 bool
95 select GENERIC_IRQ_CHIP
96 select IRQ_DOMAIN
97
afc98d90
AS
98config CLPS711X_IRQCHIP
99 bool
100 depends on ARCH_CLPS711X
101 select IRQ_DOMAIN
102 select MULTI_IRQ_HANDLER
103 select SPARSE_IRQ
104 default y
105
4db8e6d2
SK
106config OR1K_PIC
107 bool
108 select IRQ_DOMAIN
109
8598066c
FB
110config OMAP_IRQCHIP
111 bool
112 select GENERIC_IRQ_CHIP
113 select IRQ_DOMAIN
114
9dbd90f1
SH
115config ORION_IRQCHIP
116 bool
117 select IRQ_DOMAIN
118 select MULTI_IRQ_HANDLER
119
44358048
MD
120config RENESAS_INTC_IRQPIN
121 bool
122 select IRQ_DOMAIN
123
fbc83b7f
MD
124config RENESAS_IRQC
125 bool
126 select IRQ_DOMAIN
127
07088484
LJ
128config ST_IRQCHIP
129 bool
130 select REGMAP
131 select MFD_SYSCON
132 help
133 Enables SysCfg Controlled IRQs on STi based platforms.
134
b06eb017
CR
135config TB10X_IRQC
136 bool
137 select IRQ_DOMAIN
138 select GENERIC_IRQ_CHIP
139
2389d501
LW
140config VERSATILE_FPGA_IRQ
141 bool
142 select IRQ_DOMAIN
143
144config VERSATILE_FPGA_IRQ_NR
145 int
146 default 4
147 depends on VERSATILE_FPGA_IRQ
26a8e96a
MF
148
149config XTENSA_MX
150 bool
151 select IRQ_DOMAIN
96ca848e
S
152
153config IRQ_CROSSBAR
154 bool
155 help
f54619f2 156 Support for a CROSSBAR ip that precedes the main interrupt controller.
96ca848e
S
157 The primary irqchip invokes the crossbar's callback which inturn allocates
158 a free irq and configures the IP. Thus the peripheral interrupts are
159 routed to one of the free irqchip interrupt lines.
89323f8c
GS
160
161config KEYSTONE_IRQ
162 tristate "Keystone 2 IRQ controller IP"
163 depends on ARCH_KEYSTONE
164 help
165 Support for Texas Instruments Keystone 2 IRQ controller IP which
166 is part of the Keystone 2 IPC mechanism
8a19b8f1
AB
167
168config MIPS_GIC
169 bool
170 select MIPS_CM
8a764482 171
44e08e70
PB
172config INGENIC_IRQ
173 bool
174 depends on MACH_INGENIC
175 default y
78c10e55 176
8a764482
YS
177config RENESAS_H8300H_INTC
178 bool
179 select IRQ_DOMAIN
180
181config RENESAS_H8S_INTC
182 bool
78c10e55 183 select IRQ_DOMAIN