aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorPeter Geis <pgwipeout@gmail.com>2021-05-20 12:32:30 -0400
committerDavid S. Miller <davem@davemloft.net>2021-05-21 13:19:11 -0700
commit48e8c6f1612b3d2dccaea2285231def830cc5b8e (patch)
tree3bd48860be2296c4c6805c78a014609cc81f0360 /drivers/net/phy/Kconfig
parentnet: xilinx_emaclite: Do not print real IOMEM pointer (diff)
downloadlinux-dev-48e8c6f1612b3d2dccaea2285231def830cc5b8e.tar.xz
linux-dev-48e8c6f1612b3d2dccaea2285231def830cc5b8e.zip
net: phy: add driver for Motorcomm yt8511 phy
Add a driver for the Motorcomm yt8511 phy that will be used in the production Pine64 rk3566-quartz64 development board. It supports gigabit transfer speeds, rgmii, and 125mhz clk output. Signed-off-by: Peter Geis <pgwipeout@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r--drivers/net/phy/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 1534e408505b..c56f703ae998 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -234,6 +234,12 @@ config MICROSEMI_PHY
help
Currently supports VSC8514, VSC8530, VSC8531, VSC8540 and VSC8541 PHYs
+config MOTORCOMM_PHY
+ tristate "Motorcomm PHYs"
+ help
+ Enables support for Motorcomm network PHYs.
+ Currently supports the YT8511 gigabit PHY.
+
config NATIONAL_PHY
tristate "National Semiconductor PHYs"
help