irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbell
[firefly-linux-kernel-4.4.55.git] / drivers / irqchip / Kconfig
1 config IRQCHIP
2         def_bool y
3         depends on OF_IRQ
4
5 config ARM_GIC
6         bool
7         select IRQ_DOMAIN
8         select IRQ_DOMAIN_HIERARCHY
9         select MULTI_IRQ_HANDLER
10
11 config ARM_GIC_V2M
12         bool
13         depends on ARM_GIC
14         depends on PCI && PCI_MSI
15         select PCI_MSI_IRQ_DOMAIN
16
17 config GIC_NON_BANKED
18         bool
19
20 config ARM_GIC_V3
21         bool
22         select IRQ_DOMAIN
23         select MULTI_IRQ_HANDLER
24         select IRQ_DOMAIN_HIERARCHY
25
26 config ARM_GIC_V3_ITS
27         bool
28         select PCI_MSI_IRQ_DOMAIN
29
30 config ARM_NVIC
31         bool
32         select IRQ_DOMAIN
33         select GENERIC_IRQ_CHIP
34
35 config ARM_VIC
36         bool
37         select IRQ_DOMAIN
38         select MULTI_IRQ_HANDLER
39
40 config ARM_VIC_NR
41         int
42         default 4 if ARCH_S5PV210
43         default 2
44         depends on ARM_VIC
45         help
46           The maximum number of VICs available in the system, for
47           power management.
48
49 config ATMEL_AIC_IRQ
50         bool
51         select GENERIC_IRQ_CHIP
52         select IRQ_DOMAIN
53         select MULTI_IRQ_HANDLER
54         select SPARSE_IRQ
55
56 config ATMEL_AIC5_IRQ
57         bool
58         select GENERIC_IRQ_CHIP
59         select IRQ_DOMAIN
60         select MULTI_IRQ_HANDLER
61         select SPARSE_IRQ
62
63 config BRCMSTB_L2_IRQ
64         bool
65         depends on ARM
66         select GENERIC_IRQ_CHIP
67         select IRQ_DOMAIN
68
69 config DW_APB_ICTL
70         bool
71         select IRQ_DOMAIN
72
73 config IMGPDC_IRQ
74         bool
75         select GENERIC_IRQ_CHIP
76         select IRQ_DOMAIN
77
78 config CLPS711X_IRQCHIP
79         bool
80         depends on ARCH_CLPS711X
81         select IRQ_DOMAIN
82         select MULTI_IRQ_HANDLER
83         select SPARSE_IRQ
84         default y
85
86 config OR1K_PIC
87         bool
88         select IRQ_DOMAIN
89
90 config OMAP_IRQCHIP
91         bool
92         select GENERIC_IRQ_CHIP
93         select IRQ_DOMAIN
94
95 config ORION_IRQCHIP
96         bool
97         select IRQ_DOMAIN
98         select MULTI_IRQ_HANDLER
99
100 config RENESAS_INTC_IRQPIN
101         bool
102         select IRQ_DOMAIN
103
104 config RENESAS_IRQC
105         bool
106         select IRQ_DOMAIN
107
108 config TB10X_IRQC
109         bool
110         select IRQ_DOMAIN
111         select GENERIC_IRQ_CHIP
112
113 config VERSATILE_FPGA_IRQ
114         bool
115         select IRQ_DOMAIN
116
117 config VERSATILE_FPGA_IRQ_NR
118        int
119        default 4
120        depends on VERSATILE_FPGA_IRQ
121
122 config XTENSA_MX
123         bool
124         select IRQ_DOMAIN
125
126 config IRQ_CROSSBAR
127         bool
128         help
129           Support for a CROSSBAR ip that precedes the main interrupt controller.
130           The primary irqchip invokes the crossbar's callback which inturn allocates
131           a free irq and configures the IP. Thus the peripheral interrupts are
132           routed to one of the free irqchip interrupt lines.
133
134 config KEYSTONE_IRQ
135         tristate "Keystone 2 IRQ controller IP"
136         depends on ARCH_KEYSTONE
137         help
138                 Support for Texas Instruments Keystone 2 IRQ controller IP which
139                 is part of the Keystone 2 IPC mechanism