1f6e916b8SThomas Petazzoniconfig IRQCHIP 2f6e916b8SThomas Petazzoni def_bool y 3f6e916b8SThomas Petazzoni depends on OF_IRQ 4f6e916b8SThomas Petazzoni 581243e44SRob Herringconfig ARM_GIC 681243e44SRob Herring bool 781243e44SRob Herring select IRQ_DOMAIN 89a1091efSYingjoe Chen select IRQ_DOMAIN_HIERARCHY 981243e44SRob Herring select MULTI_IRQ_HANDLER 100c9e4982SMarc Zyngier select GENERIC_IRQ_EFFECTIVE_AFF_MASK 1181243e44SRob Herring 129c8edddfSJon Hunterconfig ARM_GIC_PM 139c8edddfSJon Hunter bool 149c8edddfSJon Hunter depends on PM 159c8edddfSJon Hunter select ARM_GIC 169c8edddfSJon Hunter select PM_CLK 179c8edddfSJon Hunter 18a27d21e0SLinus Walleijconfig ARM_GIC_MAX_NR 19a27d21e0SLinus Walleij int 20a27d21e0SLinus Walleij default 2 if ARCH_REALVIEW 21a27d21e0SLinus Walleij default 1 22a27d21e0SLinus Walleij 23853a33ceSSuravee Suthikulpanitconfig ARM_GIC_V2M 24853a33ceSSuravee Suthikulpanit bool 253ee80364SArnd Bergmann depends on PCI 263ee80364SArnd Bergmann select ARM_GIC 273ee80364SArnd Bergmann select PCI_MSI 28853a33ceSSuravee Suthikulpanit 2981243e44SRob Herringconfig GIC_NON_BANKED 3081243e44SRob Herring bool 3181243e44SRob Herring 32021f6537SMarc Zyngierconfig ARM_GIC_V3 33021f6537SMarc Zyngier bool 34021f6537SMarc Zyngier select IRQ_DOMAIN 35021f6537SMarc Zyngier select MULTI_IRQ_HANDLER 36443acc4fSMarc Zyngier select IRQ_DOMAIN_HIERARCHY 37e3825ba1SMarc Zyngier select PARTITION_PERCPU 38956ae91aSMarc Zyngier select GENERIC_IRQ_EFFECTIVE_AFF_MASK 39021f6537SMarc Zyngier 4019812729SMarc Zyngierconfig ARM_GIC_V3_ITS 4119812729SMarc Zyngier bool 423ee80364SArnd Bergmann depends on PCI 433ee80364SArnd Bergmann depends on PCI_MSI 44292ec080SUwe Kleine-König 4544430ec0SRob Herringconfig ARM_NVIC 4644430ec0SRob Herring bool 4744430ec0SRob Herring select IRQ_DOMAIN 482d9f59f7SStefan Agner select IRQ_DOMAIN_HIERARCHY 4944430ec0SRob Herring select GENERIC_IRQ_CHIP 5044430ec0SRob Herring 5144430ec0SRob Herringconfig ARM_VIC 5244430ec0SRob Herring bool 5344430ec0SRob Herring select IRQ_DOMAIN 5444430ec0SRob Herring select MULTI_IRQ_HANDLER 5544430ec0SRob Herring 5644430ec0SRob Herringconfig ARM_VIC_NR 5744430ec0SRob Herring int 5844430ec0SRob Herring default 4 if ARCH_S5PV210 5944430ec0SRob Herring default 2 6044430ec0SRob Herring depends on ARM_VIC 6144430ec0SRob Herring help 6244430ec0SRob Herring The maximum number of VICs available in the system, for 6344430ec0SRob Herring power management. 6444430ec0SRob Herring 65fed6d336SThomas Petazzoniconfig ARMADA_370_XP_IRQ 66fed6d336SThomas Petazzoni bool 67fed6d336SThomas Petazzoni select GENERIC_IRQ_CHIP 683ee80364SArnd Bergmann select PCI_MSI if PCI 69e31793a3SMarc Zyngier select GENERIC_IRQ_EFFECTIVE_AFF_MASK 70fed6d336SThomas Petazzoni 71e6b78f2cSAntoine Tenartconfig ALPINE_MSI 72e6b78f2cSAntoine Tenart bool 733ee80364SArnd Bergmann depends on PCI 743ee80364SArnd Bergmann select PCI_MSI 75e6b78f2cSAntoine Tenart select GENERIC_IRQ_CHIP 76e6b78f2cSAntoine Tenart 77b1479ebbSBoris BREZILLONconfig ATMEL_AIC_IRQ 78b1479ebbSBoris BREZILLON bool 79b1479ebbSBoris BREZILLON select GENERIC_IRQ_CHIP 80b1479ebbSBoris BREZILLON select IRQ_DOMAIN 81b1479ebbSBoris BREZILLON select MULTI_IRQ_HANDLER 82b1479ebbSBoris BREZILLON select SPARSE_IRQ 83b1479ebbSBoris BREZILLON 84b1479ebbSBoris BREZILLONconfig ATMEL_AIC5_IRQ 85b1479ebbSBoris BREZILLON bool 86b1479ebbSBoris BREZILLON select GENERIC_IRQ_CHIP 87b1479ebbSBoris BREZILLON select IRQ_DOMAIN 88b1479ebbSBoris BREZILLON select MULTI_IRQ_HANDLER 89b1479ebbSBoris BREZILLON select SPARSE_IRQ 90b1479ebbSBoris BREZILLON 910509cfdeSRalf Baechleconfig I8259 920509cfdeSRalf Baechle bool 930509cfdeSRalf Baechle select IRQ_DOMAIN 940509cfdeSRalf Baechle 95c7c42ec2SSimon Arlottconfig BCM6345_L1_IRQ 96c7c42ec2SSimon Arlott bool 97c7c42ec2SSimon Arlott select GENERIC_IRQ_CHIP 98c7c42ec2SSimon Arlott select IRQ_DOMAIN 99d0ed5e8eSMarc Zyngier select GENERIC_IRQ_EFFECTIVE_AFF_MASK 100c7c42ec2SSimon Arlott 1015f7f0317SKevin Cernekeeconfig BCM7038_L1_IRQ 1025f7f0317SKevin Cernekee bool 1035f7f0317SKevin Cernekee select GENERIC_IRQ_CHIP 1045f7f0317SKevin Cernekee select IRQ_DOMAIN 105*b8d9884aSMarc Zyngier select GENERIC_IRQ_EFFECTIVE_AFF_MASK 1065f7f0317SKevin Cernekee 107a4fcbb86SKevin Cernekeeconfig BCM7120_L2_IRQ 108a4fcbb86SKevin Cernekee bool 109a4fcbb86SKevin Cernekee select GENERIC_IRQ_CHIP 110a4fcbb86SKevin Cernekee select IRQ_DOMAIN 111a4fcbb86SKevin Cernekee 1127f646e92SFlorian Fainelliconfig BRCMSTB_L2_IRQ 1137f646e92SFlorian Fainelli bool 1147f646e92SFlorian Fainelli select GENERIC_IRQ_CHIP 1157f646e92SFlorian Fainelli select IRQ_DOMAIN 1167f646e92SFlorian Fainelli 117350d71b9SSebastian Hesselbarthconfig DW_APB_ICTL 118350d71b9SSebastian Hesselbarth bool 119e1588490SJisheng Zhang select GENERIC_IRQ_CHIP 120350d71b9SSebastian Hesselbarth select IRQ_DOMAIN 121350d71b9SSebastian Hesselbarth 1226ee532e2SLinus Walleijconfig FARADAY_FTINTC010 1236ee532e2SLinus Walleij bool 1246ee532e2SLinus Walleij select IRQ_DOMAIN 1256ee532e2SLinus Walleij select MULTI_IRQ_HANDLER 1266ee532e2SLinus Walleij select SPARSE_IRQ 1276ee532e2SLinus Walleij 1289a7c4abdSMaJunconfig HISILICON_IRQ_MBIGEN 1299a7c4abdSMaJun bool 1309a7c4abdSMaJun select ARM_GIC_V3 1319a7c4abdSMaJun select ARM_GIC_V3_ITS 1329a7c4abdSMaJun 133b6ef9161SJames Hoganconfig IMGPDC_IRQ 134b6ef9161SJames Hogan bool 135b6ef9161SJames Hogan select GENERIC_IRQ_CHIP 136b6ef9161SJames Hogan select IRQ_DOMAIN 137b6ef9161SJames Hogan 13867e38cf2SRalf Baechleconfig IRQ_MIPS_CPU 13967e38cf2SRalf Baechle bool 14067e38cf2SRalf Baechle select GENERIC_IRQ_CHIP 1413838a547SPaul Burton select GENERIC_IRQ_IPI if SYS_SUPPORTS_MULTITHREADING 14267e38cf2SRalf Baechle select IRQ_DOMAIN 1433838a547SPaul Burton select IRQ_DOMAIN_HIERARCHY if GENERIC_IRQ_IPI 14467e38cf2SRalf Baechle 145afc98d90SAlexander Shiyanconfig CLPS711X_IRQCHIP 146afc98d90SAlexander Shiyan bool 147afc98d90SAlexander Shiyan depends on ARCH_CLPS711X 148afc98d90SAlexander Shiyan select IRQ_DOMAIN 149afc98d90SAlexander Shiyan select MULTI_IRQ_HANDLER 150afc98d90SAlexander Shiyan select SPARSE_IRQ 151afc98d90SAlexander Shiyan default y 152afc98d90SAlexander Shiyan 1534db8e6d2SStefan Kristianssonconfig OR1K_PIC 1544db8e6d2SStefan Kristiansson bool 1554db8e6d2SStefan Kristiansson select IRQ_DOMAIN 1564db8e6d2SStefan Kristiansson 1578598066cSFelipe Balbiconfig OMAP_IRQCHIP 1588598066cSFelipe Balbi bool 1598598066cSFelipe Balbi select GENERIC_IRQ_CHIP 1608598066cSFelipe Balbi select IRQ_DOMAIN 1618598066cSFelipe Balbi 1629dbd90f1SSebastian Hesselbarthconfig ORION_IRQCHIP 1639dbd90f1SSebastian Hesselbarth bool 1649dbd90f1SSebastian Hesselbarth select IRQ_DOMAIN 1659dbd90f1SSebastian Hesselbarth select MULTI_IRQ_HANDLER 1669dbd90f1SSebastian Hesselbarth 167aaa8666aSCristian Birsanconfig PIC32_EVIC 168aaa8666aSCristian Birsan bool 169aaa8666aSCristian Birsan select GENERIC_IRQ_CHIP 170aaa8666aSCristian Birsan select IRQ_DOMAIN 171aaa8666aSCristian Birsan 172981b58f6SRich Felkerconfig JCORE_AIC 1733602ffdeSRich Felker bool "J-Core integrated AIC" if COMPILE_TEST 1743602ffdeSRich Felker depends on OF 175981b58f6SRich Felker select IRQ_DOMAIN 176981b58f6SRich Felker help 177981b58f6SRich Felker Support for the J-Core integrated AIC. 178981b58f6SRich Felker 17944358048SMagnus Dammconfig RENESAS_INTC_IRQPIN 18044358048SMagnus Damm bool 18144358048SMagnus Damm select IRQ_DOMAIN 18244358048SMagnus Damm 183fbc83b7fSMagnus Dammconfig RENESAS_IRQC 184fbc83b7fSMagnus Damm bool 18599c221dfSMagnus Damm select GENERIC_IRQ_CHIP 186fbc83b7fSMagnus Damm select IRQ_DOMAIN 187fbc83b7fSMagnus Damm 18807088484SLee Jonesconfig ST_IRQCHIP 18907088484SLee Jones bool 19007088484SLee Jones select REGMAP 19107088484SLee Jones select MFD_SYSCON 19207088484SLee Jones help 19307088484SLee Jones Enables SysCfg Controlled IRQs on STi based platforms. 19407088484SLee Jones 1954bba6689SMans Rullgardconfig TANGO_IRQ 1964bba6689SMans Rullgard bool 1974bba6689SMans Rullgard select IRQ_DOMAIN 1984bba6689SMans Rullgard select GENERIC_IRQ_CHIP 1994bba6689SMans Rullgard 200b06eb017SChristian Ruppertconfig TB10X_IRQC 201b06eb017SChristian Ruppert bool 202b06eb017SChristian Ruppert select IRQ_DOMAIN 203b06eb017SChristian Ruppert select GENERIC_IRQ_CHIP 204b06eb017SChristian Ruppert 205d01f8633SDamien Riegelconfig TS4800_IRQ 206d01f8633SDamien Riegel tristate "TS-4800 IRQ controller" 207d01f8633SDamien Riegel select IRQ_DOMAIN 2080df337cfSRichard Weinberger depends on HAS_IOMEM 209d2b383dcSJean Delvare depends on SOC_IMX51 || COMPILE_TEST 210d01f8633SDamien Riegel help 211d01f8633SDamien Riegel Support for the TS-4800 FPGA IRQ controller 212d01f8633SDamien Riegel 2132389d501SLinus Walleijconfig VERSATILE_FPGA_IRQ 2142389d501SLinus Walleij bool 2152389d501SLinus Walleij select IRQ_DOMAIN 2162389d501SLinus Walleij 2172389d501SLinus Walleijconfig VERSATILE_FPGA_IRQ_NR 2182389d501SLinus Walleij int 2192389d501SLinus Walleij default 4 2202389d501SLinus Walleij depends on VERSATILE_FPGA_IRQ 22126a8e96aSMax Filippov 22226a8e96aSMax Filippovconfig XTENSA_MX 22326a8e96aSMax Filippov bool 22426a8e96aSMax Filippov select IRQ_DOMAIN 22596ca848eSSricharan R 2260547dc78SZubair Lutfullah Kakakhelconfig XILINX_INTC 2270547dc78SZubair Lutfullah Kakakhel bool 2280547dc78SZubair Lutfullah Kakakhel select IRQ_DOMAIN 2290547dc78SZubair Lutfullah Kakakhel 23096ca848eSSricharan Rconfig IRQ_CROSSBAR 23196ca848eSSricharan R bool 23296ca848eSSricharan R help 233f54619f2SMasanari Iida Support for a CROSSBAR ip that precedes the main interrupt controller. 23496ca848eSSricharan R The primary irqchip invokes the crossbar's callback which inturn allocates 23596ca848eSSricharan R a free irq and configures the IP. Thus the peripheral interrupts are 23696ca848eSSricharan R routed to one of the free irqchip interrupt lines. 23789323f8cSGrygorii Strashko 23889323f8cSGrygorii Strashkoconfig KEYSTONE_IRQ 23989323f8cSGrygorii Strashko tristate "Keystone 2 IRQ controller IP" 24089323f8cSGrygorii Strashko depends on ARCH_KEYSTONE 24189323f8cSGrygorii Strashko help 24289323f8cSGrygorii Strashko Support for Texas Instruments Keystone 2 IRQ controller IP which 24389323f8cSGrygorii Strashko is part of the Keystone 2 IPC mechanism 2448a19b8f1SAndrew Bresticker 2458a19b8f1SAndrew Brestickerconfig MIPS_GIC 2468a19b8f1SAndrew Bresticker bool 247bb11cff3SQais Yousef select GENERIC_IRQ_IPI 2482af70a96SQais Yousef select IRQ_DOMAIN_HIERARCHY 2498a19b8f1SAndrew Bresticker select MIPS_CM 2508a764482SYoshinori Sato 25144e08e70SPaul Burtonconfig INGENIC_IRQ 25244e08e70SPaul Burton bool 25344e08e70SPaul Burton depends on MACH_INGENIC 25444e08e70SPaul Burton default y 25578c10e55SLinus Torvalds 2568a764482SYoshinori Satoconfig RENESAS_H8300H_INTC 2578a764482SYoshinori Sato bool 2588a764482SYoshinori Sato select IRQ_DOMAIN 2598a764482SYoshinori Sato 2608a764482SYoshinori Satoconfig RENESAS_H8S_INTC 2618a764482SYoshinori Sato bool 2628a764482SYoshinori Sato select IRQ_DOMAIN 263e324c4dcSShenwei Wang 264e324c4dcSShenwei Wangconfig IMX_GPCV2 265e324c4dcSShenwei Wang bool 266e324c4dcSShenwei Wang select IRQ_DOMAIN 267e324c4dcSShenwei Wang help 268e324c4dcSShenwei Wang Enables the wakeup IRQs for IMX platforms with GPCv2 block 2697e4ac676SOleksij Rempel 2707e4ac676SOleksij Rempelconfig IRQ_MXS 2717e4ac676SOleksij Rempel def_bool y if MACH_ASM9260 || ARCH_MXS 2727e4ac676SOleksij Rempel select IRQ_DOMAIN 2737e4ac676SOleksij Rempel select STMP_DEVICE 274c27f29bbSThomas Petazzoni 275a68a63cbSThomas Petazzoniconfig MVEBU_GICP 276a68a63cbSThomas Petazzoni bool 277a68a63cbSThomas Petazzoni 278e0de91a9SThomas Petazzoniconfig MVEBU_ICU 279e0de91a9SThomas Petazzoni bool 280e0de91a9SThomas Petazzoni 281c27f29bbSThomas Petazzoniconfig MVEBU_ODMI 282c27f29bbSThomas Petazzoni bool 283fa23b9d1SArnd Bergmann select GENERIC_MSI_IRQ_DOMAIN 2849e2c986cSMarc Zyngier 285a109893bSThomas Petazzoniconfig MVEBU_PIC 286a109893bSThomas Petazzoni bool 287a109893bSThomas Petazzoni 288b8f3ebe6SMinghuan Lianconfig LS_SCFG_MSI 289b8f3ebe6SMinghuan Lian def_bool y if SOC_LS1021A || ARCH_LAYERSCAPE 290b8f3ebe6SMinghuan Lian depends on PCI && PCI_MSI 291b8f3ebe6SMinghuan Lian 2929e2c986cSMarc Zyngierconfig PARTITION_PERCPU 2939e2c986cSMarc Zyngier bool 2940efacbbaSLinus Torvalds 29544df427cSNoam Camusconfig EZNPS_GIC 29644df427cSNoam Camus bool "NPS400 Global Interrupt Manager (GIM)" 297ffd565e3SArnd Bergmann depends on ARC || (COMPILE_TEST && !64BIT) 29844df427cSNoam Camus select IRQ_DOMAIN 29944df427cSNoam Camus help 30044df427cSNoam Camus Support the EZchip NPS400 global interrupt controller 301e0720416SAlexandre TORGUE 302e0720416SAlexandre TORGUEconfig STM32_EXTI 303e0720416SAlexandre TORGUE bool 304e0720416SAlexandre TORGUE select IRQ_DOMAIN 305f20cc9b0SAgustin Vega-Frias 306f20cc9b0SAgustin Vega-Friasconfig QCOM_IRQ_COMBINER 307f20cc9b0SAgustin Vega-Frias bool "QCOM IRQ combiner support" 308f20cc9b0SAgustin Vega-Frias depends on ARCH_QCOM && ACPI 309f20cc9b0SAgustin Vega-Frias select IRQ_DOMAIN 310f20cc9b0SAgustin Vega-Frias select IRQ_DOMAIN_HIERARCHY 311f20cc9b0SAgustin Vega-Frias help 312f20cc9b0SAgustin Vega-Frias Say yes here to add support for the IRQ combiner devices embedded 313f20cc9b0SAgustin Vega-Frias in Qualcomm Technologies chips. 314