brintos

brintos / linux-shallow public Read only

0
0
Text · 536 B · 38039ed Raw
22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Phy drivers for Microchip devices4#5 6config PHY_SPARX5_SERDES7	tristate "Microchip Sparx5 SerDes PHY driver"8	select GENERIC_PHY9	depends on ARCH_SPARX5 || COMPILE_TEST10	depends on OF11	depends on HAS_IOMEM12	help13	  Enable this for support of the 10G/25G SerDes on Microchip Sparx5.14 15config PHY_LAN966X_SERDES16	tristate "SerDes PHY driver for Microchip LAN966X"17	select GENERIC_PHY18	depends on OF19	depends on MFD_SYSCON20	help21	  Enable this for supporting SerDes muxing with Microchip LAN966X22