diff mbox series

[U-Boot,v3,4/6] net: phy: mv88E61xx: add config option for mv88E6071 support

Message ID 20190729190014.29526-5-agust@denx.de
State Superseded
Delegated to: Joe Hershberger
Headers show
Series Extend mv88e61xx driver to support 88E6071 | expand

Commit Message

Anatolij Gustschin July 29, 2019, 7 p.m. UTC
MV88E61XX_88E6020_FAMILY option enables support for switch
devices 6020/6070/6071/6220/6250.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Chris Packham <judge.packham@gmail.com>
Tested-by: Chris Packham <judge.packham@gmail.com>
---
 drivers/net/phy/Kconfig | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 2a3da068c9..da9949f2c6 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -50,6 +50,13 @@  config MV88E61XX_SWITCH
 
 if MV88E61XX_SWITCH
 
+config MV88E61XX_88E6020_FAMILY
+	bool "Marvell MV88E6020 family support."
+	help
+	  The driver supports 6172/6176/6240/6352 devices in the
+	  default configuration. Select this option to enable support
+	  for 6020/6070/6071/6220/6250 switches.
+
 config MV88E61XX_CPU_PORT
 	int "CPU Port"