Kconfig (9dbd90f17e4f380593ec5194c2a4d5e52c5f72d1) Kconfig (b06eb0173ef1d9366d14b4ca3e8e38dc72b03e8b)
1config IRQCHIP
2 def_bool y
3 depends on OF_IRQ
4
5config ARM_GIC
6 bool
7 select IRQ_DOMAIN
8 select MULTI_IRQ_HANDLER

--- 24 unchanged lines hidden (view full) ---

33config RENESAS_INTC_IRQPIN
34 bool
35 select IRQ_DOMAIN
36
37config RENESAS_IRQC
38 bool
39 select IRQ_DOMAIN
40
1config IRQCHIP
2 def_bool y
3 depends on OF_IRQ
4
5config ARM_GIC
6 bool
7 select IRQ_DOMAIN
8 select MULTI_IRQ_HANDLER

--- 24 unchanged lines hidden (view full) ---

33config RENESAS_INTC_IRQPIN
34 bool
35 select IRQ_DOMAIN
36
37config RENESAS_IRQC
38 bool
39 select IRQ_DOMAIN
40
41config TB10X_IRQC
42 bool
43 select IRQ_DOMAIN
44 select GENERIC_IRQ_CHIP
45
41config VERSATILE_FPGA_IRQ
42 bool
43 select IRQ_DOMAIN
44
45config VERSATILE_FPGA_IRQ_NR
46 int
47 default 4
48 depends on VERSATILE_FPGA_IRQ
46config VERSATILE_FPGA_IRQ
47 bool
48 select IRQ_DOMAIN
49
50config VERSATILE_FPGA_IRQ_NR
51 int
52 default 4
53 depends on VERSATILE_FPGA_IRQ