xref: /linux/drivers/irqchip/Kconfig (revision 564eb714f5f09ac733c26860d5f0831f213fbdf1)
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_NVIC
14	bool
15	select IRQ_DOMAIN
16	select GENERIC_IRQ_CHIP
17
18config ARM_VIC
19	bool
20	select IRQ_DOMAIN
21	select MULTI_IRQ_HANDLER
22
23config ARM_VIC_NR
24	int
25	default 4 if ARCH_S5PV210
26	default 3 if ARCH_S5PC100
27	default 2
28	depends on ARM_VIC
29	help
30	  The maximum number of VICs available in the system, for
31	  power management.
32
33config IMGPDC_IRQ
34	bool
35	select GENERIC_IRQ_CHIP
36	select IRQ_DOMAIN
37
38config ORION_IRQCHIP
39	bool
40	select IRQ_DOMAIN
41	select MULTI_IRQ_HANDLER
42
43config RENESAS_INTC_IRQPIN
44	bool
45	select IRQ_DOMAIN
46
47config RENESAS_IRQC
48	bool
49	select IRQ_DOMAIN
50
51config TB10X_IRQC
52	bool
53	select IRQ_DOMAIN
54	select GENERIC_IRQ_CHIP
55
56config VERSATILE_FPGA_IRQ
57	bool
58	select IRQ_DOMAIN
59
60config VERSATILE_FPGA_IRQ_NR
61       int
62       default 4
63       depends on VERSATILE_FPGA_IRQ
64