diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2019-03-21 19:23:30 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-03-23 20:54:18 -0400 |
commit | a7a01ab312601ba5966ec80383e6bbef241d883f (patch) | |
tree | 576dff4ed397062c1fad9ea9c52ff15266f42f3f | |
parent | 3b0f31f2b8c9fb348e4530b88f6b64f9621f83d6 (diff) |
net: phy: Correct Cygnus/Omega PHY driver prompt
The tristate prompt should have been replaced rather than defined a few
lines below, rebase mistake.
Fixes: 17cc9821766c ("net: phy: Move Omega PHY entry to Cygnus PHY driver")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/phy/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 0973f0b81ce4..e493db5e8744 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -270,10 +270,9 @@ config BCM87XX_PHY | |||
270 | Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs. | 270 | Currently supports the BCM8706 and BCM8727 10G Ethernet PHYs. |
271 | 271 | ||
272 | config BCM_CYGNUS_PHY | 272 | config BCM_CYGNUS_PHY |
273 | tristate "Broadcom Cygnus SoC internal PHY" | 273 | tristate "Broadcom Cygnus/Omega SoC internal PHY" |
274 | depends on ARCH_BCM_IPROC || COMPILE_TEST | 274 | depends on ARCH_BCM_IPROC || COMPILE_TEST |
275 | depends on MDIO_BCM_IPROC | 275 | depends on MDIO_BCM_IPROC |
276 | tristate "Broadcom Cygnus/Omega SoC internal PHY" | ||
277 | select BCM_NET_PHYLIB | 276 | select BCM_NET_PHYLIB |
278 | ---help--- | 277 | ---help--- |
279 | This PHY driver is for the 1G internal PHYs of the Broadcom | 278 | This PHY driver is for the 1G internal PHYs of the Broadcom |