Commit 90d23222 authored by Vinod Koul's avatar Vinod Koul

dmaengine: Revert "dmaengine: add COMPILE_TEST for the drivers"

We have build failures attributed to turning on COMPILE_TEST, so revert
commit 90082cd3: ("dmaengine: add COMPILE_TEST for the drivers")
while we fix these.
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 90082cd3
...@@ -447,7 +447,7 @@ config PL330_DMA ...@@ -447,7 +447,7 @@ config PL330_DMA
config PXA_DMA config PXA_DMA
bool "PXA DMA support" bool "PXA DMA support"
depends on (ARCH_MMP || ARCH_PXA || COMPILE_TEST) depends on (ARCH_MMP || ARCH_PXA)
select DMA_ENGINE select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS select DMA_VIRTUAL_CHANNELS
help help
...@@ -465,7 +465,7 @@ config SIRF_DMA ...@@ -465,7 +465,7 @@ config SIRF_DMA
config STE_DMA40 config STE_DMA40
bool "ST-Ericsson DMA40 support" bool "ST-Ericsson DMA40 support"
depends on ARCH_U8500 || COMPILE_TEST depends on ARCH_U8500
select DMA_ENGINE select DMA_ENGINE
help help
Support for ST-Ericsson DMA40 controller Support for ST-Ericsson DMA40 controller
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment