[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191030224251.21578-2-michael@walle.cc>
Date: Wed, 30 Oct 2019 23:42:49 +0100
From: Michael Walle <michael@...le.cc>
To: linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
netdev@...r.kernel.org
Cc: Michael Walle <michael@...le.cc>
Subject: [RFC PATCH 1/3] net: phy: at803x: fix Kconfig description
The name of the PHY is actually AR803x not AT803x. Additionally, add the
name of the vendor and mention the AR8031 support.
Signed-off-by: Michael Walle <michael@...le.cc>
---
drivers/net/phy/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index fe602648b99f..38f180f9ca42 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -283,9 +283,9 @@ config AX88796B_PHY
AX88796B package.
config AT803X_PHY
- tristate "AT803X PHYs"
+ tristate "Atheros AR803X PHYs"
---help---
- Currently supports the AT8030 and AT8035 model
+ Currently supports the AR8030, AR8031 and AR8035 model
config BCM63XX_PHY
tristate "Broadcom 63xx SOCs internal PHY"
--
2.20.1
Powered by blists - more mailing lists