diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-03-30 21:31:19 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-05-24 20:59:34 -0400 |
commit | 766a6bf6e987ff5f5085c614b5a62a55006b6a7e (patch) | |
tree | dd213ed5cbd1210e5ad029ab73a6698c7749c03a /drivers/mmc | |
parent | c7f409e39e65cb007304da718b0a7b25a0144a0a (diff) |
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 <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | 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 94df40531c38..b981715130c6 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -154,7 +154,7 @@ config MMC_SDHCI_DOVE | |||
154 | If unsure, say N. | 154 | If unsure, say N. |
155 | 155 | ||
156 | config MMC_SDHCI_TEGRA | 156 | config MMC_SDHCI_TEGRA |
157 | tristate "SDHCI platform support for the Tegra SD/MMC Controller" | 157 | bool "SDHCI platform support for the Tegra SD/MMC Controller" |
158 | depends on MMC_SDHCI_PLTFM && ARCH_TEGRA | 158 | depends on MMC_SDHCI_PLTFM && ARCH_TEGRA |
159 | select MMC_SDHCI_IO_ACCESSORS | 159 | select MMC_SDHCI_IO_ACCESSORS |
160 | help | 160 | help |