Kconfig (1043897681808118c0f7e70b210774000fe06621) Kconfig (4a502cf4d77e12119e7061a05d5789cd3129d185)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PCS Layer Configuration
4#
5
6menu "PCS device drivers"
7
8config PCS_XPCS

--- 12 unchanged lines hidden (view full) ---

21config PCS_RZN1_MIIC
22 tristate "Renesas RZ/N1 MII converter"
23 depends on OF && (ARCH_RZN1 || COMPILE_TEST)
24 help
25 This module provides a driver for the MII converter that is available
26 on RZ/N1 SoCs. This PCS converts MII to RMII/RGMII or can be set in
27 pass-through mode for MII.
28
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PCS Layer Configuration
4#
5
6menu "PCS device drivers"
7
8config PCS_XPCS

--- 12 unchanged lines hidden (view full) ---

21config PCS_RZN1_MIIC
22 tristate "Renesas RZ/N1 MII converter"
23 depends on OF && (ARCH_RZN1 || COMPILE_TEST)
24 help
25 This module provides a driver for the MII converter that is available
26 on RZ/N1 SoCs. This PCS converts MII to RMII/RGMII or can be set in
27 pass-through mode for MII.
28
29config PCS_ALTERA_TSE
30 tristate
31 help
32 This module provides helper functions for the Altera Triple Speed
33 Ethernet SGMII PCS, that can be found on the Intel Socfpga family.
34
29endmenu
35endmenu