summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2012-10-23 13:01:54 -0700
committerVinod Koul <vinod.koul@intel.com>2013-01-06 20:57:46 -0800
commitc6a0aec9216064f756c4eda80be0720707c898d5 (patch)
treefeed21f526c3238afe41fd5bacf9d6ab502684cd
parentd18d5f59797009d86a0ee46feb2a56d53707455a (diff)
downloadlinux-3.10-c6a0aec9216064f756c4eda80be0720707c898d5.tar.gz
linux-3.10-c6a0aec9216064f756c4eda80be0720707c898d5.tar.bz2
linux-3.10-c6a0aec9216064f756c4eda80be0720707c898d5.zip
drivers/dma: remove CONFIG_EXPERIMENTAL
This config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it. CC: Vinod Koul <vinod.koul@intel.com> CC: Dan Williams <djbw@fb.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index d4c12180c65..93ea87e59fd 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -51,7 +51,7 @@ config ASYNC_TX_ENABLE_CHANNEL_SWITCH
config AMBA_PL08X
bool "ARM PrimeCell PL080 or PL081 support"
- depends on ARM_AMBA && EXPERIMENTAL
+ depends on ARM_AMBA
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
help