From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars-Peter Clausen Subject: Re: [PATCH] mmc: change CONFIG of MMC_SDHCI based drivers from 'bool' to 'tristate' Date: Wed, 30 Mar 2011 18:46:17 +0200 Message-ID: <4D935E59.2020908@metafoo.de> References: <1300114465-3769-1-git-send-email-shawn.guo@freescale.com> <20110328143806.GC18721@S2100-06.ap.freescale.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailhost.informatik.uni-hamburg.de ([134.100.9.70]:33789 "EHLO mailhost.informatik.uni-hamburg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754760Ab1C3Qpc (ORCPT ); Wed, 30 Mar 2011 12:45:32 -0400 In-Reply-To: Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Chris Ball Cc: Shawn Guo , linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org On 03/29/2011 03:57 AM, Chris Ball wrote: > Hi Shawn, > > On Mon, Mar 28 2011, Shawn Guo wrote: >> Hi Chris, >> >> Any comment on this one? > > Yep, I'll push it to mmc-next once -rc1 is released. > > Thanks, > > - Chris. That patch doesn't make much sense. The config options are used to decide whether support for that platform should be build into the sdhci-platform or sdhci-of module. So setting them 'm' doesn't make any sense, since you can't build part of an module as a module. The effect for 'm' will probably be the same as for 'n'. - Lars