e350cd1d93
Remove the driver for Tsi500 Parallel RapidIO switch because this device has not been available for several years. Since the first introduction of Tsi500, the parallel RapidIO interface was replaced by the serial RapidIO (sRIO) and therefore there is no value in keeping this driver. Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.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>
9 lines
201 B
Makefile
9 lines
201 B
Makefile
#
|
|
# Makefile for RIO switches
|
|
#
|
|
|
|
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
|