projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dc5754
)
mmc: s3cmci: enable compile testing
author
Krzysztof Kozlowski
<krzk@kernel.org>
Mon, 26 Oct 2020 15:38:09 +0000
(16:38 +0100)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 16 Nov 2020 10:59:27 +0000
(11:59 +0100)
The driver can be compile tested to increase build coverage.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link:
https://lore.kernel.org/r/20201026153810.89512-2-krzk@kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/Kconfig
b/drivers/mmc/host/Kconfig
index 31481c9fcc2ecbc274a23969548eded5c94be7b1..310e546e58982bd537180023ce3e571167fd65a8 100644
(file)
--- a/
drivers/mmc/host/Kconfig
+++ b/
drivers/mmc/host/Kconfig
@@
-631,8
+631,8
@@
config MMC_SPI
config MMC_S3C
tristate "Samsung S3C SD/MMC Card Interface support"
- depends on ARCH_S3C24XX
- depends on S3C24XX_DMAC
+ depends on ARCH_S3C24XX
|| COMPILE_TEST
+ depends on S3C24XX_DMAC
|| COMPILE_TEST
help
This selects a driver for the MCI interface found in
Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.