Commit 72af187f authored by Paulius Zaleckas's avatar Paulius Zaleckas Committed by David S. Miller

phylib: rename mdio-ofgpio to mdio-gpio

Signed-off-by: default avatarPaulius Zaleckas <paulius.zaleckas@teltonika.lt>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6817ba2c
......@@ -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---
......
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment