]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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@linux.intel.com>
Wed, 24 Oct 2012 03:15:21 +0000 (08:45 +0530)
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 677cd6e4e1a1c1afb387217fdc9f0f363c3149cf..dc8f4d1fd838c30aa23b44eafd2dee5b8f6e382b 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