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