diff options
author | Marc Zyngier <maz@kernel.org> | 2021-10-25 11:04:24 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2021-10-25 11:04:24 +0300 |
commit | e6a767a1757d79e7077707c544aa7257f2073908 (patch) | |
tree | f48a7d4e5d842281a58c4252eaf77667831cb34a /drivers/irqchip/Kconfig | |
parent | 1e1d137f200169e47049c980108d5735a1b54765 (diff) | |
parent | 68a6e0c63c76128d403e8ca016c0bcb732ff1b05 (diff) | |
download | linux-e6a767a1757d79e7077707c544aa7257f2073908.tar.xz |
Merge branch irq/mchp-eic into irq/irqchip-next
* irq/mchp-eic:
: .
: New irqchip driver for the Microchip EIC block
: .
irqchip/mchp-eic: Fix return value check in mchp_eic_init()
irqchip/mchp-eic: Add support for the Microchip EIC
dt-bindings: microchip,eic: Add bindings for the Microchip EIC
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'drivers/irqchip/Kconfig')
-rw-r--r-- | drivers/irqchip/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index b2f483b7458d..7038957f4a77 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -609,4 +609,12 @@ config APPLE_AIC Support for the Apple Interrupt Controller found on Apple Silicon SoCs, such as the M1. +config MCHP_EIC + bool "Microchip External Interrupt Controller" + depends on ARCH_AT91 || COMPILE_TEST + select IRQ_DOMAIN + select IRQ_DOMAIN_HIERARCHY + help + Support for Microchip External Interrupt Controller. + endmenu |