Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

phylib: rename mdio-ofgpio to mdio-gpio

parent 6817ba2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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---
+1 −1
Original line number Diff line number Diff line
@@ -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