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 1081243e44SRob Herring 119c8edddfSJon Hunterconfig ARM_GIC_PM 129c8edddfSJon Hunter bool 139c8edddfSJon Hunter depends on PM 149c8edddfSJon Hunter select ARM_GIC 159c8edddfSJon Hunter select PM_CLK 169c8edddfSJon Hunter 17a27d21e0SLinus Walleijconfig ARM_GIC_MAX_NR 18a27d21e0SLinus Walleij int 19a27d21e0SLinus Walleij default 2 if ARCH_REALVIEW 20a27d21e0SLinus Walleij default 1 21a27d21e0SLinus Walleij 22853a33ceSSuravee Suthikulpanitconfig ARM_GIC_V2M 23853a33ceSSuravee Suthikulpanit bool 243ee80364SArnd Bergmann depends on PCI 253ee80364SArnd Bergmann select ARM_GIC 263ee80364SArnd Bergmann select PCI_MSI 27853a33ceSSuravee Suthikulpanit 2881243e44SRob Herringconfig GIC_NON_BANKED 2981243e44SRob Herring bool 3081243e44SRob Herring 31021f6537SMarc Zyngierconfig ARM_GIC_V3 32021f6537SMarc Zyngier bool 33021f6537SMarc Zyngier select IRQ_DOMAIN 34021f6537SMarc Zyngier select MULTI_IRQ_HANDLER 35443acc4fSMarc Zyngier select IRQ_DOMAIN_HIERARCHY 36e3825ba1SMarc Zyngier select PARTITION_PERCPU 37021f6537SMarc Zyngier 3819812729SMarc Zyngierconfig ARM_GIC_V3_ITS 3919812729SMarc Zyngier bool 403ee80364SArnd Bergmann depends on PCI 413ee80364SArnd Bergmann depends on PCI_MSI 42292ec080SUwe Kleine-König 4344430ec0SRob Herringconfig ARM_NVIC 4444430ec0SRob Herring bool 4544430ec0SRob Herring select IRQ_DOMAIN 462d9f59f7SStefan Agner select IRQ_DOMAIN_HIERARCHY 4744430ec0SRob Herring select GENERIC_IRQ_CHIP 4844430ec0SRob Herring 4944430ec0SRob Herringconfig ARM_VIC 5044430ec0SRob Herring bool 5144430ec0SRob Herring select IRQ_DOMAIN 5244430ec0SRob Herring select MULTI_IRQ_HANDLER 5344430ec0SRob Herring 5444430ec0SRob Herringconfig ARM_VIC_NR 5544430ec0SRob Herring int 5644430ec0SRob Herring default 4 if ARCH_S5PV210 5744430ec0SRob Herring default 2 5844430ec0SRob Herring depends on ARM_VIC 5944430ec0SRob Herring help 6044430ec0SRob Herring The maximum number of VICs available in the system, for 6144430ec0SRob Herring power management. 6244430ec0SRob Herring 63fed6d336SThomas Petazzoniconfig ARMADA_370_XP_IRQ 64fed6d336SThomas Petazzoni bool 65fed6d336SThomas Petazzoni select GENERIC_IRQ_CHIP 663ee80364SArnd Bergmann select PCI_MSI if PCI 67fed6d336SThomas Petazzoni 68e6b78f2cSAntoine Tenartconfig ALPINE_MSI 69e6b78f2cSAntoine Tenart bool 703ee80364SArnd Bergmann depends on PCI 713ee80364SArnd Bergmann select PCI_MSI 72e6b78f2cSAntoine Tenart select GENERIC_IRQ_CHIP 73e6b78f2cSAntoine Tenart 74b1479ebbSBoris BREZILLONconfig ATMEL_AIC_IRQ 75b1479ebbSBoris BREZILLON bool 76b1479ebbSBoris BREZILLON select GENERIC_IRQ_CHIP 77b1479ebbSBoris BREZILLON select IRQ_DOMAIN 78b1479ebbSBoris BREZILLON select MULTI_IRQ_HANDLER 79b1479ebbSBoris BREZILLON select SPARSE_IRQ 80b1479ebbSBoris BREZILLON 81b1479ebbSBoris BREZILLONconfig ATMEL_AIC5_IRQ 82b1479ebbSBoris BREZILLON bool 83b1479ebbSBoris BREZILLON select GENERIC_IRQ_CHIP 84b1479ebbSBoris BREZILLON select IRQ_DOMAIN 85b1479ebbSBoris BREZILLON select MULTI_IRQ_HANDLER 86b1479ebbSBoris BREZILLON select SPARSE_IRQ 87b1479ebbSBoris BREZILLON 880509cfdeSRalf Baechleconfig I8259 890509cfdeSRalf Baechle bool 900509cfdeSRalf Baechle select IRQ_DOMAIN 910509cfdeSRalf Baechle 92c7c42ec2SSimon Arlottconfig BCM6345_L1_IRQ 93c7c42ec2SSimon Arlott bool 94c7c42ec2SSimon Arlott select GENERIC_IRQ_CHIP 95c7c42ec2SSimon Arlott select IRQ_DOMAIN 96c7c42ec2SSimon Arlott 975f7f0317SKevin Cernekeeconfig BCM7038_L1_IRQ 985f7f0317SKevin Cernekee bool 995f7f0317SKevin Cernekee select GENERIC_IRQ_CHIP 1005f7f0317SKevin Cernekee select IRQ_DOMAIN 1015f7f0317SKevin Cernekee 102a4fcbb86SKevin Cernekeeconfig BCM7120_L2_IRQ 103a4fcbb86SKevin Cernekee bool 104a4fcbb86SKevin Cernekee select GENERIC_IRQ_CHIP 105a4fcbb86SKevin Cernekee select IRQ_DOMAIN 106a4fcbb86SKevin Cernekee 1077f646e92SFlorian Fainelliconfig BRCMSTB_L2_IRQ 1087f646e92SFlorian Fainelli bool 1097f646e92SFlorian Fainelli select GENERIC_IRQ_CHIP 1107f646e92SFlorian Fainelli select IRQ_DOMAIN 1117f646e92SFlorian Fainelli 112350d71b9SSebastian Hesselbarthconfig DW_APB_ICTL 113350d71b9SSebastian Hesselbarth bool 114e1588490SJisheng Zhang select GENERIC_IRQ_CHIP 115350d71b9SSebastian Hesselbarth select IRQ_DOMAIN 116350d71b9SSebastian Hesselbarth 1176ee532e2SLinus Walleijconfig FARADAY_FTINTC010 1186ee532e2SLinus Walleij bool 1196ee532e2SLinus Walleij select IRQ_DOMAIN 1206ee532e2SLinus Walleij select MULTI_IRQ_HANDLER 1216ee532e2SLinus Walleij select SPARSE_IRQ 1226ee532e2SLinus Walleij 1239a7c4abdSMaJunconfig HISILICON_IRQ_MBIGEN 1249a7c4abdSMaJun bool 1259a7c4abdSMaJun select ARM_GIC_V3 1269a7c4abdSMaJun select ARM_GIC_V3_ITS 1279a7c4abdSMaJun 128b6ef9161SJames Hoganconfig IMGPDC_IRQ 129b6ef9161SJames Hogan bool 130b6ef9161SJames Hogan select GENERIC_IRQ_CHIP 131b6ef9161SJames Hogan select IRQ_DOMAIN 132b6ef9161SJames Hogan 13367e38cf2SRalf Baechleconfig IRQ_MIPS_CPU 13467e38cf2SRalf Baechle bool 13567e38cf2SRalf Baechle select GENERIC_IRQ_CHIP 1363838a547SPaul Burton select GENERIC_IRQ_IPI if SYS_SUPPORTS_MULTITHREADING 13767e38cf2SRalf Baechle select IRQ_DOMAIN 1383838a547SPaul Burton select IRQ_DOMAIN_HIERARCHY if GENERIC_IRQ_IPI 13967e38cf2SRalf Baechle 140afc98d90SAlexander Shiyanconfig CLPS711X_IRQCHIP 141afc98d90SAlexander Shiyan bool 142afc98d90SAlexander Shiyan depends on ARCH_CLPS711X 143afc98d90SAlexander Shiyan select IRQ_DOMAIN 144afc98d90SAlexander Shiyan select MULTI_IRQ_HANDLER 145afc98d90SAlexander Shiyan select SPARSE_IRQ 146afc98d90SAlexander Shiyan default y 147afc98d90SAlexander Shiyan 1484db8e6d2SStefan Kristianssonconfig OR1K_PIC 1494db8e6d2SStefan Kristiansson bool 1504db8e6d2SStefan Kristiansson select IRQ_DOMAIN 1514db8e6d2SStefan Kristiansson 1528598066cSFelipe Balbiconfig OMAP_IRQCHIP 1538598066cSFelipe Balbi bool 1548598066cSFelipe Balbi select GENERIC_IRQ_CHIP 1558598066cSFelipe Balbi select IRQ_DOMAIN 1568598066cSFelipe Balbi 1579dbd90f1SSebastian Hesselbarthconfig ORION_IRQCHIP 1589dbd90f1SSebastian Hesselbarth bool 1599dbd90f1SSebastian Hesselbarth select IRQ_DOMAIN 1609dbd90f1SSebastian Hesselbarth select MULTI_IRQ_HANDLER 1619dbd90f1SSebastian Hesselbarth 162aaa8666aSCristian Birsanconfig PIC32_EVIC 163aaa8666aSCristian Birsan bool 164aaa8666aSCristian Birsan select GENERIC_IRQ_CHIP 165aaa8666aSCristian Birsan select IRQ_DOMAIN 166aaa8666aSCristian Birsan 167981b58f6SRich Felkerconfig JCORE_AIC 1683602ffdeSRich Felker bool "J-Core integrated AIC" if COMPILE_TEST 1693602ffdeSRich Felker depends on OF 170981b58f6SRich Felker select IRQ_DOMAIN 171981b58f6SRich Felker help 172981b58f6SRich Felker Support for the J-Core integrated AIC. 173981b58f6SRich Felker 17444358048SMagnus Dammconfig RENESAS_INTC_IRQPIN 17544358048SMagnus Damm bool 17644358048SMagnus Damm select IRQ_DOMAIN 17744358048SMagnus Damm 178fbc83b7fSMagnus Dammconfig RENESAS_IRQC 179fbc83b7fSMagnus Damm bool 18099c221dfSMagnus Damm select GENERIC_IRQ_CHIP 181fbc83b7fSMagnus Damm select IRQ_DOMAIN 182fbc83b7fSMagnus Damm 18307088484SLee Jonesconfig ST_IRQCHIP 18407088484SLee Jones bool 18507088484SLee Jones select REGMAP 18607088484SLee Jones select MFD_SYSCON 18707088484SLee Jones help 18807088484SLee Jones Enables SysCfg Controlled IRQs on STi based platforms. 18907088484SLee Jones 1904bba6689SMans Rullgardconfig TANGO_IRQ 1914bba6689SMans Rullgard bool 1924bba6689SMans Rullgard select IRQ_DOMAIN 1934bba6689SMans Rullgard select GENERIC_IRQ_CHIP 1944bba6689SMans Rullgard 195b06eb017SChristian Ruppertconfig TB10X_IRQC 196b06eb017SChristian Ruppert bool 197b06eb017SChristian Ruppert select IRQ_DOMAIN 198b06eb017SChristian Ruppert select GENERIC_IRQ_CHIP 199b06eb017SChristian Ruppert 200d01f8633SDamien Riegelconfig TS4800_IRQ 201d01f8633SDamien Riegel tristate "TS-4800 IRQ controller" 202d01f8633SDamien Riegel select IRQ_DOMAIN 2030df337cfSRichard Weinberger depends on HAS_IOMEM 204d2b383dcSJean Delvare depends on SOC_IMX51 || COMPILE_TEST 205d01f8633SDamien Riegel help 206d01f8633SDamien Riegel Support for the TS-4800 FPGA IRQ controller 207d01f8633SDamien Riegel 2082389d501SLinus Walleijconfig VERSATILE_FPGA_IRQ 2092389d501SLinus Walleij bool 2102389d501SLinus Walleij select IRQ_DOMAIN 2112389d501SLinus Walleij 2122389d501SLinus Walleijconfig VERSATILE_FPGA_IRQ_NR 2132389d501SLinus Walleij int 2142389d501SLinus Walleij default 4 2152389d501SLinus Walleij depends on VERSATILE_FPGA_IRQ 21626a8e96aSMax Filippov 21726a8e96aSMax Filippovconfig XTENSA_MX 21826a8e96aSMax Filippov bool 21926a8e96aSMax Filippov select IRQ_DOMAIN 22096ca848eSSricharan R 2210547dc78SZubair Lutfullah Kakakhelconfig XILINX_INTC 2220547dc78SZubair Lutfullah Kakakhel bool 2230547dc78SZubair Lutfullah Kakakhel select IRQ_DOMAIN 2240547dc78SZubair Lutfullah Kakakhel 22596ca848eSSricharan Rconfig IRQ_CROSSBAR 22696ca848eSSricharan R bool 22796ca848eSSricharan R help 228f54619f2SMasanari Iida Support for a CROSSBAR ip that precedes the main interrupt controller. 22996ca848eSSricharan R The primary irqchip invokes the crossbar's callback which inturn allocates 23096ca848eSSricharan R a free irq and configures the IP. Thus the peripheral interrupts are 23196ca848eSSricharan R routed to one of the free irqchip interrupt lines. 23289323f8cSGrygorii Strashko 23389323f8cSGrygorii Strashkoconfig KEYSTONE_IRQ 23489323f8cSGrygorii Strashko tristate "Keystone 2 IRQ controller IP" 23589323f8cSGrygorii Strashko depends on ARCH_KEYSTONE 23689323f8cSGrygorii Strashko help 23789323f8cSGrygorii Strashko Support for Texas Instruments Keystone 2 IRQ controller IP which 23889323f8cSGrygorii Strashko is part of the Keystone 2 IPC mechanism 2398a19b8f1SAndrew Bresticker 2408a19b8f1SAndrew Brestickerconfig MIPS_GIC 2418a19b8f1SAndrew Bresticker bool 242bb11cff3SQais Yousef select GENERIC_IRQ_IPI 2432af70a96SQais Yousef select IRQ_DOMAIN_HIERARCHY 2448a19b8f1SAndrew Bresticker select MIPS_CM 2458a764482SYoshinori Sato 24644e08e70SPaul Burtonconfig INGENIC_IRQ 24744e08e70SPaul Burton bool 24844e08e70SPaul Burton depends on MACH_INGENIC 24944e08e70SPaul Burton default y 25078c10e55SLinus Torvalds 2518a764482SYoshinori Satoconfig RENESAS_H8300H_INTC 2528a764482SYoshinori Sato bool 2538a764482SYoshinori Sato select IRQ_DOMAIN 2548a764482SYoshinori Sato 2558a764482SYoshinori Satoconfig RENESAS_H8S_INTC 2568a764482SYoshinori Sato bool 2578a764482SYoshinori Sato select IRQ_DOMAIN 258e324c4dcSShenwei Wang 259e324c4dcSShenwei Wangconfig IMX_GPCV2 260e324c4dcSShenwei Wang bool 261e324c4dcSShenwei Wang select IRQ_DOMAIN 262e324c4dcSShenwei Wang help 263e324c4dcSShenwei Wang Enables the wakeup IRQs for IMX platforms with GPCv2 block 2647e4ac676SOleksij Rempel 2657e4ac676SOleksij Rempelconfig IRQ_MXS 2667e4ac676SOleksij Rempel def_bool y if MACH_ASM9260 || ARCH_MXS 2677e4ac676SOleksij Rempel select IRQ_DOMAIN 2687e4ac676SOleksij Rempel select STMP_DEVICE 269c27f29bbSThomas Petazzoni 270a68a63cbSThomas Petazzoniconfig MVEBU_GICP 271a68a63cbSThomas Petazzoni bool 272a68a63cbSThomas Petazzoni 273e0de91a9SThomas Petazzoniconfig MVEBU_ICU 274e0de91a9SThomas Petazzoni bool 275e0de91a9SThomas Petazzoni 276c27f29bbSThomas Petazzoniconfig MVEBU_ODMI 277c27f29bbSThomas Petazzoni bool 278fa23b9d1SArnd Bergmann select GENERIC_MSI_IRQ_DOMAIN 2799e2c986cSMarc Zyngier 280a109893bSThomas Petazzoniconfig MVEBU_PIC 281a109893bSThomas Petazzoni bool 282a109893bSThomas Petazzoni 283b8f3ebe6SMinghuan Lianconfig LS_SCFG_MSI 284b8f3ebe6SMinghuan Lian def_bool y if SOC_LS1021A || ARCH_LAYERSCAPE 285b8f3ebe6SMinghuan Lian depends on PCI && PCI_MSI 286b8f3ebe6SMinghuan Lian 2879e2c986cSMarc Zyngierconfig PARTITION_PERCPU 2889e2c986cSMarc Zyngier bool 2890efacbbaSLinus Torvalds 29044df427cSNoam Camusconfig EZNPS_GIC 29144df427cSNoam Camus bool "NPS400 Global Interrupt Manager (GIM)" 292ffd565e3SArnd Bergmann depends on ARC || (COMPILE_TEST && !64BIT) 29344df427cSNoam Camus select IRQ_DOMAIN 29444df427cSNoam Camus help 29544df427cSNoam Camus Support the EZchip NPS400 global interrupt controller 296e0720416SAlexandre TORGUE 297e0720416SAlexandre TORGUEconfig STM32_EXTI 298e0720416SAlexandre TORGUE bool 299e0720416SAlexandre TORGUE select IRQ_DOMAIN 300f20cc9b0SAgustin Vega-Frias 301f20cc9b0SAgustin Vega-Friasconfig QCOM_IRQ_COMBINER 302f20cc9b0SAgustin Vega-Frias bool "QCOM IRQ combiner support" 303f20cc9b0SAgustin Vega-Frias depends on ARCH_QCOM && ACPI 304f20cc9b0SAgustin Vega-Frias select IRQ_DOMAIN 305f20cc9b0SAgustin Vega-Frias select IRQ_DOMAIN_HIERARCHY 306f20cc9b0SAgustin Vega-Frias help 307f20cc9b0SAgustin Vega-Frias Say yes here to add support for the IRQ combiner devices embedded 308f20cc9b0SAgustin Vega-Frias in Qualcomm Technologies chips. 309*5ed34d3aSMasahiro Yamada 310*5ed34d3aSMasahiro Yamadaconfig IRQ_UNIPHIER_AIDET 311*5ed34d3aSMasahiro Yamada bool "UniPhier AIDET support" if COMPILE_TEST 312*5ed34d3aSMasahiro Yamada depends on ARCH_UNIPHIER || COMPILE_TEST 313*5ed34d3aSMasahiro Yamada default ARCH_UNIPHIER 314*5ed34d3aSMasahiro Yamada select IRQ_DOMAIN_HIERARCHY 315*5ed34d3aSMasahiro Yamada help 316*5ed34d3aSMasahiro Yamada Support for the UniPhier AIDET (ARM Interrupt Detector). 317