blob: 61ffdca96e253aa4794721be6c951163c28d0f61 [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
Uwe Kleine-König292ec082013-06-26 09:18:48 +020013config ARM_NVIC
14 bool
15 select IRQ_DOMAIN
16 select GENERIC_IRQ_CHIP
17
Rob Herring44430ec2012-10-27 17:25:26 -050018config ARM_VIC
19 bool
20 select IRQ_DOMAIN
21 select MULTI_IRQ_HANDLER
22
23config ARM_VIC_NR
24 int
25 default 4 if ARCH_S5PV210
26 default 3 if ARCH_S5PC100
27 default 2
28 depends on ARM_VIC
29 help
30 The maximum number of VICs available in the system, for
31 power management.
32
Sebastian Hesselbarth350d71b92013-09-09 14:01:20 +020033config DW_APB_ICTL
34 bool
35 select IRQ_DOMAIN
36
James Hoganb6ef9162013-04-22 15:43:50 +010037config IMGPDC_IRQ
38 bool
39 select GENERIC_IRQ_CHIP
40 select IRQ_DOMAIN
41
Sebastian Hesselbarth9dbd90f2013-06-06 18:27:09 +020042config ORION_IRQCHIP
43 bool
44 select IRQ_DOMAIN
45 select MULTI_IRQ_HANDLER
46
Magnus Damm44358042013-02-18 23:28:34 +090047config RENESAS_INTC_IRQPIN
48 bool
49 select IRQ_DOMAIN
50
Magnus Dammfbc83b72013-02-27 17:15:01 +090051config RENESAS_IRQC
52 bool
53 select IRQ_DOMAIN
54
Christian Ruppertb06eb012013-06-25 18:29:57 +020055config TB10X_IRQC
56 bool
57 select IRQ_DOMAIN
58 select GENERIC_IRQ_CHIP
59
Linus Walleij2389d502012-10-31 22:04:31 +010060config VERSATILE_FPGA_IRQ
61 bool
62 select IRQ_DOMAIN
63
64config VERSATILE_FPGA_IRQ_NR
65 int
66 default 4
67 depends on VERSATILE_FPGA_IRQ
Max Filippov26a8e962013-12-01 12:04:57 +040068
69config XTENSA_MX
70 bool
71 select IRQ_DOMAIN