On 10/30/19 3:42 PM, Michael Walle wrote: > The name of the PHY is actually AR803x not AT803x. Additionally, add the > name of the vendor and mention the AR8031 support. Should not the vendor be QCA these days, or Qualcomm Atheros? > > Signed-off-by: Michael Walle <michael@xxxxxxxx> > --- > 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" > -- Florian