[linux-yocto] [PATCH 5/6] axxia/arm: Fixed failed NFS boot

Daniel Dragomir daniel.dragomir at windriver.com
Thu Jul 26 04:09:25 PDT 2018


On 26.07.2018 14:00, Daniel Dragomir wrote:
> From: Charlie Paul <charlie at exypnosinc.com>

Sorry, the email addresses are wrong (only) for this patch.
I'll resend it.

From: Charlie Paul <Charlie.Paul at windriver.com>

>
> Added the defaults for AXXIA for MDIO and ACP Network
>
> Signed-off-by: Charlie Paul <charlie at exypnosinc.com>

Signed-off-by: Charlie Paul <Charlie.Paul at windriver.com>
Signed-off-by: John Jacques <john.jacques at intel.com>

Regards,
Daniel

> ---
>   drivers/misc/Kconfig               | 1 +
>   drivers/net/ethernet/axxia/Kconfig | 5 ++++-
>   2 files changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
> index c8b8bed..2dc91f9 100644
> --- a/drivers/misc/Kconfig
> +++ b/drivers/misc/Kconfig
> @@ -563,6 +563,7 @@ config AXXIA_PEI
>   config AXXIA_MDIO
>          bool "Axxia MDIO Driver"
>          depends on ARCH_AXXIA
> +       default y
>          help
>   	 Provide access to the Axxia MDIO bus.
>   
> diff --git a/drivers/net/ethernet/axxia/Kconfig b/drivers/net/ethernet/axxia/Kconfig
> index 8cab802..093ae81 100644
> --- a/drivers/net/ethernet/axxia/Kconfig
> +++ b/drivers/net/ethernet/axxia/Kconfig
> @@ -1,9 +1,12 @@
>   config AXXIA_NET
>   	bool "INTEL Axxia ACP34XX Ethernet support"
> +	depends on ARM || 44x
>   	select MII
>   	select PHYLIB
> +	default y
>   	help
> -	  Network interface driver for INTEL Axxia's APP and AXXIA series boards.
> +	  Network interface driver for INTEL Axxia's 3000 and 5500
> +	  series boards.
>   
>   if AXXIA_NET
>   



More information about the linux-yocto mailing list