swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 672c0c5173427e6b3e2a9bbb7be51ceeec78093a authored by Linus Torvalds on 01 May 2022, 20:57:58 UTC
Linux 5.18-rc5
Tip revision: 672c0c5
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
#
# Phy drivers for Microchip devices
#

config PHY_SPARX5_SERDES
	tristate "Microchip Sparx5 SerDes PHY driver"
	select GENERIC_PHY
	depends on ARCH_SPARX5 || COMPILE_TEST
	depends on OF
	depends on HAS_IOMEM
	help
	  Enable this for support of the 10G/25G SerDes on Microchip Sparx5.

config PHY_LAN966X_SERDES
	tristate "SerDes PHY driver for Microchip LAN966X"
	select GENERIC_PHY
	depends on OF
	depends on MFD_SYSCON
	help
	  Enable this for supporting SerDes muxing with Microchip LAN966X
back to top