diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-30 10:08:27 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-30 10:44:43 -0400 |
commit | 2fdfe1c26fb9f24cfdf124384abb35396ca2cd3f (patch) | |
tree | 05d6c7f6e73bdc8856b6e8efdb304f88d697d2c0 | |
parent | 6604269dd262623ec79af3f349c8b93743f8014b (diff) |
mmc: sdhci-s3c: Fix operation on non-single image Samsung platforms
Commit cc014f3 (mmc: sdhci-s3c: remove platform dependencies) changed
the platform dependency in Kconfig to depend on SAMSUNG_SINGLE, meaning
the driver was available only on single zImage Samsung platforms. This
breaks platforms that haven't been converted such as S3C64xx. Revert
that part of the change to fix.
[arnd: CONFIG_SAMSUNG_SINGLE was actually introduced only for
non-multiplatform configurations, but was subsequently removed,
which means the driver was now broken both for single- and multi-
platform. The dependency was there by accident anyway, so reverting
this is still the correct solution]
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-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 d0547448606d..d88219e1d86e 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -180,7 +180,7 @@ config MMC_SDHCI_TEGRA | |||
180 | 180 | ||
181 | config MMC_SDHCI_S3C | 181 | config MMC_SDHCI_S3C |
182 | tristate "SDHCI support on Samsung S3C SoC" | 182 | tristate "SDHCI support on Samsung S3C SoC" |
183 | depends on MMC_SDHCI && PLAT_SAMSUNG_SINGLE | 183 | depends on MMC_SDHCI && PLAT_SAMSUNG |
184 | help | 184 | help |
185 | This selects the Secure Digital Host Controller Interface (SDHCI) | 185 | This selects the Secure Digital Host Controller Interface (SDHCI) |
186 | often referrered to as the HSMMC block in some of the Samsung S3C | 186 | often referrered to as the HSMMC block in some of the Samsung S3C |