Skip to content

Commit

Permalink
dmaengine: Revert "dmaengine: add COMPILE_TEST for the drivers"
Browse files Browse the repository at this point in the history
We have build failures attributed to turning on COMPILE_TEST, so revert
commit 90082cd: ("dmaengine: add COMPILE_TEST for the drivers")
while we fix these.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
  • Loading branch information
Vinod Koul committed Sep 11, 2018
1 parent 90082cd commit 90d2322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ config PL330_DMA

config PXA_DMA
bool "PXA DMA support"
depends on (ARCH_MMP || ARCH_PXA || COMPILE_TEST)
depends on (ARCH_MMP || ARCH_PXA)
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
help
Expand All @@ -465,7 +465,7 @@ config SIRF_DMA

config STE_DMA40
bool "ST-Ericsson DMA40 support"
depends on ARCH_U8500 || COMPILE_TEST
depends on ARCH_U8500
select DMA_ENGINE
help
Support for ST-Ericsson DMA40 controller
Expand Down

0 comments on commit 90d2322

Please sign in to comment.