From patchwork Thu Nov 10 08:39:29 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/4] arm/imx: fix mx3_defconfig to add FEC back X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 124818 Message-Id: <1320914372-4416-2-git-send-email-shawn.guo@linaro.org> To: Sascha Hauer Cc: Shawn Guo , linux-arm-kernel@lists.infradead.org Date: Thu, 10 Nov 2011 16:39:29 +0800 From: Shawn Guo 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