]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/phy/Kconfig
net: phy: Add Broadcom BCM53xx switch driver
[u-boot] / drivers / net / phy / Kconfig
index e32f1eb1c047016e5dfeba5921f34210b2a5988b..95b753432363d5f5e53d6cbb3f8041147aba9417 100644 (file)
@@ -12,6 +12,23 @@ menuconfig PHYLIB
 
 if PHYLIB
 
+config B53_SWITCH
+       bool "Broadcom BCM53xx (RoboSwitch) Ethernet switch PHY support."
+       help
+         Enable support for Broadcom BCM53xx (RoboSwitch) Ethernet switches.
+         This currently supports BCM53125 and similar models.
+
+if B53_SWITCH
+
+config B53_CPU_PORT
+       int "CPU port"
+       default 8
+
+config B53_PHY_PORTS
+       hex "Bitmask of PHY ports"
+
+endif # B53_SWITCH
+
 config MV88E61XX_SWITCH
        bool "Marvel MV88E61xx Ethernet switch PHY support."