cpufreq/amd-pstate: Fix per-policy boost flag incorrect when fail
[pf-kernel.git] / drivers / net / pcs / Kconfig
blobf6aa437473de8abe22566b85c815db173222703f
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 Ethernet XPCS"
10         select PHYLINK
11         help
12           This module provides a driver and helper functions for Synopsys
13           DesignWare XPCS 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 config PCS_MTK_LYNXI
22         tristate
23         select REGMAP
24         help
25           This module provides helpers to phylink for managing the LynxI PCS
26           which is part of MediaTek's SoC and Ethernet switch ICs.
28 config PCS_RZN1_MIIC
29         tristate "Renesas RZ/N1 MII converter"
30         depends on OF && (ARCH_RZN1 || COMPILE_TEST)
31         help
32           This module provides a driver for the MII converter that is available
33           on RZ/N1 SoCs. This PCS converts MII to RMII/RGMII or can be set in
34           pass-through mode for MII.
36 endmenu