From patchwork Mon Mar 29 05:50:07 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Wu X-Patchwork-Id: 48806 X-Patchwork-Delegate: stefan.bader@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 950E3B7CD5 for ; Mon, 29 Mar 2010 16:51:24 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1Nw7se-0003qk-7z; Mon, 29 Mar 2010 06:51:20 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1Nw7sa-0003oi-W8 for kernel-team@lists.ubuntu.com; Mon, 29 Mar 2010 06:51:17 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1Nw7sa-0006rv-Uf for ; Mon, 29 Mar 2010 06:51:16 +0100 Received: from [218.82.238.146] (helo=canonical.com) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1Nw7sZ-0007x1-Il for kernel-team@lists.ubuntu.com; Mon, 29 Mar 2010 06:51:16 +0100 From: Bryan Wu To: kernel-team@lists.ubuntu.com Subject: [PATCH 3/3] UBUNTU: [Config] built in SMSC_PHY driver for fsl-imx51 Date: Mon, 29 Mar 2010 13:50:07 +0800 Message-Id: <1269841807-12957-4-git-send-email-bryan.wu@canonical.com> X-Mailer: git-send-email 1.7.0 In-Reply-To: <1269841807-12957-1-git-send-email-bryan.wu@canonical.com> References: <1269841807-12957-1-git-send-email-bryan.wu@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/546649 The on-board PHY device of Freescale Babbage board is SMSC LAN8700, which is supported by this CONFIG_SMSC_PHY driver in phylib. Since phylib is already enabled in fec.c driver, to build in this SMSC_PHY driver will give us better supporting of the PHY device. Signed-off-by: Bryan Wu Acked-by: Amit Kucheria Signed-off-by: Stefan Bader --- debian.fsl-imx51/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.fsl-imx51/config/config.common.ubuntu b/debian.fsl-imx51/config/config.common.ubuntu index 392a7f3..10ee118 100644 --- a/debian.fsl-imx51/config/config.common.ubuntu +++ b/debian.fsl-imx51/config/config.common.ubuntu @@ -2155,7 +2155,7 @@ CONFIG_SMB_FS=m # CONFIG_SMC911X is not set # CONFIG_SMC91X is not set CONFIG_SMSC911X=y -CONFIG_SMSC_PHY=m +CONFIG_SMSC_PHY=y CONFIG_SMS_SDIO_DRV=m CONFIG_SMS_SIANO_MDTV=m CONFIG_SMS_USB_DRV=m