mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08: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>
31 lines
791 B
Plaintext
31 lines
791 B
Plaintext
#
|
|
# RapidIO switches configuration
|
|
#
|
|
config RAPIDIO_TSI57X
|
|
tristate "IDT Tsi57x SRIO switches support"
|
|
---help---
|
|
Includes support for IDT Tsi57x family of serial RapidIO switches.
|
|
|
|
config RAPIDIO_CPS_XX
|
|
tristate "IDT CPS-xx SRIO switches support"
|
|
---help---
|
|
Includes support for IDT CPS-16/12/10/8 serial RapidIO switches.
|
|
|
|
config RAPIDIO_TSI568
|
|
tristate "Tsi568 SRIO switch support"
|
|
default n
|
|
---help---
|
|
Includes support for IDT Tsi568 serial RapidIO switch.
|
|
|
|
config RAPIDIO_CPS_GEN2
|
|
tristate "IDT CPS Gen.2 SRIO switch support"
|
|
default n
|
|
---help---
|
|
Includes support for ITD CPS Gen.2 serial RapidIO switches.
|
|
|
|
config RAPIDIO_RXS_GEN3
|
|
tristate "IDT RXS Gen.3 SRIO switch support"
|
|
default n
|
|
---help---
|
|
Includes support for ITD RXS Gen.3 serial RapidIO switches.
|