Kconfig 4.3 KB
Newer Older
1 2 3 4
config IRQCHIP
	def_bool y
	depends on OF_IRQ

5 6 7
config ARM_GIC
	bool
	select IRQ_DOMAIN
8
	select IRQ_DOMAIN_HIERARCHY
9 10
	select MULTI_IRQ_HANDLER

11 12 13 14 15 16
config ARM_GIC_PM
	bool
	depends on PM
	select ARM_GIC
	select PM_CLK

17 18 19 20 21
config ARM_GIC_MAX_NR
	int
	default 2 if ARCH_REALVIEW
	default 1

22 23
config ARM_GIC_V2M
	bool
24 25 26
	depends on PCI
	select ARM_GIC
	select PCI_MSI
27

28 29 30
config GIC_NON_BANKED
	bool

31 32 33 34
config ARM_GIC_V3
	bool
	select IRQ_DOMAIN
	select MULTI_IRQ_HANDLER
35
	select IRQ_DOMAIN_HIERARCHY
36
	select PARTITION_PERCPU
37

38 39
config ARM_GIC_V3_ITS
	bool
40 41
	depends on PCI
	depends on PCI_MSI
42

43 44 45
config ARM_NVIC
	bool
	select IRQ_DOMAIN
46
	select IRQ_DOMAIN_HIERARCHY
47 48
	select GENERIC_IRQ_CHIP

49 50 51 52 53 54 55 56 57 58 59 60 61 62
config ARM_VIC
	bool
	select IRQ_DOMAIN
	select MULTI_IRQ_HANDLER

config ARM_VIC_NR
	int
	default 4 if ARCH_S5PV210
	default 2
	depends on ARM_VIC
	help
	  The maximum number of VICs available in the system, for
	  power management.

63 64 65
config ARMADA_370_XP_IRQ
	bool
	select GENERIC_IRQ_CHIP
66
	select PCI_MSI if PCI
67

68 69
config ALPINE_MSI
	bool
70 71
	depends on PCI
	select PCI_MSI
72 73
	select GENERIC_IRQ_CHIP

74 75 76 77 78 79 80 81 82 83 84 85 86 87
config ATMEL_AIC_IRQ
	bool
	select GENERIC_IRQ_CHIP
	select IRQ_DOMAIN
	select MULTI_IRQ_HANDLER
	select SPARSE_IRQ

config ATMEL_AIC5_IRQ
	bool
	select GENERIC_IRQ_CHIP
	select IRQ_DOMAIN
	select MULTI_IRQ_HANDLER
	select SPARSE_IRQ

88 89 90 91
config I8259
	bool
	select IRQ_DOMAIN

92 93 94 95 96
config BCM6345_L1_IRQ
	bool
	select GENERIC_IRQ_CHIP
	select IRQ_DOMAIN

97 98 99 100 101
config BCM7038_L1_IRQ
	bool
	select GENERIC_IRQ_CHIP
	select IRQ_DOMAIN

102 103 104 105 106
config BCM7120_L2_IRQ
	bool
	select GENERIC_IRQ_CHIP
	select IRQ_DOMAIN

107 108 109 110 111
config BRCMSTB_L2_IRQ
	bool
	select GENERIC_IRQ_CHIP
	select IRQ_DOMAIN

112 113
config DW_APB_ICTL
	bool
114
	select GENERIC_IRQ_CHIP
115 116
	select IRQ_DOMAIN

117 118 119 120 121
config HISILICON_IRQ_MBIGEN
	bool
	select ARM_GIC_V3
	select ARM_GIC_V3_ITS

122 123 124 125 126
config IMGPDC_IRQ
	bool
	select GENERIC_IRQ_CHIP
	select IRQ_DOMAIN

127 128 129 130 131
config IRQ_MIPS_CPU
	bool
	select GENERIC_IRQ_CHIP
	select IRQ_DOMAIN

132 133 134 135 136 137 138 139
config CLPS711X_IRQCHIP
	bool
	depends on ARCH_CLPS711X
	select IRQ_DOMAIN
	select MULTI_IRQ_HANDLER
	select SPARSE_IRQ
	default y

140 141 142 143
config OR1K_PIC
	bool
	select IRQ_DOMAIN

144 145 146 147 148
config OMAP_IRQCHIP
	bool
	select GENERIC_IRQ_CHIP
	select IRQ_DOMAIN

149 150 151 152 153
config ORION_IRQCHIP
	bool
	select IRQ_DOMAIN
	select MULTI_IRQ_HANDLER

154 155 156 157 158
config PIC32_EVIC
	bool
	select GENERIC_IRQ_CHIP
	select IRQ_DOMAIN

159 160 161 162
config RENESAS_INTC_IRQPIN
	bool
	select IRQ_DOMAIN

M
Magnus Damm 已提交
163 164
config RENESAS_IRQC
	bool
165
	select GENERIC_IRQ_CHIP
M
Magnus Damm 已提交
166 167
	select IRQ_DOMAIN

168 169 170 171 172 173 174
config ST_IRQCHIP
	bool
	select REGMAP
	select MFD_SYSCON
	help
	  Enables SysCfg Controlled IRQs on STi based platforms.

175 176 177 178 179
config TANGO_IRQ
	bool
	select IRQ_DOMAIN
	select GENERIC_IRQ_CHIP

180 181 182 183 184
config TB10X_IRQC
	bool
	select IRQ_DOMAIN
	select GENERIC_IRQ_CHIP

185 186 187
config TS4800_IRQ
	tristate "TS-4800 IRQ controller"
	select IRQ_DOMAIN
188
	depends on HAS_IOMEM
189
	depends on SOC_IMX51 || COMPILE_TEST
190 191 192
	help
	  Support for the TS-4800 FPGA IRQ controller

193 194 195 196 197 198 199 200
config VERSATILE_FPGA_IRQ
	bool
	select IRQ_DOMAIN

config VERSATILE_FPGA_IRQ_NR
       int
       default 4
       depends on VERSATILE_FPGA_IRQ
M
Max Filippov 已提交
201 202 203 204

config XTENSA_MX
	bool
	select IRQ_DOMAIN
205 206 207 208

config IRQ_CROSSBAR
	bool
	help
M
Masanari Iida 已提交
209
	  Support for a CROSSBAR ip that precedes the main interrupt controller.
210 211 212
	  The primary irqchip invokes the crossbar's callback which inturn allocates
	  a free irq and configures the IP. Thus the peripheral interrupts are
	  routed to one of the free irqchip interrupt lines.
213 214 215 216 217 218 219

config KEYSTONE_IRQ
	tristate "Keystone 2 IRQ controller IP"
	depends on ARCH_KEYSTONE
	help
		Support for Texas Instruments Keystone 2 IRQ controller IP which
		is part of the Keystone 2 IPC mechanism
220 221 222

config MIPS_GIC
	bool
223
	select GENERIC_IRQ_IPI
224
	select IRQ_DOMAIN_HIERARCHY
225
	select MIPS_CM
Y
Yoshinori Sato 已提交
226

227 228 229 230
config INGENIC_IRQ
	bool
	depends on MACH_INGENIC
	default y
231

Y
Yoshinori Sato 已提交
232 233 234 235 236 237
config RENESAS_H8300H_INTC
        bool
	select IRQ_DOMAIN

config RENESAS_H8S_INTC
        bool
238
	select IRQ_DOMAIN
239 240 241 242 243 244

config IMX_GPCV2
	bool
	select IRQ_DOMAIN
	help
	  Enables the wakeup IRQs for IMX platforms with GPCv2 block
245 246 247 248 249

config IRQ_MXS
	def_bool y if MACH_ASM9260 || ARCH_MXS
	select IRQ_DOMAIN
	select STMP_DEVICE
250 251 252

config MVEBU_ODMI
	bool
253

254 255 256 257
config LS_SCFG_MSI
	def_bool y if SOC_LS1021A || ARCH_LAYERSCAPE
	depends on PCI && PCI_MSI

258 259
config PARTITION_PERCPU
	bool
260

261 262
config EZNPS_GIC
	bool "NPS400 Global Interrupt Manager (GIM)"
263
	depends on ARC || (COMPILE_TEST && !64BIT)
264 265 266
	select IRQ_DOMAIN
	help
	  Support the EZchip NPS400 global interrupt controller