Skip to content

Commit

Permalink
phy: mdio-thunder: Fix some Kconfig typos
Browse files Browse the repository at this point in the history
Drop two extra occurrences of "on" in option title and help text.

Fixes: 379d7ac ("phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.")
Cc: David Daney <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
Acked-by: David Daney <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
afaerber authored and davem330 committed Mar 19, 2016
1 parent a59f8c5 commit e2ad1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/phy/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@ config MDIO_OCTEON
drivers on some systems.

config MDIO_THUNDER
tristate "Support for MDIO buses on on ThunderX SOCs"
tristate "Support for MDIO buses on ThunderX SOCs"
depends on 64BIT
depends on PCI
select MDIO_CAVIUM
help
This driver supports the MDIO interfaces found on Cavium
ThunderX SoCs when the MDIO bus device appears on as a PCI
ThunderX SoCs when the MDIO bus device appears as a PCI
device.


Expand Down

0 comments on commit e2ad1f9

Please sign in to comment.