0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # PCS Layer Configuration
0004 #
0005
0006 menu "PCS device drivers"
0007
0008 config PCS_XPCS
0009 tristate
0010 select PHYLINK
0011 help
0012 This module provides helper functions for Synopsys DesignWare XPCS
0013 controllers.
0014
0015 config PCS_LYNX
0016 tristate
0017 help
0018 This module provides helpers to phylink for managing the Lynx PCS
0019 which is part of the Layerscape and QorIQ Ethernet SERDES.
0020
0021 config PCS_RZN1_MIIC
0022 tristate "Renesas RZ/N1 MII converter"
0023 depends on OF && (ARCH_RZN1 || COMPILE_TEST)
0024 help
0025 This module provides a driver for the MII converter that is available
0026 on RZ/N1 SoCs. This PCS converts MII to RMII/RGMII or can be set in
0027 pass-through mode for MII.
0028
0029 endmenu