xref: /linux/drivers/irqchip/Kconfig (revision 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
9
10config GIC_NON_BANKED
11	bool
12
13config 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
28config ORION_IRQCHIP
29	bool
30	select IRQ_DOMAIN
31	select MULTI_IRQ_HANDLER
32
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
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
54