xref: /openbmc/linux/drivers/rapidio/switches/Kconfig (revision 31e67366)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# RapidIO switches configuration
4#
5config RAPIDIO_TSI57X
6	tristate "IDT Tsi57x SRIO switches support"
7	help
8	  Includes support for IDT Tsi57x family of serial RapidIO switches.
9
10config RAPIDIO_CPS_XX
11	tristate "IDT CPS-xx SRIO switches support"
12	help
13	  Includes support for IDT CPS-16/12/10/8 serial RapidIO switches.
14
15config RAPIDIO_TSI568
16	tristate "Tsi568 SRIO switch support"
17	default n
18	help
19	  Includes support for IDT Tsi568 serial RapidIO switch.
20
21config RAPIDIO_CPS_GEN2
22	tristate "IDT CPS Gen.2 SRIO switch support"
23	default n
24	help
25	  Includes support for ITD CPS Gen.2 serial RapidIO switches.
26
27config RAPIDIO_RXS_GEN3
28	tristate "IDT RXS Gen.3 SRIO switch support"
29	default n
30	help
31	  Includes support for ITD RXS Gen.3 serial RapidIO switches.
32