From: Tim Harvey Date: Fri, 17 Mar 2017 14:29:51 +0000 (-0700) Subject: drivers: net: phy: add MV88E6xx options to Kconfig X-Git-Tag: v2017.05-rc2~9^2~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b4f4b0f54bcc4e2c6a97e0bc9b3a3a1aea3cb41c;p=u-boot drivers: net: phy: add MV88E6xx options to Kconfig Signed-off-by: Tim Harvey Reviewed-by: Stefano Babic Acked-by: Joe Hershberger --- diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 1d514e92d3..6ee8bc3134 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -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"