Skip to content

Commit

Permalink
mmc: kconfig: remove EXPERIMENTAL from the DMA selection of atmel-mci
Browse files Browse the repository at this point in the history
This driver has been used for years with this option enabled.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
  • Loading branch information
Nicolas Ferre authored and Chris Ball committed Jul 20, 2011
1 parent 5c2f2b9 commit 5c209f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions drivers/mmc/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,12 @@ config MMC_ATMELMCI
endchoice

config MMC_ATMELMCI_DMA
bool "Atmel MCI DMA support (EXPERIMENTAL)"
depends on MMC_ATMELMCI && (AVR32 || ARCH_AT91SAM9G45) && DMA_ENGINE && EXPERIMENTAL
bool "Atmel MCI DMA support"
depends on MMC_ATMELMCI && (AVR32 || ARCH_AT91SAM9G45) && DMA_ENGINE
help
Say Y here to have the Atmel MCI driver use a DMA engine to
do data transfers and thus increase the throughput and
reduce the CPU utilization. Note that this is highly
experimental and may cause the driver to lock up.
reduce the CPU utilization.

If unsure, say N.

Expand Down

0 comments on commit 5c209f1

Please sign in to comment.