From 461aea72af0e3aefff0c428f73c75e6b9ce9fcb5 Mon Sep 17 00:00:00 2001 From: Ulf Hansson Date: Tue, 8 Sep 2020 16:02:42 +0200 Subject: mmc: Drop COMPILE_TEST Kconfig option for MMC_S3C MMC_S3C isn't ready yet to be built with COMPILE_TEST, hence drop it. Signed-off-by: Ulf Hansson Link: https://lore.kernel.org/r/20200908140242.743234-1-ulf.hansson@linaro.org Reviewed-by: Krzysztof Kozlowski --- drivers/mmc/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/mmc') 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 -- cgit 1.4.1