* dmaengine: Revert "dmaengine: add COMPILE_TEST for the drivers"
@ 2018-09-11 6:09 Vinod Koul
0 siblings, 0 replies; only message in thread
From: Vinod Koul @ 2018-09-11 6:09 UTC (permalink / raw)
To: dmaengine; +Cc: sjhuang, Vinod Koul
We have build failures attributed to turning on COMPILE_TEST, so revert
commit 90082cd397aeb: ("dmaengine: add COMPILE_TEST for the drivers")
while we fix these.
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
drivers/dma/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 73a75dea9cc3..dacf3f42426d 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -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
@@ -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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-09-11 6:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-11 6:09 dmaengine: Revert "dmaengine: add COMPILE_TEST for the drivers" Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).