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