Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1382267
| From | Konstantin Khlebnikov <koct9i@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] arch/x86/configs/x86_64_defconfig: enable CONFIG_E1000E=y |
| Date | 2016-04-19 10:30 +0200 |
| Message-ID | <rpzcJ-3LU-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Very common ethernet. Already enabled in i386_defconfig Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com> --- arch/x86/configs/x86_64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig index 4f404a64681b..0c8d7963483c 100644 --- a/arch/x86/configs/x86_64_defconfig +++ b/arch/x86/configs/x86_64_defconfig @@ -173,6 +173,7 @@ CONFIG_TIGON3=y CONFIG_NET_TULIP=y CONFIG_E100=y CONFIG_E1000=y +CONFIG_E1000E=y CONFIG_SKY2=y CONFIG_FORCEDETH=y CONFIG_8139TOO=y
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] arch/x86/configs/x86_64_defconfig: enable CONFIG_E1000E=y Konstantin Khlebnikov <koct9i@gmail.com> - 2016-04-19 10:30 +0200 [tip:x86/build] x86/build/defconfig/64: Enable CONFIG_E1000E=y tip-bot for Konstantin Khlebnikov <tipbot@zytor.com> - 2016-04-19 11:40 +0200 Re: [PATCH] arch/x86/configs/x86_64_defconfig: enable CONFIG_E1000E=y Andy Shevchenko <andy.shevchenko@gmail.com> - 2016-04-22 00:20 +0200
csiph-web