Browse Source

s5pc110: SDHCI-s3c support on s5pc110

s5pc110 (aka s5pv210) uses the same SDHCI IP.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Kyungmin Park 15 years ago
parent
commit
930a6f70fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/mmc/host/Kconfig

+ 1 - 1
drivers/mmc/host/Kconfig

@@ -132,7 +132,7 @@ config MMC_SDHCI_CNS3XXX
 
 
 config MMC_SDHCI_S3C
 config MMC_SDHCI_S3C
 	tristate "SDHCI support on Samsung S3C SoC"
 	tristate "SDHCI support on Samsung S3C SoC"
-	depends on MMC_SDHCI && (PLAT_S3C24XX || PLAT_S3C64XX)
+	depends on MMC_SDHCI && PLAT_SAMSUNG
 	help
 	help
 	  This selects the Secure Digital Host Controller Interface (SDHCI)
 	  This selects the Secure Digital Host Controller Interface (SDHCI)
 	  often referrered to as the HSMMC block in some of the Samsung S3C
 	  often referrered to as the HSMMC block in some of the Samsung S3C