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>
This commit is contained in:
Paulius Zaleckas 2008-11-14 00:24:28 +00:00 committed by David S. Miller
parent 6817ba2cd2
commit 72af187f21
3 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ config MDIO_BITBANG
If in doubt, say N. If in doubt, say N.
config MDIO_OF_GPIO config MDIO_GPIO
tristate "Support for GPIO lib-based bitbanged MDIO buses" tristate "Support for GPIO lib-based bitbanged MDIO buses"
depends on MDIO_BITBANG && OF_GPIO depends on MDIO_BITBANG && OF_GPIO
---help--- ---help---

View file

@ -15,4 +15,4 @@ obj-$(CONFIG_ICPLUS_PHY) += icplus.o
obj-$(CONFIG_REALTEK_PHY) += realtek.o obj-$(CONFIG_REALTEK_PHY) += realtek.o
obj-$(CONFIG_FIXED_PHY) += fixed.o obj-$(CONFIG_FIXED_PHY) += fixed.o
obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o
obj-$(CONFIG_MDIO_OF_GPIO) += mdio-ofgpio.o obj-$(CONFIG_MDIO_GPIO) += mdio-gpio.o