Message ID | 20200908140242.743234-1-ulf.hansson@linaro.org |
---|---|
State | New |
Headers | show |
Series | mmc: Drop COMPILE_TEST Kconfig option for MMC_S3C | expand |
On Tue, 8 Sep 2020 at 16:02, Ulf Hansson <ulf.hansson@linaro.org> wrote: > > MMC_S3C isn't ready yet to be built with COMPILE_TEST, hence drop it. > > Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> > --- > drivers/mmc/host/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index dc646359b4ff..185a2564e623 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -630,7 +630,7 @@ config MMC_SPI config MMC_S3C tristate "Samsung S3C SD/MMC Card Interface support" - depends on ARCH_S3C24XX || COMPILE_TEST + depends on ARCH_S3C24XX depends on S3C24XX_DMAC help This selects a driver for the MCI interface found in
MMC_S3C isn't ready yet to be built with COMPILE_TEST, hence drop it. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> --- drivers/mmc/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.25.1