xref: /openbmc/u-boot/drivers/net/mdio/Kconfig (revision ac509baf798e97036f3aeb9974db826302c5ae7f)
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