From patchwork Mon Jul 9 08:06:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Wu X-Patchwork-Id: 169706 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 232E12C0224 for ; Mon, 9 Jul 2012 18:07:03 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1So8zg-0002Pn-Kz; Mon, 09 Jul 2012 08:06:56 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1So8ze-0002PZ-8g for kernel-team@lists.ubuntu.com; Mon, 09 Jul 2012 08:06:54 +0000 Received: from [101.224.51.72] (helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1So8zc-0005cr-CP; Mon, 09 Jul 2012 08:06:54 +0000 From: Bryan Wu To: tim.gardner@canonical.com, apw@canonical.com, kernel-team@lists.ubuntu.com, paolo.pisati@canonical.com Subject: [PATCH 1/2] UBUNTU: [Config] set CONFIG_MSDOS_FS as module Date: Mon, 9 Jul 2012 16:06:26 +0800 Message-Id: <1341821188-4994-2-git-send-email-bryan.wu@canonical.com> X-Mailer: git-send-email 1.7.11.1 In-Reply-To: <1341821188-4994-1-git-send-email-bryan.wu@canonical.com> References: <1341821188-4994-1-git-send-email-bryan.wu@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 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 CONFIG_VFAT_FS is built-in for ARM board booting requirement, while CONFIG_MSDOS_FS is not required to built-in for ti-omap4 Signed-off-by: Bryan Wu diff --git a/debian.ti-omap4/config/config.common.ubuntu b/debian.ti-omap4/config/config.common.ubuntu index d67f2be..df3817d 100644 --- a/debian.ti-omap4/config/config.common.ubuntu +++ b/debian.ti-omap4/config/config.common.ubuntu @@ -2074,7 +2074,7 @@ CONFIG_MOUSE_SYNAPTICS_I2C=m CONFIG_MOUSE_SYNAPTICS_USB=m CONFIG_MOUSE_VSXXXAA=m CONFIG_MPCORE_WATCHDOG=m -CONFIG_MSDOS_FS=y +CONFIG_MSDOS_FS=m CONFIG_MSDOS_PARTITION=y CONFIG_MSPRO_BLOCK=m CONFIG_MTD=m