37 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# PCS Layer Configuration4#5 6menu "PCS device drivers"7 8config PCS_XPCS9 tristate "Synopsys DesignWare Ethernet XPCS"10 select PHYLINK11 help12 This module provides a driver and helper functions for Synopsys13 DesignWare XPCS controllers.14 15config PCS_LYNX16 tristate17 help18 This module provides helpers to phylink for managing the Lynx PCS19 which is part of the Layerscape and QorIQ Ethernet SERDES.20 21config PCS_MTK_LYNXI22 tristate23 select REGMAP24 help25 This module provides helpers to phylink for managing the LynxI PCS26 which is part of MediaTek's SoC and Ethernet switch ICs.27 28config PCS_RZN1_MIIC29 tristate "Renesas RZ/N1 MII converter"30 depends on OF && (ARCH_RZN1 || COMPILE_TEST)31 help32 This module provides a driver for the MII converter that is available33 on RZ/N1 SoCs. This PCS converts MII to RMII/RGMII or can be set in34 pass-through mode for MII.35 36endmenu37