From: Kees Cook Date: Tue, 23 Oct 2012 20:01:54 +0000 (-0700) Subject: drivers/dma: remove CONFIG_EXPERIMENTAL X-Git-Tag: next-20121025~62^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1377fde66288067d9e683328c154a791e471924f;p=karo-tx-linux.git 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 CC: Dan Williams Signed-off-by: Kees Cook Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 677cd6e4e1a1..dc8f4d1fd838 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