Kconfig 520 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # RapidIO switches configuration
  4. #
  5. config RAPIDIO_CPS_XX
  6. tristate "IDT CPS-xx SRIO switches support"
  7. help
  8. Includes support for IDT CPS-16/12/10/8 serial RapidIO switches.
  9. config RAPIDIO_CPS_GEN2
  10. tristate "IDT CPS Gen.2 SRIO switch support"
  11. default n
  12. help
  13. Includes support for ITD CPS Gen.2 serial RapidIO switches.
  14. config RAPIDIO_RXS_GEN3
  15. tristate "IDT RXS Gen.3 SRIO switch support"
  16. default n
  17. help
  18. Includes support for ITD RXS Gen.3 serial RapidIO switches.