]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
phy: sparx5-serdes: make it selectable for ARCH_LAN969X
authorRobert Marko <robert.marko@sartura.hr>
Fri, 31 Oct 2025 12:18:12 +0000 (13:18 +0100)
committerVinod Koul <vkoul@kernel.org>
Tue, 23 Dec 2025 17:22:42 +0000 (22:52 +0530)
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>
drivers/phy/microchip/Kconfig

index 2f0045e874ac81adcc8654e86aa2e6a4f04e5533..2e6d1224711e3743ac5d2358323c3828605a4718 100644 (file)
@@ -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