diff options
author | Qin Jian <qinjian@cqplus1.com> | 2022-06-28 14:26:48 +0800 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-07-08 14:23:57 +0200 |
commit | f7189d938b31efd27399268918a5dc195745447a (patch) | |
tree | 955f108808034c0d365f4c49dfe138c82649cc01 /drivers/irqchip/Makefile | |
parent | 4966dfe186a4e0c8206a623e34988c35997125b5 (diff) | |
download | lwn-f7189d938b31efd27399268918a5dc195745447a.tar.gz lwn-f7189d938b31efd27399268918a5dc195745447a.zip |
irqchip: Add Sunplus SP7021 interrupt controller driver
Add interrupt controller driver for Sunplus SP7021 SoC.
This is the interrupt controller in P-chip which collects all interrupt
sources in P-chip and routes them to parent interrupt controller in C-chip.
Signed-off-by: Qin Jian <qinjian@cqplus1.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.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 5b67450a9538..cb12a152663e 100644 --- a/drivers/irqchip/Makefile +++ b/drivers/irqchip/Makefile @@ -115,3 +115,4 @@ obj-$(CONFIG_WPCM450_AIC) += irq-wpcm450-aic.o obj-$(CONFIG_IRQ_IDT3243X) += irq-idt3243x.o obj-$(CONFIG_APPLE_AIC) += irq-apple-aic.o obj-$(CONFIG_MCHP_EIC) += irq-mchp-eic.o +obj-$(CONFIG_SUNPLUS_SP7021_INTC) += irq-sp7021-intc.o |