diff options
| author | Anatolij Gustschin <[email protected]> | 2019-10-27 01:14:41 +0200 |
|---|---|---|
| committer | Joe Hershberger <[email protected]> | 2019-12-09 09:47:42 -0600 |
| commit | 389488df92f08eed95149e66562d29db634af6a3 (patch) | |
| tree | fc27368e2f8228d752064741c0af0ddb840e6c2b /drivers | |
| parent | 5bcb4b8ff646f5c340c6d06c8f84b082963f5f8d (diff) | |
net: phy: fix switch vendor name
Fix vendor name in MV88E61xx option description.
Signed-off-by: Anatolij Gustschin <[email protected]>
Reviewed-by: Chris Packham <[email protected]>
Tested-by: Chris Packham <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Diffstat (limited to 'drivers')
| -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 bcea8a0c3e6..dceea1516f4 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -46,7 +46,7 @@ config B53_PHY_PORTS endif # B53_SWITCH config MV88E61XX_SWITCH - bool "Marvel MV88E61xx Ethernet switch PHY support." + bool "Marvell MV88E61xx Ethernet switch PHY support." if MV88E61XX_SWITCH |
