Re: [PATCH] ARM: multi_v7_defconfig: Enable Intel e1000e driver

2016-10-17 Thread Olof Johansson
On Tue, Oct 11, 2016 at 3:38 PM, Scott Branden wrote: > Hi Arnd, > > On 16-10-10 12:47 AM, Arnd Bergmann wrote: >> >> On Saturday, October 8, 2016 1:41:04 PM CEST Scott Branden wrote: >>> >>> Enable support for the Intel e1000e driver >>> >>> Signed-off-by: Ray Jui >>> Signed-off-by: Scott Brande

Re: [PATCH] ARM: multi_v7_defconfig: Enable Intel e1000e driver

2016-10-11 Thread Scott Branden
Hi Arnd, On 16-10-10 12:47 AM, Arnd Bergmann wrote: On Saturday, October 8, 2016 1:41:04 PM CEST Scott Branden wrote: Enable support for the Intel e1000e driver Signed-off-by: Ray Jui Signed-off-by: Scott Branden Can we make this a loadable module and group it with the other ethernet driv

Re: [PATCH] ARM: multi_v7_defconfig: Enable Intel e1000e driver

2016-10-10 Thread Arnd Bergmann
On Saturday, October 8, 2016 1:41:04 PM CEST Scott Branden wrote: > Enable support for the Intel e1000e driver > > Signed-off-by: Ray Jui > Signed-off-by: Scott Branden > Can we make this a loadable module and group it with the other ethernet drivers? Arnd

[PATCH] ARM: multi_v7_defconfig: Enable Intel e1000e driver

2016-10-08 Thread Scott Branden
Enable support for the Intel e1000e driver Signed-off-by: Ray Jui Signed-off-by: Scott Branden --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index ea3566f..b88a67a 100644 ---