summaryrefslogtreecommitdiffstats
path: root/drivers/rapidio/switches/Makefile
diff options
context:
space:
mode:
authorAlexandre Bounine <alexandre.bounine@idt.com>2016-08-02 14:07:03 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-08-02 19:35:38 -0400
commit0b9364b5cf11c6e504f4b77e24b15a0dc8a82df0 (patch)
tree23a16451c02f3dc0dc3b6ebf8f2068d56d70ff3b /drivers/rapidio/switches/Makefile
parentadff1649e6d66d9dda7631701eb98e8482edaff6 (diff)
downloadtalos-obmc-linux-0b9364b5cf11c6e504f4b77e24b15a0dc8a82df0.tar.gz
talos-obmc-linux-0b9364b5cf11c6e504f4b77e24b15a0dc8a82df0.zip
rapidio/switches: add driver for IDT gen3 switches
Add RapidIO switch driver for IDT Gen3 switch devices: RXS1632 and RXS2448. [alexandre.bounine@idt.com: fixup for original driver patch] Link: http://lkml.kernel.org/r/1469137596-18241-1-git-send-email-alexandre.bounine@idt.com Link: http://lkml.kernel.org/r/1469125134-16523-14-git-send-email-alexandre.bounine@idt.com Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com> Tested-by: Barry Wood <barry.wood@idt.com> Cc: Matt Porter <mporter@kernel.crashing.org> Cc: Andre van Herk <andre.van.herk@prodrive-technologies.com> Cc: Barry Wood <barry.wood@idt.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rapidio/switches/Makefile')
-rw-r--r--drivers/rapidio/switches/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rapidio/switches/Makefile b/drivers/rapidio/switches/Makefile
index 051cc6b38188..6bdd54c4e733 100644
--- a/drivers/rapidio/switches/Makefile
+++ b/drivers/rapidio/switches/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_RAPIDIO_TSI57X) += tsi57x.o
obj-$(CONFIG_RAPIDIO_CPS_XX) += idtcps.o
obj-$(CONFIG_RAPIDIO_TSI568) += tsi568.o
obj-$(CONFIG_RAPIDIO_CPS_GEN2) += idt_gen2.o
+obj-$(CONFIG_RAPIDIO_RXS_GEN3) += idt_gen3.o
OpenPOWER on IntegriCloud