a3725c45c1
Add the RIO switch driver and definitions for IDT CPS-1848 and CPS-1616 Gen2 devices. Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com> Cc: 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> Cc: Micha Nelissen <micha@neli.hopto.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
35 lines
871 B
Text
35 lines
871 B
Text
#
|
|
# RapidIO switches configuration
|
|
#
|
|
config RAPIDIO_TSI57X
|
|
bool "IDT Tsi57x SRIO switches support"
|
|
depends on RAPIDIO
|
|
---help---
|
|
Includes support for IDT Tsi57x family of serial RapidIO switches.
|
|
|
|
config RAPIDIO_CPS_XX
|
|
bool "IDT CPS-xx SRIO switches support"
|
|
depends on RAPIDIO
|
|
---help---
|
|
Includes support for IDT CPS-16/12/10/8 serial RapidIO switches.
|
|
|
|
config RAPIDIO_TSI568
|
|
bool "Tsi568 SRIO switch support"
|
|
depends on RAPIDIO
|
|
default n
|
|
---help---
|
|
Includes support for IDT Tsi568 serial RapidIO switch.
|
|
|
|
config RAPIDIO_CPS_GEN2
|
|
bool "IDT CPS Gen.2 SRIO switch support"
|
|
depends on RAPIDIO
|
|
default n
|
|
---help---
|
|
Includes support for ITD CPS Gen.2 serial RapidIO switches.
|
|
|
|
config RAPIDIO_TSI500
|
|
bool "Tsi500 Parallel RapidIO switch support"
|
|
depends on RAPIDIO
|
|
default n
|
|
---help---
|
|
Includes support for IDT Tsi500 parallel RapidIO switch.
|