summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Makefile
diff options
context:
space:
mode:
authorLokesh Vutla2019-04-30 12:12:25 +0200
committerMarc Zyngier2019-05-01 11:48:56 +0200
commitcd844b0715ceda3287d1fa8e5d8e1b25a85c9b0f (patch)
tree3fe6bf1f8615ea08f8d54b518c9035bb250718bc /drivers/irqchip/Makefile
parentdt-bindings: irqchip: Introduce TISCI Interrupt router bindings (diff)
downloadkernel-qcow2-linux-cd844b0715ceda3287d1fa8e5d8e1b25a85c9b0f.tar.gz
kernel-qcow2-linux-cd844b0715ceda3287d1fa8e5d8e1b25a85c9b0f.tar.xz
kernel-qcow2-linux-cd844b0715ceda3287d1fa8e5d8e1b25a85c9b0f.zip
irqchip/ti-sci-intr: Add support for Interrupt Router driver
Texas Instruments' K3 generation SoCs has an IP Interrupt Router that does allows for redirection of input interrupts to host interrupt controller. Interrupt Router inputs are either from a peripheral or from an Interrupt Aggregator which is another interrupt controller. Configuration of the interrupt router registers can only be done by a system co-processor and the driver needs to send a message to this co processor over TISCI protocol. Add support for Interrupt Router driver over TISCI protocol. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-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 85972ae1bd7f..fa5c865788b5 100644
--- a/drivers/irqchip/Makefile
+++ b/drivers/irqchip/Makefile
@@ -97,3 +97,4 @@ obj-$(CONFIG_SIFIVE_PLIC) += irq-sifive-plic.o
obj-$(CONFIG_IMX_IRQSTEER) += irq-imx-irqsteer.o
obj-$(CONFIG_MADERA_IRQ) += irq-madera.o
obj-$(CONFIG_LS1X_IRQ) += irq-ls1x.o
+obj-$(CONFIG_TI_SCI_INTR_IRQCHIP) += irq-ti-sci-intr.o