From patchwork Tue Nov 23 03:15:05 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philip Rakity X-Patchwork-Id: 348851 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oAN3GQuv013685 for ; Tue, 23 Nov 2010 03:16:27 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751713Ab0KWDQZ (ORCPT ); Mon, 22 Nov 2010 22:16:25 -0500 Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]:54412 "HELO na3sys009aog110.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751691Ab0KWDQY convert rfc822-to-8bit (ORCPT ); Mon, 22 Nov 2010 22:16:24 -0500 Received: from source ([65.219.4.129]) (using TLSv1) by na3sys009aob110.postini.com ([74.125.148.12]) with SMTP ID DSNKTOsyBJ4Pev+DVGUp0Taj3cqbFSubG2X3@postini.com; Mon, 22 Nov 2010 19:16:24 PST Received: from SC-vEXCH3.marvell.com ([10.93.76.133]) by SC-OWA01.marvell.com ([10.93.76.21]) with mapi; Mon, 22 Nov 2010 19:14:56 -0800 From: Philip Rakity To: Chris Ball CC: "Mark F. Brown" , "zhangfei.gao@gmail.com" , "linux-mmc@vger.kernel.org" , Mark Brown , Haojian Zhuang , Eric Miao Date: Mon, 22 Nov 2010 19:15:05 -0800 Subject: Re: [PATCH] sdhci: sdhci-pxa only supports mmp2 at this time. Change Kconfig Thread-Topic: [PATCH] sdhci: sdhci-pxa only supports mmp2 at this time. Change Kconfig Thread-Index: AcuKvJrYNtKzvW/CQKCYvz1GxJe6Cg== Message-ID: References: <3E707E23-91F2-4BA1-A74B-C8EE2E8EAF31@marvell.com> <20101123025548.GA29770@void.printf.net> In-Reply-To: <20101123025548.GA29770@void.printf.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 23 Nov 2010 03:16:44 +0000 (UTC) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 6466189..e5387fe 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -168,12 +168,12 @@ config MMC_SDHCI_S3C config MMC_SDHCI_PXA tristate "Marvell PXA168/PXA910/MMP2 SD Host Controller support" - depends on ARCH_PXA || ARCH_MMP + depends on (ARCH_PXA || ARCH_MMP) && CPU_MMP2 select MMC_SDHCI select MMC_SDHCI_IO_ACCESSORS help - This selects the Marvell(R) PXA168/PXA910/MMP2 SD Host Controller. - If you have a PXA168/PXA910/MMP2 platform with SD Host Controller + This selects the Marvell(R) MMP2 SD Host Controller. + If you have a MMP2 platform with SD Host Controller and a card slot, say Y or M here. If unsure, say N.