On 26.07.2018 14:00, Daniel Dragomir wrote:
From: Charlie Paul <[email protected]>
Sorry, the email addresses are wrong (only) for this patch. I'll resend it. From: Charlie Paul <[email protected]>
Added the defaults for AXXIA for MDIO and ACP Network Signed-off-by: Charlie Paul <[email protected]>
Signed-off-by: Charlie Paul <[email protected]> Signed-off-by: John Jacques <[email protected]> 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/Kconfigindex 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
-- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
