aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2019-11-06 23:36:15 +0100
committerDavid S. Miller <davem@davemloft.net>2019-11-06 21:42:06 -0800
commit428061f70f1aa3a56fdf53d57adbac0caef3e663 (patch)
tree46e3a2c1d41d6c720565a3bcd282d90e47a3d315 /drivers/net/phy/Kconfig
parentnet: phy: at803x: add device tree binding (diff)
downloadlinux-dev-428061f70f1aa3a56fdf53d57adbac0caef3e663.tar.xz
linux-dev-428061f70f1aa3a56fdf53d57adbac0caef3e663.zip
net: phy: at803x: mention AR8033 as same as AR8031
The AR8033 is the AR8031 without PTP support. All other registers are the same. Unfortunately, they share the same PHY ID. Therefore, we cannot distinguish between the one with PTP support and the one without. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/phy/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 1b884ebb4e48..8bccadf17e60 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -442,7 +442,7 @@ config NXP_TJA11XX_PHY
config AT803X_PHY
tristate "Qualcomm Atheros AR803X PHYs"
help
- Currently supports the AR8030, AR8031 and AR8035 model
+ Currently supports the AR8030, AR8031, AR8033 and AR8035 model
config QSEMI_PHY
tristate "Quality Semiconductor PHYs"