]> www.infradead.org Git - users/hch/misc.git/commitdiff
net: phy: micrel: Update Kconfig help text
authorJonas Rebmann <jre@pengutronix.de>
Thu, 11 Sep 2025 08:29:03 +0000 (10:29 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sat, 13 Sep 2025 00:34:27 +0000 (17:34 -0700)
This driver by now supports 17 different Microchip (formerly known as
Micrel) chips: KSZ9021, KSZ9031, KSZ9131, KSZ8001, KS8737, KSZ8021,
KSZ8031, KSZ8041, KSZ8051, KSZ8061, KSZ8081, KSZ8873MLL, KSZ886X,
KSZ9477, LAN8814, LAN8804 and LAN8841.

Support for the VSC8201 was removed in commit 51f932c4870f ("micrel phy
driver - updated(1)")

Update the help text to reflect that, list families instead of models to
ease future maintenance.

Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250911-micrel-kconfig-v2-1-e8f295059050@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/Kconfig

index 0e7dcdb0a6669f5c564a1ef7658ca6ec8fe9bcc5..ca05166ae60571d2428636adfdf1c003af4e8e87 100644 (file)
@@ -298,7 +298,7 @@ config MICREL_PHY
        depends on PTP_1588_CLOCK_OPTIONAL
        select PHY_PACKAGE
        help
-         Supports the KSZ9021, VSC8201, KS8001 PHYs.
+         Supports the KSZ8xxx, KSZ9xxx, and LAN88xx families of Micrel/Microchip PHYs.
 
 config MICROCHIP_T1S_PHY
        tristate "Microchip 10BASE-T1S Ethernet PHYs"