From patchwork Thu Nov 10 08:39:29 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 124818 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2D8421007D1 for ; Thu, 10 Nov 2011 19:38:32 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1ROQ7F-0008KR-N0; Thu, 10 Nov 2011 08:36:09 +0000 Received: from mail-yx0-f177.google.com ([209.85.213.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1ROQ7D-0008K5-4V for linux-arm-kernel@lists.infradead.org; Thu, 10 Nov 2011 08:36:07 +0000 Received: by yenl9 with SMTP id l9so1982250yen.36 for ; Thu, 10 Nov 2011 00:36:06 -0800 (PST) Received: by 10.50.216.137 with SMTP id oq9mr6652338igc.40.1320914165991; Thu, 10 Nov 2011 00:36:05 -0800 (PST) Received: from localhost.localdomain ([117.80.112.86]) by mx.google.com with ESMTPS id a6sm5848353igc.3.2011.11.10.00.34.31 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Nov 2011 00:36:05 -0800 (PST) From: Shawn Guo To: Sascha Hauer Subject: [PATCH 1/4] arm/imx: fix mx3_defconfig to add FEC back Date: Thu, 10 Nov 2011 16:39:29 +0800 Message-Id: <1320914372-4416-2-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1320914372-4416-1-git-send-email-shawn.guo@linaro.org> References: <1320914372-4416-1-git-send-email-shawn.guo@linaro.org> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.213.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Shawn Guo , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The commit 'd880db0 arm: mx3: update defconfig' removes FEC support which is not good, since FEC is useful for both developers and users. Signed-off-by: Shawn Guo Cc: Sascha Hauer --- arch/arm/configs/mx3_defconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs/mx3_defconfig b/arch/arm/configs/mx3_defconfig index cb0717f..ee50a9e 100644 --- a/arch/arm/configs/mx3_defconfig +++ b/arch/arm/configs/mx3_defconfig @@ -67,6 +67,7 @@ CONFIG_SMSC_PHY=y CONFIG_NET_ETHERNET=y CONFIG_SMSC911X=y CONFIG_DNET=y +CONFIG_FEC=y # CONFIG_NETDEV_1000 is not set # CONFIG_NETDEV_10000 is not set # CONFIG_INPUT_MOUSEDEV is not set