mmc: sdhci: change CONFIG of MMC_SDHCI_TEGRA from 'tristate' to 'bool'
authorShawn Guo <shawn.guo@linaro.org>
Thu, 31 Mar 2011 01:31:19 +0000 (09:31 +0800)
committerChris Ball <cjb@laptop.org>
Wed, 25 May 2011 00:59:34 +0000 (20:59 -0400)
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 <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/Kconfig

index 94df40531c38caaa597fc05086b9e14b36f166d5..b981715130c61a7dd151b3747bf2f7b4ad2af4fc 100644 (file)
@@ -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