From patchwork Wed Sep 15 20:59:49 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Ball X-Patchwork-Id: 183422 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 o8FKxt8p001671 for ; Wed, 15 Sep 2010 20:59:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754595Ab0IOU7y (ORCPT ); Wed, 15 Sep 2010 16:59:54 -0400 Received: from void.printf.net ([89.145.121.20]:60923 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754229Ab0IOU7y (ORCPT ); Wed, 15 Sep 2010 16:59:54 -0400 Received: from chris by void.printf.net with local (Exim 4.69) (envelope-from ) id 1Ovz53-000278-8o; Wed, 15 Sep 2010 21:59:49 +0100 Date: Wed, 15 Sep 2010 21:59:49 +0100 From: Chris Ball To: Saeed Bishara Cc: Haojian Zhuang , Mark Brown , Andrew Morton , "linux-mmc@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] mmc: Add architecture dependency for Marvell SoC controller Message-ID: <20100915205949.GA7939@void.printf.net> References: <1284366279-17140-1-git-send-email-broonie@opensource.wolfsonmicro.com> <20100914190549.GA21918@void.printf.net> <20100915094006.GA21620@sirena.org.uk> <20100915110001.GA4254@rakim.wolfsonmicro.main> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) 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]); Wed, 15 Sep 2010 20:59:55 +0000 (UTC) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index ce099c4..6f12d5d 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -133,10 +133,11 @@ config MMC_SDHCI_CNS3XXX config MMC_SDHCI_MV tristate "SDHCI support on Marvell's SoC" depends on MMC_SDHCI + depends on (ARCH_DOVE || ARCH_MMP) select MMC_SDHCI_IO_ACCESSORS help - This selects the Secure Digital Host Controller Interface in - Marvell's SoC controllers. + This selects SDHCI support for controllers found in the Dove + and MMP SoCs from Marvell. If you have a controller with this interface, say Y or M here.