]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcc844abe6b82fc61acdd27b1e3f146bfa758a591
treedd213ed5cbd1210e5ad029ab73a6698c7749c03a
parent1fe6007d08a0b093ebadd0462f9333c25b0e9b4a
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