From patchwork Wed Mar 24 09:07:30 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Wu X-Patchwork-Id: 48390 X-Patchwork-Delegate: apw@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 DC745B7CEE for ; Wed, 24 Mar 2010 20:08:40 +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 1NuMZo-0000uG-9j; Wed, 24 Mar 2010 09:08:36 +0000 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1NuMZm-0000t4-5k for kernel-team@lists.ubuntu.com; Wed, 24 Mar 2010 09:08:34 +0000 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1NuMZm-0001Kl-3u for ; Wed, 24 Mar 2010 09:08:34 +0000 Received: from [218.82.230.133] (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 1NuMZk-000664-SW for kernel-team@lists.ubuntu.com; Wed, 24 Mar 2010 09:08:34 +0000 From: Bryan Wu To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/3] UBUNTU: [Config]: turn off CONFIG_FIXED_PHY for fsl-imx51 Date: Wed, 24 Mar 2010 17:07:30 +0800 Message-Id: <1269421651-18318-3-git-send-email-bryan.wu@canonical.com> X-Mailer: git-send-email 1.7.0 In-Reply-To: <1269421651-18318-1-git-send-email-bryan.wu@canonical.com> References: <1269421651-18318-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/457878 When phylib is enabled in ethernet driver fec.c, there is a sysfs conflict with this built-in fixed phy driver. Since nobody is using this fixed phy driver in ARM based machine, it should be turned off. Signed-off-by: Bryan Wu --- 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 1229f82..e066d18 100644 --- a/debian.fsl-imx51/config/config.common.ubuntu +++ b/debian.fsl-imx51/config/config.common.ubuntu @@ -714,7 +714,7 @@ CONFIG_FIB_RULES=y CONFIG_FILE_LOCKING=y # CONFIG_FIRMWARE_EDID is not set CONFIG_FIRMWARE_IN_KERNEL=y -CONFIG_FIXED_PHY=y +# CONFIG_FIXED_PHY is not set CONFIG_FLATMEM=y CONFIG_FLATMEM_MANUAL=y CONFIG_FLAT_NODE_MEM_MAP=y