diff options
author | Paulius Zaleckas <paulius.zaleckas@teltonika.lt> | 2008-11-13 19:24:28 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-16 21:59:24 -0500 |
commit | 72af187f216ed83c77ca3e6f22dfc9caf72e9347 (patch) | |
tree | 09671545c146656ffb968d8650c5021b4fce092d /drivers/net/phy/Kconfig | |
parent | 6817ba2cd22cfed2e93d062dca3d7a82465d693d (diff) |
phylib: rename mdio-ofgpio to mdio-gpio
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-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 d55932acd887..031807751991 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -84,7 +84,7 @@ config MDIO_BITBANG | |||
84 | 84 | ||
85 | If in doubt, say N. | 85 | If in doubt, say N. |
86 | 86 | ||
87 | config MDIO_OF_GPIO | 87 | config MDIO_GPIO |
88 | tristate "Support for GPIO lib-based bitbanged MDIO buses" | 88 | tristate "Support for GPIO lib-based bitbanged MDIO buses" |
89 | depends on MDIO_BITBANG && OF_GPIO | 89 | depends on MDIO_BITBANG && OF_GPIO |
90 | ---help--- | 90 | ---help--- |