summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Makefile
diff options
context:
space:
mode:
authorGreentime Hu2017-10-25 09:42:51 +0200
committerGreentime Hu2018-02-22 03:44:36 +0100
commitabe45fd9f1b0ff0fbc537242a6c691083e9d3ac6 (patch)
treefbc4c4d7623f8ddf91a56daf7b1155a923dc3c74 /drivers/irqchip/Makefile
parentdt-bindings: interrupt-controller: Andestech Internal Vector Interrupt Contro... (diff)
downloadkernel-qcow2-linux-abe45fd9f1b0ff0fbc537242a6c691083e9d3ac6.tar.gz
kernel-qcow2-linux-abe45fd9f1b0ff0fbc537242a6c691083e9d3ac6.tar.xz
kernel-qcow2-linux-abe45fd9f1b0ff0fbc537242a6c691083e9d3ac6.zip
irqchip: Andestech Internal Vector Interrupt Controller driver
This patch adds the Andestech Internal Vector Interrupt Controller driver. You can find the spec here. Ch4.9 of AndeStar SPA V3 Manual. http://www.andestech.com/product.php?cls=9 Signed-off-by: Rick Chen <rick@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Reviewed-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'drivers/irqchip/Makefile')
-rw-r--r--drivers/irqchip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/irqchip/Makefile b/drivers/irqchip/Makefile
index d27e3e3619e0..de7cf483e1b7 100644
--- a/drivers/irqchip/Makefile
+++ b/drivers/irqchip/Makefile
@@ -85,3 +85,4 @@ obj-$(CONFIG_IRQ_UNIPHIER_AIDET) += irq-uniphier-aidet.o
obj-$(CONFIG_ARCH_SYNQUACER) += irq-sni-exiu.o
obj-$(CONFIG_MESON_IRQ_GPIO) += irq-meson-gpio.o
obj-$(CONFIG_GOLDFISH_PIC) += irq-goldfish-pic.o
+obj-$(CONFIG_NDS32) += irq-ativic32.o