diff mbox series

[U-Boot,v4,5/5] net: mvpp2: MVPP2 now needs MVMDIO

Message ID 20190815220845.1247-6-nhed+uboot@starry.com
State Accepted
Commit 17caaf8a9d5f9261a58fc7c29eab0ea6fa55e339
Delegated to: Joe Hershberger
Headers show
Series Switch MVPP2 to use new MVMDIO | expand

Commit Message

Nevo Hed Aug. 15, 2019, 10:08 p.m. UTC
From: Nevo Hed <nhed+github@starry.com>

Changes to mvpp2.c require the MVMDIO module which in turn uses
DM_MDIO.

Signed-off-by: Nevo Hed <nhed+github@starry.com>
---
 drivers/net/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Ramon Fried Nov. 13, 2019, 10:38 p.m. UTC | #1
On Fri, Aug 16, 2019 at 1:09 AM <nhed+uboot@starry.com> wrote:
>
> From: Nevo Hed <nhed+github@starry.com>
>
> Changes to mvpp2.c require the MVMDIO module which in turn uses
> DM_MDIO.
>
> Signed-off-by: Nevo Hed <nhed+github@starry.com>
> ---
>  drivers/net/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index 5fd31b03cf..81f39d0928 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
> @@ -297,6 +297,8 @@ config MVPP2
>         bool "Marvell Armada 375/7K/8K network interface support"
>         depends on ARMADA_375 || ARMADA_8K
>         select PHYLIB
> +       select MVMDIO
> +       select DM_MDIO
>         help
>           This driver supports the network interface units in the
>           Marvell ARMADA 375, 7K and 8K SoCs.
> --
> 2.21.0
>
Reviewed-By: Ramon Fried <rfried.dev@gmail.com>
Joe Hershberger Nov. 30, 2019, 1:02 a.m. UTC | #2
On Thu, Aug 15, 2019 at 5:09 PM <nhed+uboot@starry.com> wrote:
>
> From: Nevo Hed <nhed+github@starry.com>
>
> Changes to mvpp2.c require the MVMDIO module which in turn uses
> DM_MDIO.
>
> Signed-off-by: Nevo Hed <nhed+github@starry.com>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>
diff mbox series

Patch

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 5fd31b03cf..81f39d0928 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -297,6 +297,8 @@  config MVPP2
 	bool "Marvell Armada 375/7K/8K network interface support"
 	depends on ARMADA_375 || ARMADA_8K
 	select PHYLIB
+	select MVMDIO
+	select DM_MDIO
 	help
 	  This driver supports the network interface units in the
 	  Marvell ARMADA 375, 7K and 8K SoCs.