mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
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:
parent
6817ba2cd2
commit
72af187f21
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user