commit | 766a6bf6e987ff5f5085c614b5a62a55006b6a7e | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Thu Mar 31 09:31:19 2011 +0800 |
committer | Chris Ball <cjb@laptop.org> | Tue May 24 20:59:34 2011 -0400 |
tree | dd213ed5cbd1210e5ad029ab73a6698c7749c03a | |
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>