mirror of
https://github.com/torvalds/linux.git
synced 2026-01-24 23:16:46 +00:00
LAN969x uses the SparX-5 SERDES driver, so make it selectable for ARCH_LAN969X. Reviewed-by: Daniel Machon <daniel.machon@microchip.com> Signed-off-by: Robert Marko <robert.marko@sartura.hr> Tested-by: Gabor Juhos <j4g8y7@gmail.com> Tested-by: Vladimir Oltean <vladimir.oltean@nxp.com> Link: https://patch.msgid.link/20251031121834.665987-1-robert.marko@sartura.hr Signed-off-by: Vinod Koul <vkoul@kernel.org>
23 lines
611 B
Plaintext
23 lines
611 B
Plaintext
# 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 || ARCH_LAN969X || 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 SOC_LAN966 || MCHP_LAN966X_PCI || COMPILE_TEST
|
|
depends on OF
|
|
depends on MFD_SYSCON
|
|
help
|
|
Enable this for supporting SerDes muxing with Microchip LAN966X
|