From: Andreas Färber Date: Wed, 16 Mar 2016 23:23:37 +0000 (+0100) Subject: phy: mdio-thunder: Fix some Kconfig typos X-Git-Tag: v4.6-rc1~91^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2ad1f976b721df383ff12c12a6dcc805cbb80f3;p=thirdparty%2Fkernel%2Flinux.git phy: mdio-thunder: Fix some Kconfig typos Drop two extra occurrences of "on" in option title and help text. Fixes: 379d7ac7ca31 ("phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.") Cc: David Daney Signed-off-by: Andreas Färber Acked-by: David Daney Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 075a4cc175b10..6dad9a9c356c3 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -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.