import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.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
8 select MULTI_IRQ_HANDLER
9
10config GIC_NON_BANKED
11 bool
12
44430ec0
RH
13config ARM_VIC
14 bool
15 select IRQ_DOMAIN
16 select MULTI_IRQ_HANDLER
17
18config ARM_VIC_NR
19 int
20 default 4 if ARCH_S5PV210
21 default 3 if ARCH_S5PC100
22 default 2
23 depends on ARM_VIC
24 help
25 The maximum number of VICs available in the system, for
26 power management.
27
44358048
MD
28config RENESAS_INTC_IRQPIN
29 bool
30 select IRQ_DOMAIN
31
fbc83b7f
MD
32config RENESAS_IRQC
33 bool
34 select IRQ_DOMAIN
35
2389d501
LW
36config VERSATILE_FPGA_IRQ
37 bool
38 select IRQ_DOMAIN
39
40config VERSATILE_FPGA_IRQ_NR
41 int
42 default 4
43 depends on VERSATILE_FPGA_IRQ
6fa3eb70
S
44
45config MTK_GIC
46 def_bool y if ARM64 && MEDIATEK_SOLUTION
47 select IRQ_DOMAIN
48 select MULTI_IRQ_HANDLER
49
50config MTK_EIC
51 bool
52 select IRQ_DOMAIN
53