Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1497818 > unrolled thread
| Started by | Scott Branden <scott.branden@broadcom.com> |
|---|---|
| First post | 2016-10-08 22:50 +0200 |
| Last post | 2016-10-12 00:40 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: multi_v7_defconfig: Enable Intel e1000e driver Scott Branden <scott.branden@broadcom.com> - 2016-10-08 22:50 +0200
Re: [PATCH] ARM: multi_v7_defconfig: Enable Intel e1000e driver Arnd Bergmann <arnd@arndb.de> - 2016-10-10 10:00 +0200
Re: [PATCH] ARM: multi_v7_defconfig: Enable Intel e1000e driver Scott Branden <scott.branden@broadcom.com> - 2016-10-12 00:40 +0200
| From | Scott Branden <scott.branden@broadcom.com> |
|---|---|
| Date | 2016-10-08 22:50 +0200 |
| Subject | [PATCH] ARM: multi_v7_defconfig: Enable Intel e1000e driver |
| Message-ID | <sq6Jb-3m0-19@gated-at.bofh.it> |
Enable support for the Intel e1000e driver Signed-off-by: Ray Jui <rjui@broadcom.com> Signed-off-by: Scott Branden <scott.branden@broadcom.com> --- 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 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -843,6 +843,7 @@ CONFIG_PWM_SUN4I=y CONFIG_PWM_TEGRA=y CONFIG_PWM_VT8500=y CONFIG_PHY_HIX5HD2_SATA=y +CONFIG_E1000E=y CONFIG_PWM_STI=y CONFIG_PWM_BCM2835=y CONFIG_PWM_BRCMSTB=m -- 2.5.0
[toc] | [next] | [standalone]
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2016-10-10 10:00 +0200 |
| Message-ID | <sqDF7-6WT-1@gated-at.bofh.it> |
| In reply to | #1497818 |
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 <rjui@broadcom.com> > Signed-off-by: Scott Branden <scott.branden@broadcom.com> > Can we make this a loadable module and group it with the other ethernet drivers? Arnd
[toc] | [prev] | [next] | [standalone]
| From | Scott Branden <scott.branden@broadcom.com> |
|---|---|
| Date | 2016-10-12 00:40 +0200 |
| Message-ID | <srdSh-47Y-3@gated-at.bofh.it> |
| In reply to | #1498155 |
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 <rjui@broadcom.com> >> Signed-off-by: Scott Branden <scott.branden@broadcom.com> >> > > Can we make this a loadable module and group it with the other > ethernet drivers? > We use a fixed rootfs image to test the kernel. For simplicity we don't construct a rootfs or load any modules. We just test the kernel image. So for us every defconfig we use needs to be set to y to use the upstreamed kernel. Plus, how do you NFS mount a rootfs if the ethernet driver is a loadable module? > Arnd > Regards, Scott
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web