Skip to content

Commit d543d3e

Browse files
robimarkovinodkoul
authored andcommitted
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 <[email protected]> Signed-off-by: Robert Marko <[email protected]> Tested-by: Gabor Juhos <[email protected]> Tested-by: Vladimir Oltean <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 08aa19d commit d543d3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/phy/microchip/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
config PHY_SPARX5_SERDES
77
tristate "Microchip Sparx5 SerDes PHY driver"
88
select GENERIC_PHY
9-
depends on ARCH_SPARX5 || COMPILE_TEST
9+
depends on ARCH_SPARX5 || ARCH_LAN969X || COMPILE_TEST
1010
depends on OF
1111
depends on HAS_IOMEM
1212
help

0 commit comments

Comments
 (0)