]> Pileus Git - ~andy/linux/commit
mmc: sdhci-s3c: Fix operation on non-single image Samsung platforms
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 30 Apr 2013 14:08:27 +0000 (15:08 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 30 Apr 2013 14:44:43 +0000 (16:44 +0200)
commit2fdfe1c26fb9f24cfdf124384abb35396ca2cd3f
tree05d6c7f6e73bdc8856b6e8efdb304f88d697d2c0
parent6604269dd262623ec79af3f349c8b93743f8014b
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>
drivers/mmc/host/Kconfig