Kconfig (6e9041c6ddd6cbdc61d87bcaca8ca7bb17c28377) Kconfig (9dbd90f17e4f380593ec5194c2a4d5e52c5f72d1)
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

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

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
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

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

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
28config ORION_IRQCHIP
29 bool
30 select IRQ_DOMAIN
31 select MULTI_IRQ_HANDLER
32
28config RENESAS_INTC_IRQPIN
29 bool
30 select IRQ_DOMAIN
31
32config RENESAS_IRQC
33 bool
34 select IRQ_DOMAIN
35
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
33config RENESAS_INTC_IRQPIN
34 bool
35 select IRQ_DOMAIN
36
37config RENESAS_IRQC
38 bool
39 select IRQ_DOMAIN
40
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