[U-Boot] [PATCH v2 02/21] net: Kconfig: FEC: Add dependency on VF610

Stefan Agner stefan at agner.ch
Fri Feb 1 09:54:01 UTC 2019


On 20.01.2019 14:34, Lukasz Majewski wrote:
> Signed-off-by: Lukasz Majewski <lukma at denx.de>

Reviewed-by: Stefan Agner <stefan.agner at toradex.com>

--
Stefan

> ---
> 
> Changes in v2: None
> 
>  drivers/net/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index ff55e03d3f..f5e0fb8611 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
> @@ -187,7 +187,7 @@ config FEC_MXC_MDIO_BASE
>  
>  config FEC_MXC
>  	bool "FEC Ethernet controller"
> -	depends on MX5 || MX6 || MX7 || IMX8
> +	depends on MX5 || MX6 || MX7 || IMX8 || VF610
>  	help
>  	  This driver supports the 10/100 Fast Ethernet controller for
>  	  NXP i.MX processors.


More information about the U-Boot mailing list