[PATCH v2] phy: sparx5-serdes: make it selectable for ARCH_LAN969X
Vladimir Oltean
vladimir.oltean at nxp.com
Sat Dec 6 00:51:35 PST 2025
On Fri, Oct 31, 2025 at 01:18:12PM +0100, Robert Marko wrote:
> LAN969x uses the SparX-5 SERDES driver, so make it selectable for
> ARCH_LAN969X.
>
> Reviewed-by: Daniel Machon <daniel.machon at microchip.com>
> Signed-off-by: Robert Marko <robert.marko at sartura.hr>
> ---
> Changes in v2:
> * Rebase onto next-20251031
> * Add Reviewed-by tag
>
> drivers/phy/microchip/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/phy/microchip/Kconfig b/drivers/phy/microchip/Kconfig
> index 2f0045e874ac..2e6d1224711e 100644
> --- a/drivers/phy/microchip/Kconfig
> +++ b/drivers/phy/microchip/Kconfig
> @@ -6,7 +6,7 @@
> config PHY_SPARX5_SERDES
> tristate "Microchip Sparx5 SerDes PHY driver"
> select GENERIC_PHY
> - depends on ARCH_SPARX5 || COMPILE_TEST
> + depends on ARCH_SPARX5 || ARCH_LAN969X || COMPILE_TEST
> depends on OF
> depends on HAS_IOMEM
> help
> --
> 2.51.1
>
>
>From what I'm able to tell this patch wasn't picked up, but the issue is
appearing in builds and should be addressed soon, with the Fixes: tag
that Gabor points out.
Tested-by: Vladimir Oltean <vladimir.oltean at nxp.com>
More information about the linux-phy
mailing list