Skip to content

Commit

Permalink
phylib: rename mdio-ofgpio to mdio-gpio
Browse files Browse the repository at this point in the history
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Paulius Zaleckas authored and David S. Miller committed Nov 17, 2008
1 parent 6817ba2 commit 72af187
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/net/phy/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ config MDIO_BITBANG

If in doubt, say N.

config MDIO_OF_GPIO
config MDIO_GPIO
tristate "Support for GPIO lib-based bitbanged MDIO buses"
depends on MDIO_BITBANG && OF_GPIO
---help---
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/phy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ obj-$(CONFIG_ICPLUS_PHY) += icplus.o
obj-$(CONFIG_REALTEK_PHY) += realtek.o
obj-$(CONFIG_FIXED_PHY) += fixed.o
obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o
obj-$(CONFIG_MDIO_OF_GPIO) += mdio-ofgpio.o
obj-$(CONFIG_MDIO_GPIO) += mdio-gpio.o
File renamed without changes.

0 comments on commit 72af187

Please sign in to comment.