diff options
author | Peter Geis <pgwipeout@gmail.com> | 2021-05-20 12:32:30 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-05-21 13:19:11 -0700 |
commit | 48e8c6f1612b3d2dccaea2285231def830cc5b8e (patch) | |
tree | 3bd48860be2296c4c6805c78a014609cc81f0360 /drivers/net/phy/Kconfig | |
parent | d0d62baa7f505bd4c59cd169692ff07ec49dde37 (diff) |
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/Kconfig | 6 |
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 |