Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / net / pcs / Kconfig
blob22ba7b0b476d715da794a0d20437f29e87001f78
1 # SPDX-License-Identifier: GPL-2.0-only
3 # PCS Layer Configuration
6 menu "PCS device drivers"
8 config PCS_XPCS
9         tristate "Synopsys DesignWare XPCS controller"
10         depends on MDIO_DEVICE && MDIO_BUS
11         help
12           This module provides helper functions for Synopsys DesignWare XPCS
13           controllers.
15 config 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.
21 endmenu