diff options
author | Jonas Rebmann <jre@pengutronix.de> | 2025-09-05 14:20:50 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-09-08 18:24:19 -0700 |
commit | d3b28612bc5500133260aaf36794a0a0c287d61b (patch) | |
tree | cd1e1dd80ac752fe02a8094faad667ed410b3f43 | |
parent | 8625f5748fea960d2af4f3c3e9891ee8f6f80906 (diff) |
net: phy: NXP_TJA11XX: Update Kconfig with TJA1102 support
Update the Kconfig description to indicate support for the TJA1102.
Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
Link: https://patch.msgid.link/20250905-tja1102-kconfig-v1-1-a57e6ac4e264@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | drivers/net/phy/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 28acc6392cfc..392749aae54d 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -361,7 +361,7 @@ config NXP_TJA11XX_PHY tristate "NXP TJA11xx PHYs support" depends on HWMON help - Currently supports the NXP TJA1100 and TJA1101 PHY. + Currently supports the NXP TJA1100, TJA1101 and TJA1102 PHYs. config NCN26000_PHY tristate "Onsemi 10BASE-T1S Ethernet PHY" |