Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

phy: sparx5-serdes: make it selectable for ARCH_LAN969X

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>

authored by

Robert Marko and committed by
Vinod Koul
d543d3eb 08aa19de

+1 -1
+1 -1
drivers/phy/microchip/Kconfig
··· 6 6 config PHY_SPARX5_SERDES 7 7 tristate "Microchip Sparx5 SerDes PHY driver" 8 8 select GENERIC_PHY 9 - depends on ARCH_SPARX5 || COMPILE_TEST 9 + depends on ARCH_SPARX5 || ARCH_LAN969X || COMPILE_TEST 10 10 depends on OF 11 11 depends on HAS_IOMEM 12 12 help