diff options
author | Frank Sae <Frank.Sae@motor-comm.com> | 2023-02-02 04:00:37 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-02-03 10:34:51 +0100 |
commit | 4ac94f728a588e7096dd5010cd7141a309ea7805 (patch) | |
tree | 3a84baa0da408906162bcf774a176da9849bf78c /drivers/net/phy/Kconfig | |
parent | net: phy: Add dts support for Motorcomm yt8531s gigabit ethernet phy (diff) | |
download | linux-4ac94f728a588e7096dd5010cd7141a309ea7805.tar.xz linux-4ac94f728a588e7096dd5010cd7141a309ea7805.zip |
net: phy: Add driver for Motorcomm yt8531 gigabit ethernet phy
Add a driver for the motorcomm yt8531 gigabit ethernet phy. We have
verified the driver on AM335x platform with yt8531 board. On the
board, yt8531 gigabit ethernet phy works in utp mode, RGMII
interface, supports 1000M/100M/10M speeds, and wol(magic package).
Signed-off-by: Frank Sae <Frank.Sae@motor-comm.com>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index f5df2edc94a5..54874555c921 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -257,7 +257,7 @@ config MOTORCOMM_PHY tristate "Motorcomm PHYs" help Enables support for Motorcomm network PHYs. - Currently supports the YT8511, YT8521, YT8531S Gigabit Ethernet PHYs. + Currently supports YT85xx Gigabit Ethernet PHYs. config NATIONAL_PHY tristate "National Semiconductor PHYs" |