summaryrefslogtreecommitdiffstats
path: root/drivers/rapidio/switches/Makefile
diff options
context:
space:
mode:
authorAlexandre Bounine2010-05-26 23:43:57 +0200
committerLinus Torvalds2010-05-27 18:12:50 +0200
commit07590ff03935a2efbc03bc7861f20c059576a479 (patch)
tree2da1ee2032e1425a138bc2864066a2e10533ce64 /drivers/rapidio/switches/Makefile
parentdrivers/char/applicom.c: use memdup_user (diff)
downloadkernel-qcow2-linux-07590ff03935a2efbc03bc7861f20c059576a479.tar.gz
kernel-qcow2-linux-07590ff03935a2efbc03bc7861f20c059576a479.tar.xz
kernel-qcow2-linux-07590ff03935a2efbc03bc7861f20c059576a479.zip
rapidio: add IDT CPS/TSI switches
Extentions to RapidIO switch support: 1. modify switch route operation declarations to allow using single switch-specific file for family of switches that share the same route table operations. 2. add standard route table operations for switches that that support route table manipulation registers as defined in the Rev.1.3 of RapidIO specification. 3. add clear-route-table operation for switches 4. add CPSxx and TSIxxx families of RapidIO switches Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com> Tested-by: Thomas Moll <thomas.moll@sysgo.com> Cc: Matt Porter <mporter@kernel.crashing.org> Cc: Li Yang <leoli@freescale.com> Cc: Kumar Gala <galak@kernel.crashing.org> 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/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/rapidio/switches/Makefile b/drivers/rapidio/switches/Makefile
index b924f8301761..0fece0e6aa89 100644
--- a/drivers/rapidio/switches/Makefile
+++ b/drivers/rapidio/switches/Makefile
@@ -2,4 +2,7 @@
# Makefile for RIO switches
#
-obj-$(CONFIG_RAPIDIO) += tsi500.o
+obj-$(CONFIG_RAPIDIO_TSI57X) += tsi57x.o
+obj-$(CONFIG_RAPIDIO_CPS_XX) += idtcps.o
+obj-$(CONFIG_RAPIDIO_TSI568) += tsi568.o
+obj-$(CONFIG_RAPIDIO_TSI500) += tsi500.o