Skip to content

Commit

Permalink
net: altera_tse: Use the correct Kconfig option for the PCS_LYNX depe…
Browse files Browse the repository at this point in the history
…ndency

Use the correct Kconfig dependency for altera_tse as PCS_ALTERA_TSE was
replaced by PCS_LYNX.

Fixes: db48abb ("net: ethernet: altera-tse: Convert to mdio-regmap and use PCS Lynx")
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Maxime Chevallier authored and Jakub Kicinski committed Jun 7, 2023
1 parent 2d830f7 commit fae555f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/altera/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ config ALTERA_TSE
depends on HAS_DMA
select PHYLIB
select PHYLINK
select PCS_ALTERA_TSE
select PCS_LYNX
select MDIO_REGMAP
select REGMAP_MMIO
help
Expand Down

0 comments on commit fae555f

Please sign in to comment.