blob: 98f30b0d531c490afd1d0f4ae425bb2d6ceccf71 [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
Linus Walleij2389d502012-10-31 22:04:31 +010013config VERSATILE_FPGA_IRQ
14 bool
15 select IRQ_DOMAIN
16
17config VERSATILE_FPGA_IRQ_NR
18 int
19 default 4
20 depends on VERSATILE_FPGA_IRQ