Re: [PATCH v3.10] mmc: sdhci-s3c: Fix operation on non-single image Samsung platforms

2013-04-30 Thread Arnd Bergmann
On Tuesday 30 April 2013, Mark Brown wrote: > 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 bee

[PATCH v3.10] mmc: sdhci-s3c: Fix operation on non-single image Samsung platforms

2013-04-30 Thread Mark Brown
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 th