Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c209f1f authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Chris Ball
Browse files

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: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 5c2f2b9b
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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.