drivers/dma: remove CONFIG_EXPERIMENTAL
authorKees Cook <keescook@chromium.org>
Tue, 23 Oct 2012 20:01:54 +0000 (13:01 -0700)
committerVinod Koul <vinod.koul@intel.com>
Mon, 7 Jan 2013 04:57:46 +0000 (20:57 -0800)
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>
drivers/dma/Kconfig

index d4c12180c65416043dbbf3940374ad146daad881..93ea87e59fdf0ac08c53babb531a840d152f8fa1 100644 (file)
@@ -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