blob: 4a33351c25dce61c805a9c99258f893792a1ec2a [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
Rob Herring44430ec2012-10-27 17:25:26 -050013config 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
Magnus Damm44358042013-02-18 23:28:34 +090028config RENESAS_INTC_IRQPIN
29 bool
30 select IRQ_DOMAIN
31
Magnus Dammfbc83b72013-02-27 17:15:01 +090032config RENESAS_IRQC
33 bool
34 select IRQ_DOMAIN
35
Linus Walleij2389d502012-10-31 22:04:31 +010036config 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