net: phy: add Lynx PCS module
[platform/kernel/linux-starfive.git] / drivers / net / pcs / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # PCS Layer Configuration
4 #
5
6 menu "PCS device drivers"
7
8 config 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
16 config 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
22 endmenu