Kconfig 871 B

1234567891011121314151617181920212223242526272829303132333435
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # PCS Layer Configuration
  4. #
  5. menu "PCS device drivers"
  6. config PCS_XPCS
  7. tristate
  8. select PHYLINK
  9. help
  10. This module provides helper functions for Synopsys DesignWare XPCS
  11. controllers.
  12. config PCS_LYNX
  13. tristate
  14. help
  15. This module provides helpers to phylink for managing the Lynx PCS
  16. which is part of the Layerscape and QorIQ Ethernet SERDES.
  17. config PCS_RZN1_MIIC
  18. tristate "Renesas RZ/N1 MII converter"
  19. depends on OF && (ARCH_RZN1 || COMPILE_TEST)
  20. help
  21. This module provides a driver for the MII converter that is available
  22. on RZ/N1 SoCs. This PCS converts MII to RMII/RGMII or can be set in
  23. pass-through mode for MII.
  24. config PCS_ALTERA_TSE
  25. tristate
  26. help
  27. This module provides helper functions for the Altera Triple Speed
  28. Ethernet SGMII PCS, that can be found on the Intel Socfpga family.
  29. endmenu