diff options
author | Konstantin Khlebnikov <koct9i@gmail.com> | 2016-04-19 11:21:15 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-04-19 10:37:39 +0200 |
commit | 7a09b225f31031f8cac9e7801b6004e79f8b0da1 (patch) | |
tree | 224b8fceb5defff345a20a2a7df16f476d6c8325 /arch/x86/configs | |
parent | c3b46c73264b03000d1e18b22f5caf63332547c9 (diff) | |
download | blackbird-obmc-linux-7a09b225f31031f8cac9e7801b6004e79f8b0da1.tar.gz blackbird-obmc-linux-7a09b225f31031f8cac9e7801b6004e79f8b0da1.zip |
x86/build/defconfig/64: Enable CONFIG_E1000E=y
Very common ethernet. Already enabled in i386_defconfig
Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/146105407523.18740.6392078851674393377.stgit@zurg
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/configs')
-rw-r--r-- | arch/x86/configs/x86_64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |