From: Maxime Chevallier Date: Wed, 7 Jun 2023 13:59:38 +0000 (+0200) Subject: net: altera_tse: Use the correct Kconfig option for the PCS_LYNX dependency X-Git-Tag: v6.6.7~2536^2~154^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fae555f5a56f1d10cc5dc6ec3ad4f07243f6ce3c;p=platform%2Fkernel%2Flinux-starfive.git net: altera_tse: Use the correct Kconfig option for the PCS_LYNX dependency Use the correct Kconfig dependency for altera_tse as PCS_ALTERA_TSE was replaced by PCS_LYNX. Fixes: db48abbaa18e ("net: ethernet: altera-tse: Convert to mdio-regmap and use PCS Lynx") Signed-off-by: Maxime Chevallier Reviewed-by: Russell King (Oracle) Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/altera/Kconfig b/drivers/net/ethernet/altera/Kconfig index 93533ba..1798531 100644 --- a/drivers/net/ethernet/altera/Kconfig +++ b/drivers/net/ethernet/altera/Kconfig @@ -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