From patchwork Wed Jan 27 08:27:30 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Miao X-Patchwork-Id: 43774 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 4FD15B7CEA for ; Wed, 27 Jan 2010 19:28:01 +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 1Na3Fg-0002cl-SZ; Wed, 27 Jan 2010 08:27:52 +0000 Received: from qw-out-1920.google.com ([74.125.92.147]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1Na3Fe-0002cQ-UU for kernel-team@lists.ubuntu.com; Wed, 27 Jan 2010 08:27:51 +0000 Received: by qw-out-1920.google.com with SMTP id 5so357743qwc.20 for ; Wed, 27 Jan 2010 00:27:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.44.5 with SMTP id y5mr4967516qce.11.1264580870173; Wed, 27 Jan 2010 00:27:50 -0800 (PST) From: Eric Miao Date: Wed, 27 Jan 2010 16:27:30 +0800 X-Google-Sender-Auth: 25d7bafaed49568c Message-ID: Subject: [GIT PULL] UBUNTU: [Config]: Enable devtmpfs for mvl-dove kernel To: Andy Whitcroft Cc: kernel-team@lists.ubuntu.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: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com The following changes since commit 46edf937c731f048b60d4ceeaa15bdd91e721b3e: Andy Whitcroft (1): UBUNTU: Ubuntu-2.6.32-200.5 are available in the git repository at: git://kernel.ubuntu.com/ycmiao/ubuntu-lucid.git lp512321 Eric Miao (1): UBUNTU: [Config]: Enable devtmpfs for mvl-dove kernel debian.mvl-dove/config/config.common.ubuntu | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ======== PATCH FOLLOWS ========= BugLink: http://bugs.launchpad.net/bugs/512321 Signed-off-by: Eric Miao diff --git a/debian.mvl-dove/config/config.common.ubuntu b/debian.mvl-dove/config/config.common.ubuntu index 5f876c1..75ead2f 100644 --- a/debian.mvl-dove/config/config.common.ubuntu +++ b/debian.mvl-dove/config/config.common.ubuntu @@ -605,7 +605,8 @@ CONFIG_DETECT_SOFTLOCKUP=y # CONFIG_DEVKMEM is not set CONFIG_DEVPORT=y # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set -# CONFIG_DEVTMPFS is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y CONFIG_DEV_APPLETALK=m # CONFIG_DISCONTIGMEM_MANUAL is not set # CONFIG_DISPLAY_SUPPORT is not set