]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/phy/Kconfig
Move CONFIG_PHY_ADDR to Kconfig
[u-boot] / drivers / net / phy / Kconfig
index 7fd4a8d2616748de39a84a22afdfd1421afdf78c..25de3fb2266586bd2b234f81dda702fd68e95a2d 100644 (file)
@@ -13,6 +13,13 @@ menuconfig PHYLIB
 
 if PHYLIB
 
+config PHY_ADDR
+       int "PHY address"
+       default 1 if ARCH_SUNXI
+       default 0
+       help
+         The address of PHY on MII bus. Usually in range of 0 to 31.
+
 config B53_SWITCH
        bool "Broadcom BCM53xx (RoboSwitch) Ethernet switch PHY support."
        help