[U-Boot] [PATCH v2 10/14] drivers: net: phy: add MV88E6xx options to Kconfig
Tim Harvey
tharvey at gateworks.com
Fri Mar 17 14:29:51 UTC 2017
Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
v2: moved options to drivers/net/phy where MV88E6xx config already lived
Signed-off-by: Tim Harvey <tharvey at gateworks.com>
---
drivers/net/phy/Kconfig | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 1d514e9..6ee8bc3 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"
--
2.7.4
More information about the U-Boot
mailing list