From: Vinod Koul Date: Tue, 11 Sep 2018 06:06:33 +0000 (+0530) Subject: dmaengine: Revert "dmaengine: add COMPILE_TEST for the drivers" X-Git-Tag: v4.20-rc1~129^2~10^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90d23222cf5158d6cc724347e8940b4a87779e30;p=thirdparty%2Fkernel%2Flinux.git dmaengine: Revert "dmaengine: add COMPILE_TEST for the drivers" 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 --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 73a75dea9cc3c..dacf3f42426de 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