Re: [U-Boot] [PATCH] ARM: mvebu: Allow MVNETA to be selected with Armada 3700 SoCs

2018-01-10 Thread Stefan Roese
On 28.12.2017 15:43, Miquel Raynal wrote: Until now, Armada 3700 SoCs could not enable the mvneta driver, and thus did not benefit from Ethernet support. Add ARMADA_3700 in the "depends on" list of the MVNETA Kconfig entry. Signed-off-by: Miquel Raynal --- drivers/net/Kconfig | 6 +++--- 1 f

Re: [U-Boot] [PATCH] ARM: mvebu: Allow MVNETA to be selected with Armada 3700 SoCs

2018-01-02 Thread Joe Hershberger
On Thu, Dec 28, 2017 at 8:43 AM, Miquel Raynal wrote: > Until now, Armada 3700 SoCs could not enable the mvneta driver, and thus > did not benefit from Ethernet support. Add ARMADA_3700 in the > "depends on" list of the MVNETA Kconfig entry. > > Signed-off-by: Miquel Raynal Acked-by: Joe Hershbe

[U-Boot] [PATCH] ARM: mvebu: Allow MVNETA to be selected with Armada 3700 SoCs

2017-12-28 Thread Miquel Raynal
Until now, Armada 3700 SoCs could not enable the mvneta driver, and thus did not benefit from Ethernet support. Add ARMADA_3700 in the "depends on" list of the MVNETA Kconfig entry. Signed-off-by: Miquel Raynal --- drivers/net/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)