PM / sleep: Asynchronous threads for suspend_noirq
[linux/fpc-iii.git] / drivers / irqchip / Kconfig
blob61ffdca96e253aa4794721be6c951163c28d0f61
1 config IRQCHIP
2         def_bool y
3         depends on OF_IRQ
5 config ARM_GIC
6         bool
7         select IRQ_DOMAIN
8         select MULTI_IRQ_HANDLER
10 config GIC_NON_BANKED
11         bool
13 config ARM_NVIC
14         bool
15         select IRQ_DOMAIN
16         select GENERIC_IRQ_CHIP
18 config ARM_VIC
19         bool
20         select IRQ_DOMAIN
21         select MULTI_IRQ_HANDLER
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.
33 config DW_APB_ICTL
34         bool
35         select IRQ_DOMAIN
37 config IMGPDC_IRQ
38         bool
39         select GENERIC_IRQ_CHIP
40         select IRQ_DOMAIN
42 config ORION_IRQCHIP
43         bool
44         select IRQ_DOMAIN
45         select MULTI_IRQ_HANDLER
47 config RENESAS_INTC_IRQPIN
48         bool
49         select IRQ_DOMAIN
51 config RENESAS_IRQC
52         bool
53         select IRQ_DOMAIN
55 config TB10X_IRQC
56         bool
57         select IRQ_DOMAIN
58         select GENERIC_IRQ_CHIP
60 config VERSATILE_FPGA_IRQ
61         bool
62         select IRQ_DOMAIN
64 config VERSATILE_FPGA_IRQ_NR
65        int
66        default 4
67        depends on VERSATILE_FPGA_IRQ
69 config XTENSA_MX
70         bool
71         select IRQ_DOMAIN