Commit 73f18136 authored by Andreas Färber's avatar Andreas Färber Committed by Tim Gardner

phy: mdio-thunder: Fix some Kconfig typos

BugLink: http://bugs.launchpad.net/bugs/1562968

Drop two extra occurrences of "on" in option title and help text.

Fixes: 379d7ac7 ("phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.")
Cc: David Daney <david.daney@cavium.com>
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Acked-by: default avatarDavid Daney <david.daney@cavium.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
(cherry picked from commit e2ad1f97)
Signed-off-by: default avatardann frazier <dann.frazier@canonical.com>
Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 15a571b2
...@@ -196,13 +196,13 @@ config MDIO_OCTEON ...@@ -196,13 +196,13 @@ config MDIO_OCTEON
drivers on some systems. drivers on some systems.
config MDIO_THUNDER 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 64BIT
depends on PCI depends on PCI
select MDIO_CAVIUM select MDIO_CAVIUM
help help
This driver supports the MDIO interfaces found on Cavium 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. device.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment