diff options
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index f9cbcb891e99..dc88c03662ab 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -143,3 +143,14 @@ config MMC_SPI | |||
143 | 143 | ||
144 | If unsure, or if your system has no SPI master driver, say N. | 144 | If unsure, or if your system has no SPI master driver, say N. |
145 | 145 | ||
146 | config MMC_S3C | ||
147 | tristate "Samsung S3C SD/MMC Card Interface support" | ||
148 | depends on ARCH_S3C2410 && MMC | ||
149 | help | ||
150 | This selects a driver for the MCI interface found in | ||
151 | Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs. | ||
152 | If you have a board based on one of those and a MMC/SD | ||
153 | slot, say Y or M here. | ||
154 | |||
155 | If unsure, say N. | ||
156 | |||