]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/irqchip/Kconfig
irqchip: spear_shirq: Simplify register access code
[mirror_ubuntu-jammy-kernel.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
7f646e92
FF
33config BRCMSTB_L2_IRQ
34 bool
35 depends on ARM
36 select GENERIC_IRQ_CHIP
37 select IRQ_DOMAIN
38
350d71b9
SH
39config DW_APB_ICTL
40 bool
41 select IRQ_DOMAIN
42
b6ef9161
JH
43config IMGPDC_IRQ
44 bool
45 select GENERIC_IRQ_CHIP
46 select IRQ_DOMAIN
47
afc98d90
AS
48config CLPS711X_IRQCHIP
49 bool
50 depends on ARCH_CLPS711X
51 select IRQ_DOMAIN
52 select MULTI_IRQ_HANDLER
53 select SPARSE_IRQ
54 default y
55
9dbd90f1
SH
56config ORION_IRQCHIP
57 bool
58 select IRQ_DOMAIN
59 select MULTI_IRQ_HANDLER
60
44358048
MD
61config RENESAS_INTC_IRQPIN
62 bool
63 select IRQ_DOMAIN
64
fbc83b7f
MD
65config RENESAS_IRQC
66 bool
67 select IRQ_DOMAIN
68
b06eb017
CR
69config TB10X_IRQC
70 bool
71 select IRQ_DOMAIN
72 select GENERIC_IRQ_CHIP
73
2389d501
LW
74config VERSATILE_FPGA_IRQ
75 bool
76 select IRQ_DOMAIN
77
78config VERSATILE_FPGA_IRQ_NR
79 int
80 default 4
81 depends on VERSATILE_FPGA_IRQ
26a8e96a
MF
82
83config XTENSA_MX
84 bool
85 select IRQ_DOMAIN
96ca848e
S
86
87config IRQ_CROSSBAR
88 bool
89 help
90 Support for a CROSSBAR ip that preceeds the main interrupt controller.
91 The primary irqchip invokes the crossbar's callback which inturn allocates
92 a free irq and configures the IP. Thus the peripheral interrupts are
93 routed to one of the free irqchip interrupt lines.