From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 10 Jul 2019 01:22:49 +0200 Subject: [U-Boot] [PATCH v2 4/6] net: phy: mv88E61xx: add config option for mv88E6071 support In-Reply-To: <20190709232251.31746-1-agust@denx.de> References: <20190709232251.31746-1-agust@denx.de> Message-ID: <20190709232251.31746-5-agust@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de MV88E61XX_88E6020_FAMILY option enables support for switch devices 6250/6220/6020/6070/6071. Signed-off-by: Anatolij Gustschin --- drivers/net/phy/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 2a3da068c9..097b499ba3 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 6250/6220/6020/6070/6071 switches. + config MV88E61XX_CPU_PORT int "CPU Port" -- 2.17.1