irqchip: gic: covert dsb() to dsb(sy)
[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 MULTI_IRQ_HANDLER
9
10 config GIC_NON_BANKED
11         bool
12
13 config ARM_GIC_V3
14         bool
15         select IRQ_DOMAIN
16         select MULTI_IRQ_HANDLER
17
18 config ARM_VIC
19         bool
20         select IRQ_DOMAIN
21         select MULTI_IRQ_HANDLER
22
23 config 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
33 config RENESAS_INTC_IRQPIN
34         bool
35         select IRQ_DOMAIN
36
37 config RENESAS_IRQC
38         bool
39         select IRQ_DOMAIN
40
41 config VERSATILE_FPGA_IRQ
42         bool
43         select IRQ_DOMAIN
44
45 config VERSATILE_FPGA_IRQ_NR
46        int
47        default 4
48        depends on VERSATILE_FPGA_IRQ