All Exynos4 SoC based boards have SDHCI controller and mostly use SD mounted filesystem. Hence it makes sense to default it to yes on Exynos4 platform. While at it also fix a couple of typos in the help text. Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxxx> Cc: Doug Anderson <dianders@xxxxxxxxxxxx> --- drivers/mmc/host/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index a5652548230a..fe812dd876df 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -193,10 +193,11 @@ config MMC_SDHCI_TEGRA config MMC_SDHCI_S3C tristate "SDHCI support on Samsung S3C SoC" depends on MMC_SDHCI && PLAT_SAMSUNG + default y if ARCH_EXYNOS4 help This selects the Secure Digital Host Controller Interface (SDHCI) - often referrered to as the HSMMC block in some of the Samsung S3C - range of SoC. + often referred to as the HSMMC block in some of the Samsung S3C + range of SoCs. If you have a controller with this interface, say Y or M here. -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html