From: Shawn Guo Date: Thu, 31 Mar 2011 01:31:19 +0000 (+0800) Subject: mmc: sdhci: change CONFIG of MMC_SDHCI_TEGRA from 'tristate' to 'bool' X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=766a6bf6e987ff5f5085c614b5a62a55006b6a7e;p=deliverable%2Flinux.git mmc: sdhci: change CONFIG of MMC_SDHCI_TEGRA from 'tristate' to 'bool' 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 Signed-off-by: Chris Ball --- diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 94df40531c38..b981715130c6 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