Re: [PATCH] phy: microchip: PHY_SPARX5_SERDES should depend on ARCH_SPARX5

2021-03-31 Thread Vinod Koul
On 31-03-21, 10:19, Geert Uytterhoeven wrote: > The Microchip Sparx5 SerDes PHY is present only Microchip Sparx5 SoCs. > Hence add a dependency on ARCH_SPARX5, to prevent asking the user about > this driver when configuring a kernel without support for Sparx5 SoCs. Applied, thanks -- ~Vinod

[PATCH] phy: microchip: PHY_SPARX5_SERDES should depend on ARCH_SPARX5

2021-03-31 Thread Geert Uytterhoeven
The Microchip Sparx5 SerDes PHY is present only Microchip Sparx5 SoCs. Hence add a dependency on ARCH_SPARX5, to prevent asking the user about this driver when configuring a kernel without support for Sparx5 SoCs. Fixes: 2ff8a1eeb5aa8bb4 ("phy: Add Sparx5 ethernet serdes PHY driver")