xref: /openbmc/u-boot/drivers/net/mdio/Kconfig (revision f51926ee5d03bcf9606a4b14bf6c5e8e66a81f59)
1#
2# MDIO infrastructure and drivers
3#
4
5menu "MDIO Support"
6
7config MDIO
8       bool "Enable MDIO (Management Data Input/Output) drivers"
9       depends on DM
10       help
11         Enable driver model for MDIO access.
12         Drivers provide methods to management data
13         Input/Output.
14         MDIO uclass provides interfaces to get mdio
15         udevice or mii bus from its child phy node or
16         an ethernet udevice which the phy belongs to.
17
18endmenu
19
20