diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2011-06-29 12:54:20 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-07-20 17:21:09 -0400 |
commit | 5c209f1fb7cc7691b51df0d7341ae58e43aa8c0f (patch) | |
tree | c5cc5e457726d97f48bb0890bcd89e3e73cb04ea /drivers/mmc | |
parent | 5c2f2b9bd0db84eabaf0d2cf7a9392a1581c2545 (diff) |
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 204ad7cba8ee..8c87096531e9 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -298,13 +298,12 @@ config MMC_ATMELMCI | |||
298 | endchoice | 298 | endchoice |
299 | 299 | ||
300 | config MMC_ATMELMCI_DMA | 300 | config MMC_ATMELMCI_DMA |
301 | bool "Atmel MCI DMA support (EXPERIMENTAL)" | 301 | bool "Atmel MCI DMA support" |
302 | depends on MMC_ATMELMCI && (AVR32 || ARCH_AT91SAM9G45) && DMA_ENGINE && EXPERIMENTAL | 302 | depends on MMC_ATMELMCI && (AVR32 || ARCH_AT91SAM9G45) && DMA_ENGINE |
303 | help | 303 | help |
304 | Say Y here to have the Atmel MCI driver use a DMA engine to | 304 | Say Y here to have the Atmel MCI driver use a DMA engine to |
305 | do data transfers and thus increase the throughput and | 305 | do data transfers and thus increase the throughput and |
306 | reduce the CPU utilization. Note that this is highly | 306 | reduce the CPU utilization. |
307 | experimental and may cause the driver to lock up. | ||
308 | 307 | ||
309 | If unsure, say N. | 308 | If unsure, say N. |
310 | 309 | ||