blob: 22ba7b0b476d715da794a0d20437f29e87001f78 [file] [log] [blame]
Andrew Lunn2fa4e4b2020-08-27 04:00:28 +02001# 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"
Ioana Ciorneif355a552020-10-15 23:00:23 +030010 depends on MDIO_DEVICE && MDIO_BUS
Andrew Lunn2fa4e4b2020-08-27 04:00:28 +020011 help
12 This module provides helper functions for Synopsys DesignWare XPCS
13 controllers.
14
Ioana Ciornei0da4c3d2020-08-30 11:34:01 +030015config 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
Andrew Lunn2fa4e4b2020-08-27 04:00:28 +020021endmenu