diff options
author | Maen Suleiman <maen@marvell.com> | 2009-02-14 03:07:26 -0500 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2009-03-24 16:30:03 -0400 |
commit | 236caa7cc351f885874a2776b7dd1b5667359dc8 (patch) | |
tree | eb4401ec49695310cce5d098733a99a14f12171f /drivers/mmc/host/Kconfig | |
parent | 4cb32906e47987fee3fbfd79145d2348a2e8c5f3 (diff) |
mmc: SDIO driver for Marvell SoCs
This supports MMC/SD/SDIO currently found on the Kirkwood 88F6281 and
88F6192 SoC controllers.
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
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 99d4b28d52ed..092baf66733c 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -171,6 +171,17 @@ config MMC_TIFM_SD | |||
171 | To compile this driver as a module, choose M here: the | 171 | To compile this driver as a module, choose M here: the |
172 | module will be called tifm_sd. | 172 | module will be called tifm_sd. |
173 | 173 | ||
174 | config MMC_MVSDIO | ||
175 | tristate "Marvell MMC/SD/SDIO host driver" | ||
176 | depends on PLAT_ORION | ||
177 | ---help--- | ||
178 | This selects the Marvell SDIO host driver. | ||
179 | SDIO may currently be found on the Kirkwood 88F6281 and 88F6192 | ||
180 | SoC controllers. | ||
181 | |||
182 | To compile this driver as a module, choose M here: the | ||
183 | module will be called mvsdio. | ||
184 | |||
174 | config MMC_SPI | 185 | config MMC_SPI |
175 | tristate "MMC/SD/SDIO over SPI" | 186 | tristate "MMC/SD/SDIO over SPI" |
176 | depends on SPI_MASTER && !HIGHMEM && HAS_DMA | 187 | depends on SPI_MASTER && !HIGHMEM && HAS_DMA |