From patchwork Thu Jan 31 23:09:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 217301 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 77C022C0091 for ; Fri, 1 Feb 2013 10:09:55 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1U13GN-0002wJ-2u; Thu, 31 Jan 2013 23:09:47 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1U13GF-0002uu-Mn for kernel-team@lists.ubuntu.com; Thu, 31 Jan 2013 23:09:39 +0000 Received: from 2-230-238-136.ip204.fastwebnet.it ([2.230.238.136] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1U13GF-0003Wx-K3 for kernel-team@lists.ubuntu.com; Thu, 31 Jan 2013 23:09:39 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/3] UBUNTU: [Config] MMC_ARMMMCI=y (vexpress mmc) Date: Fri, 1 Feb 2013 00:09:35 +0100 Message-Id: <1359673776-2131-3-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1359673776-2131-1-git-send-email-paolo.pisati@canonical.com> References: <1359673776-2131-1-git-send-email-paolo.pisati@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 Signed-off-by: Paolo Pisati --- debian.master/config/armhf/config.flavour.highbank | 1 + debian.master/config/armhf/config.flavour.omap | 1 + debian.master/config/config.common.ubuntu | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian.master/config/armhf/config.flavour.highbank b/debian.master/config/armhf/config.flavour.highbank index ed58104..9741a0a 100644 --- a/debian.master/config/armhf/config.flavour.highbank +++ b/debian.master/config/armhf/config.flavour.highbank @@ -60,6 +60,7 @@ CONFIG_I2C_DESIGNWARE_PLATFORM=y # CONFIG_MFD_WM8350_I2C is not set # CONFIG_MFD_WM8994 is not set # CONFIG_MINIX_SUBPARTITION is not set +CONFIG_MMC_ARMMMCI=m # CONFIG_MODULE_SRCVERSION_ALL is not set # CONFIG_MODVERSIONS is not set CONFIG_MTD=m diff --git a/debian.master/config/armhf/config.flavour.omap b/debian.master/config/armhf/config.flavour.omap index 2277fd4..9acd195 100644 --- a/debian.master/config/armhf/config.flavour.omap +++ b/debian.master/config/armhf/config.flavour.omap @@ -60,6 +60,7 @@ CONFIG_MFD_WM831X_SPI=y CONFIG_MFD_WM8350_I2C=y CONFIG_MFD_WM8994=y CONFIG_MINIX_SUBPARTITION=y +CONFIG_MMC_ARMMMCI=y CONFIG_MODULE_SRCVERSION_ALL=y CONFIG_MODVERSIONS=y CONFIG_MTD=y diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 2d74f315..6fa9406 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -3354,7 +3354,6 @@ CONFIG_MLX4_EN=m CONFIG_MLX4_EN_DCB=y CONFIG_MLX4_INFINIBAND=m CONFIG_MMC=y -CONFIG_MMC_ARMMMCI=m CONFIG_MMC_BLOCK_BOUNCE=y CONFIG_MMC_BLOCK_MINORS=8 CONFIG_MMC_CB710=m