diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2022-05-06 06:23:57 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-05-09 13:09:30 +0200 |
commit | 165cd04fe25392f875ebb94188c4faa20905290d (patch) | |
tree | 73d7539d869f21835b13d3fec8a3b91268c7410b /drivers/net/phy/Makefile | |
parent | net: phy: export genphy_c45_baset1_read_status() (diff) | |
download | linux-165cd04fe25392f875ebb94188c4faa20905290d.tar.xz linux-165cd04fe25392f875ebb94188c4faa20905290d.zip |
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/Makefile')
-rw-r--r-- | drivers/net/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile index b82651b57043..b12b1d86fc99 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile @@ -57,6 +57,7 @@ obj-$(CONFIG_DP83848_PHY) += dp83848.o obj-$(CONFIG_DP83867_PHY) += dp83867.o obj-$(CONFIG_DP83869_PHY) += dp83869.o obj-$(CONFIG_DP83TC811_PHY) += dp83tc811.o +obj-$(CONFIG_DP83TD510_PHY) += dp83td510.o obj-$(CONFIG_FIXED_PHY) += fixed_phy.o obj-$(CONFIG_ICPLUS_PHY) += icplus.o obj-$(CONFIG_INTEL_XWAY_PHY) += intel-xway.o |