Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6
[deliverable/linux.git] / drivers / irqchip / Kconfig
CommitLineData
f6e916b8
TP
1config IRQCHIP
2 def_bool y
3 depends on OF_IRQ
4
81243e44
RH
5config ARM_GIC
6 bool
7 select IRQ_DOMAIN
8 select MULTI_IRQ_HANDLER
9
10config GIC_NON_BANKED
11 bool
12
292ec080
UKK
13config ARM_NVIC
14 bool
15 select IRQ_DOMAIN
16 select GENERIC_IRQ_CHIP
17
44430ec0
RH
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
350d71b9
SH
33config DW_APB_ICTL
34 bool
35 select IRQ_DOMAIN
36
b6ef9161
JH
37config IMGPDC_IRQ
38 bool
39 select GENERIC_IRQ_CHIP
40 select IRQ_DOMAIN
41
9dbd90f1
SH
42config ORION_IRQCHIP
43 bool
44 select IRQ_DOMAIN
45 select MULTI_IRQ_HANDLER
46
44358048
MD
47config RENESAS_INTC_IRQPIN
48 bool
49 select IRQ_DOMAIN
50
fbc83b7f
MD
51config RENESAS_IRQC
52 bool
53 select IRQ_DOMAIN
54
b06eb017
CR
55config TB10X_IRQC
56 bool
57 select IRQ_DOMAIN
58 select GENERIC_IRQ_CHIP
59
2389d501
LW
60config VERSATILE_FPGA_IRQ
61 bool
62 select IRQ_DOMAIN
63
64config VERSATILE_FPGA_IRQ_NR
65 int
66 default 4
67 depends on VERSATILE_FPGA_IRQ
26a8e96a
MF
68
69config XTENSA_MX
70 bool
71 select IRQ_DOMAIN
This page took 0.09679 seconds and 5 git commands to generate.