mmc: kconfig: remove EXPERIMENTAL from the DMA selection of atmel-mci

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>
This commit is contained in:
Nicolas Ferre 2011-06-29 18:54:20 +02:00 committed by Chris Ball
parent 5c2f2b9bd0
commit 5c209f1fb7

View File

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