aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r--drivers/mmc/host/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index ea8d7a3490d9..4b81899ba5a8 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -142,7 +142,7 @@ config MMC_TIFM_SD
142 142
143config MMC_SPI 143config MMC_SPI
144 tristate "MMC/SD over SPI" 144 tristate "MMC/SD over SPI"
145 depends on MMC && SPI_MASTER && !HIGHMEM && HAS_DMA 145 depends on SPI_MASTER && !HIGHMEM && HAS_DMA
146 select CRC7 146 select CRC7
147 select CRC_ITU_T 147 select CRC_ITU_T
148 help 148 help
@@ -155,7 +155,7 @@ config MMC_SPI
155 155
156config MMC_S3C 156config MMC_S3C
157 tristate "Samsung S3C SD/MMC Card Interface support" 157 tristate "Samsung S3C SD/MMC Card Interface support"
158 depends on ARCH_S3C2410 && MMC 158 depends on ARCH_S3C2410
159 help 159 help
160 This selects a driver for the MCI interface found in 160 This selects a driver for the MCI interface found in
161 Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs. 161 Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs.
@@ -166,7 +166,7 @@ config MMC_S3C
166 166
167config MMC_SDRICOH_CS 167config MMC_SDRICOH_CS
168 tristate "MMC/SD driver for Ricoh Bay1Controllers (EXPERIMENTAL)" 168 tristate "MMC/SD driver for Ricoh Bay1Controllers (EXPERIMENTAL)"
169 depends on EXPERIMENTAL && MMC && PCI && PCMCIA 169 depends on EXPERIMENTAL && PCI && PCMCIA
170 help 170 help
171 Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA 171 Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA
172 card whenever you insert a MMC or SD card into the card slot. 172 card whenever you insert a MMC or SD card into the card slot.