aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2010-10-22 12:27:48 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2010-10-26 05:32:49 -0400
commit75305d768d296a07fd02df9af3e5de326df1c72e (patch)
treee816a4d3bcfa1f06488bdbaad1d9a5deb3fdca09 /drivers/mmc
parenta2a571b74a3881963d8d09deb272d13afe5b49e3 (diff)
at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and board
This adds the support of atmel-mci sd/mmc driver in at91sam9g45 devices and board files. This also configures the DMA controller slave interface for at_hdmac dmaengine driver. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 68d12794cfd9..1a0261160e56 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -237,7 +237,7 @@ endchoice
237 237
238config MMC_ATMELMCI_DMA 238config MMC_ATMELMCI_DMA
239 bool "Atmel MCI DMA support (EXPERIMENTAL)" 239 bool "Atmel MCI DMA support (EXPERIMENTAL)"
240 depends on MMC_ATMELMCI && AVR32 && DMA_ENGINE && EXPERIMENTAL 240 depends on MMC_ATMELMCI && (AVR32 || ARCH_AT91SAM9G45) && DMA_ENGINE && EXPERIMENTAL
241 help 241 help
242 Say Y here to have the Atmel MCI driver use a DMA engine to 242 Say Y here to have the Atmel MCI driver use a DMA engine to
243 do data transfers and thus increase the throughput and 243 do data transfers and thus increase the throughput and