]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/phy/Kconfig
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / drivers / net / phy / Kconfig
index e562a8ac1a77852c4cf7094c6e17e1966bd55bc0..aca3990aebf12296701c1d48d44522bd966f7551 100644 (file)
@@ -15,6 +15,19 @@ if PHYLIB
 config MV88E61XX_SWITCH
        bool "Marvel MV88E61xx Ethernet switch PHY support."
 
+if MV88E61XX_SWITCH
+
+config MV88E61XX_CPU_PORT
+       int "CPU Port"
+
+config MV88E61XX_PHY_PORTS
+       hex "Bitmask of PHY Ports"
+
+config MV88E61XX_FIXED_PORTS
+       hex "Bitmask of PHYless serdes Ports"
+
+endif # MV88E61XX_SWITCH
+
 config PHYLIB_10G
        bool "Generic 10G PHY support"