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)
commit766a6bf6e987ff5f5085c614b5a62a55006b6a7e
treedd213ed5cbd1210e5ad029ab73a6698c7749c03a
parentc7f409e39e65cb007304da718b0a7b25a0144a0a
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>
drivers/mmc/host/Kconfig