Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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@walle.cc>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Michael Walle and committed by
David S. Miller
4985dffc a5a7daa5

+5 -5
+5 -5
drivers/net/phy/Kconfig
··· 282 282 Currently supports the Asix Electronics PHY found in the X-Surf 100 283 283 AX88796B package. 284 284 285 - config AT803X_PHY 286 - tristate "AT803X PHYs" 287 - ---help--- 288 - Currently supports the AT8030 and AT8035 model 289 - 290 285 config BCM63XX_PHY 291 286 tristate "Broadcom 63xx SOCs internal PHY" 292 287 depends on BCM63XX || COMPILE_TEST ··· 438 443 depends on HWMON 439 444 ---help--- 440 445 Currently supports the NXP TJA1100 and TJA1101 PHY. 446 + 447 + config AT803X_PHY 448 + tristate "Qualcomm Atheros AR803X PHYs" 449 + help 450 + Currently supports the AR8030, AR8031 and AR8035 model 441 451 442 452 config QSEMI_PHY 443 453 tristate "Quality Semiconductor PHYs"