1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PCS Layer Configuration 4# 5 6menu "PCS device drivers" 7 8config PCS_XPCS 9 tristate "Synopsys DesignWare XPCS controller" 10 select MDIO_BUS 11 depends on MDIO_DEVICE 12 help 13 This module provides helper functions for Synopsys DesignWare XPCS 14 controllers. 15 16config PCS_LYNX 17 tristate 18 help 19 This module provides helpers to phylink for managing the Lynx PCS 20 which is part of the Layerscape and QorIQ Ethernet SERDES. 21 22endmenu 23