mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 06:59:02 +07:00
0b9364b5cf
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>
10 lines
246 B
Makefile
10 lines
246 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
|
|
obj-$(CONFIG_RAPIDIO_RXS_GEN3) += idt_gen3.o
|