diff options
| -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 d0547448606..d88219e1d86 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -180,7 +180,7 @@ config MMC_SDHCI_TEGRA  config MMC_SDHCI_S3C  	tristate "SDHCI support on Samsung S3C SoC" -	depends on MMC_SDHCI && PLAT_SAMSUNG_SINGLE +	depends on MMC_SDHCI && PLAT_SAMSUNG  	help  	  This selects the Secure Digital Host Controller Interface (SDHCI)  	  often referrered to as the HSMMC block in some of the Samsung S3C  |