From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753719AbcDSJeX (ORCPT ); Tue, 19 Apr 2016 05:34:23 -0400 Received: from terminus.zytor.com ([198.137.202.10]:56466 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753697AbcDSJeV (ORCPT ); Tue, 19 Apr 2016 05:34:21 -0400 Date: Tue, 19 Apr 2016 02:33:40 -0700 From: tip-bot for Konstantin Khlebnikov Message-ID: Cc: linux-kernel@vger.kernel.org, peterz@infradead.org, tglx@linutronix.de, hpa@zytor.com, koct9i@gmail.com, torvalds@linux-foundation.org, mingo@kernel.org Reply-To: linux-kernel@vger.kernel.org, tglx@linutronix.de, peterz@infradead.org, koct9i@gmail.com, hpa@zytor.com, mingo@kernel.org, torvalds@linux-foundation.org In-Reply-To: <146105407523.18740.6392078851674393377.stgit@zurg> References: <146105407523.18740.6392078851674393377.stgit@zurg> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/build] x86/build/defconfig/64: Enable CONFIG_E1000E=y Git-Commit-ID: 7a09b225f31031f8cac9e7801b6004e79f8b0da1 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 7a09b225f31031f8cac9e7801b6004e79f8b0da1 Gitweb: http://git.kernel.org/tip/7a09b225f31031f8cac9e7801b6004e79f8b0da1 Author: Konstantin Khlebnikov AuthorDate: Tue, 19 Apr 2016 11:21:15 +0300 Committer: Ingo Molnar CommitDate: Tue, 19 Apr 2016 10:37:39 +0200 x86/build/defconfig/64: Enable CONFIG_E1000E=y Very common ethernet. Already enabled in i386_defconfig Signed-off-by: Konstantin Khlebnikov Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/146105407523.18740.6392078851674393377.stgit@zurg Signed-off-by: Ingo Molnar --- 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 4f404a6..0c8d796 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