aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-01-10 14:03:56 -0600
committerDavid S. Miller <davem@davemloft.net>2020-01-10 23:32:54 -0800
commit443180567763789b5b1c36cc2afa06397baf954f (patch)
tree0f82d63883b75dfd784560b6c1a287c9e929f46f /drivers/net/phy/Kconfig
parentdevlink: Wait longer before warning about unset port type (diff)
downloadlinux-dev-443180567763789b5b1c36cc2afa06397baf954f.tar.xz
linux-dev-443180567763789b5b1c36cc2afa06397baf954f.zip
net: phy: DP83TC811: Fix typo in Kconfig
Fix typo in the Kconfig for the DP83TC811 as it indicates support for the DP83TC822 which is incorrect. Fixes: 6d749428788b {"net: phy: DP83TC811: Introduce support for the DP83TC811 phy") Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r--drivers/net/phy/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 5848219005d7..ed606194dbd0 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -345,9 +345,9 @@ config DP83822_PHY
Supports the DP83822 PHY.
config DP83TC811_PHY
- tristate "Texas Instruments DP83TC822 PHY"
+ tristate "Texas Instruments DP83TC811 PHY"
---help---
- Supports the DP83TC822 PHY.
+ Supports the DP83TC811 PHY.
config DP83848_PHY
tristate "Texas Instruments DP83848 PHY"