summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/altera/Kconfig
diff options
context:
space:
mode:
authorMaxime Chevallier <maxime.chevallier@bootlin.com>2022-09-02 10:32:04 +0200
committerDavid S. Miller <davem@davemloft.net>2022-09-05 10:16:53 +0100
commitfef2998203e17e4298843afb2056fbed44611734 (patch)
treee0d940703332e6d75ec40061b1f858bc05275c6f /drivers/net/ethernet/altera/Kconfig
parent4a502cf4d77e12119e7061a05d5789cd3129d185 (diff)
downloadlinux-fef2998203e17e4298843afb2056fbed44611734.tar.bz2
net: altera: tse: convert to phylink
Convert the Altera Triple Speed Ethernet Controller to phylink. This controller supports MII, GMII and RGMII with its MAC, and SGMII + 1000BaseX through a small embedded PCS. The PCS itself has a register set very similar to what is found in a typical 802.3 ethernet PHY, but this register set memory-mapped instead of lying on an mdio bus. Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/altera/Kconfig')
-rw-r--r--drivers/net/ethernet/altera/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/altera/Kconfig b/drivers/net/ethernet/altera/Kconfig
index 914e56b91467..dd7fd41ccde5 100644
--- a/drivers/net/ethernet/altera/Kconfig
+++ b/drivers/net/ethernet/altera/Kconfig
@@ -3,6 +3,8 @@ config ALTERA_TSE
tristate "Altera Triple-Speed Ethernet MAC support"
depends on HAS_DMA
select PHYLIB
+ select PHYLINK
+ select PCS_ALTERA_TSE
help
This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.