diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-04-22 16:53:28 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2021-04-22 16:03:18 +0100 |
commit | 529ea36818112530791a2ec083a1a3066be6174c (patch) | |
tree | 337c234059f437e7c4588bf754271e3f91715d15 /drivers/irqchip/Makefile | |
parent | 817aad5d08d2ee61de7353ecb4593b0df495b12e (diff) | |
download | lwn-529ea36818112530791a2ec083a1a3066be6174c.tar.gz lwn-529ea36818112530791a2ec083a1a3066be6174c.zip |
irqchip: Add support for IDT 79rc3243x interrupt controller
IDT 79rc3243x SoCs have rather simple interrupt controllers connected
to the MIPS CPU interrupt lines. Each of them has room for up to
32 interrupts.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210422145330.73452-1-tsbogend@alpha.franken.de
Diffstat (limited to 'drivers/irqchip/Makefile')
-rw-r--r-- | drivers/irqchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Makefile b/drivers/irqchip/Makefile index bef57937e729..18573602a939 100644 --- a/drivers/irqchip/Makefile +++ b/drivers/irqchip/Makefile @@ -114,3 +114,4 @@ obj-$(CONFIG_MST_IRQ) += irq-mst-intc.o obj-$(CONFIG_SL28CPLD_INTC) += irq-sl28cpld.o obj-$(CONFIG_MACH_REALTEK_RTL) += irq-realtek-rtl.o obj-$(CONFIG_WPCM450_AIC) += irq-wpcm450-aic.o +obj-$(CONFIG_IRQ_IDT3243X) += irq-idt3243x.o |