diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2022-05-06 07:23:57 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-05-09 14:09:30 +0300 |
commit | 165cd04fe25392f875ebb94188c4faa20905290d (patch) | |
tree | 73d7539d869f21835b13d3fec8a3b91268c7410b /drivers/net/phy/Kconfig | |
parent | 2013ad8836aceb828c0fb5b16fa8bb98fd3d9b28 (diff) | |
download | linux-165cd04fe25392f875ebb94188c4faa20905290d.tar.xz |
net: phy: dp83td510: Add support for the DP83TD510 Ethernet PHY
The DP83TD510E is an ultra-low power Ethernet physical layer transceiver
that supports 10M single pair cable.
This driver was tested with NXP SJA1105, STMMAC and ASIX AX88772B USB Ethernet
controller.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index bbbf6c07ea53..9fee639ee5c8 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -342,6 +342,12 @@ config DP83869_PHY Currently supports the DP83869 PHY. This PHY supports copper and fiber connections. +config DP83TD510_PHY + tristate "Texas Instruments DP83TD510 Ethernet 10Base-T1L PHY" + help + Support for the DP83TD510 Ethernet 10Base-T1L PHY. This PHY supports + a 10M single pair Ethernet connection for up to 1000 meter cable. + config VITESSE_PHY tristate "Vitesse PHYs" help |