From patchwork Thu Mar 31 01:31:19 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 847 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:46:25 -0000 Delivered-To: patches@linaro.org Received: by 10.42.161.68 with SMTP id s4cs91054icx; Wed, 30 Mar 2011 18:30:13 -0700 (PDT) Received: by 10.224.140.146 with SMTP id i18mr1735151qau.33.1301535012890; Wed, 30 Mar 2011 18:30:12 -0700 (PDT) Received: from ch1outboundpool.messaging.microsoft.com (ch1outboundpool.messaging.microsoft.com [216.32.181.185]) by mx.google.com with ESMTPS id u17si1443730qcp.24.2011.03.30.18.30.12 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 Mar 2011 18:30:12 -0700 (PDT) Received-SPF: neutral (google.com: 216.32.181.185 is neither permitted nor denied by best guess record for domain of R65073@freescale.com) client-ip=216.32.181.185; Authentication-Results: mx.google.com; spf=neutral (google.com: 216.32.181.185 is neither permitted nor denied by best guess record for domain of R65073@freescale.com) smtp.mail=R65073@freescale.com Received: from mail123-ch1-R.bigfish.com (216.32.181.171) by CH1EHSOBE017.bigfish.com (10.43.70.67) with Microsoft SMTP Server id 14.1.225.8; Thu, 31 Mar 2011 01:30:11 +0000 Received: from mail123-ch1 (localhost.localdomain [127.0.0.1]) by mail123-ch1-R.bigfish.com (Postfix) with ESMTP id B5C8824027D; Thu, 31 Mar 2011 01:30:11 +0000 (UTC) X-SpamScore: -2 X-BigFish: VS-2(zzbb2cKzz1202hzz8275dh1497iz2dh2a8h668h61h) X-Spam-TCS-SCL: 0:0 X-Forefront-Antispam-Report: KIP:(null); UIP:(null); IPVD:NLI; H:mail.freescale.net; RD:none; EFVD:NLI Received: from mail123-ch1 (localhost.localdomain [127.0.0.1]) by mail123-ch1 (MessageSwitch) id 1301535011581891_19075; Thu, 31 Mar 2011 01:30:11 +0000 (UTC) Received: from CH1EHSMHS014.bigfish.com (snatpool1.int.messaging.microsoft.com [10.43.68.245]) by mail123-ch1.bigfish.com (Postfix) with ESMTP id 89A44154004F; Thu, 31 Mar 2011 01:30:11 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CH1EHSMHS014.bigfish.com (10.43.70.14) with Microsoft SMTP Server (TLS) id 14.1.225.8; Thu, 31 Mar 2011 01:30:11 +0000 Received: from az33smr02.freescale.net (10.64.34.200) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server id 14.1.270.2; Wed, 30 Mar 2011 20:30:10 -0500 Received: from S2100-06.ap.freescale.net (S2100-06.ap.freescale.net [10.192.242.125]) by az33smr02.freescale.net (8.13.1/8.13.0) with ESMTP id p2V1U6Am029767; Wed, 30 Mar 2011 20:30:07 -0500 (CDT) From: Shawn Guo To: CC: , , , , Shawn Guo , Shawn Guo Subject: [PATCH] mmc: sdhci: change CONFIG of MMC_SDHCI_TEGRA from 'tristate' to 'bool' Date: Thu, 31 Mar 2011 09:31:19 +0800 Message-ID: <1301535079-21714-1-git-send-email-shawn.guo@freescale.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1300114465-3769-1-git-send-email-shawn.guo@freescale.com> References: <1300114465-3769-1-git-send-email-shawn.guo@freescale.com> MIME-Version: 1.0 X-OriginatorOrg: freescale.com From: Shawn Guo This config option is used to decide whether tegra sdhci support should be build into the sdhci-platform module. So setting it 'm' is nonsense, since we can't build part of an module as a module. The effect for 'm' will probably be the same as for 'n'. Signed-off-by: Shawn Guo --- The commit message comes from the comment given by Lars-Peter Clausen on another Naked patch :) drivers/mmc/host/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 94df405..b981715 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -154,7 +154,7 @@ config MMC_SDHCI_DOVE If unsure, say N. config MMC_SDHCI_TEGRA - tristate "SDHCI platform support for the Tegra SD/MMC Controller" + bool "SDHCI platform support for the Tegra SD/MMC Controller" depends on MMC_SDHCI_PLTFM && ARCH_TEGRA select MMC_SDHCI_IO_ACCESSORS help