To get more coverage, enable COMPILE_TEST for this driver. Cc: Zhangfei Gao <zhangfei.gao@xxxxxxxxxx> Signed-off-by: Vinod Koul <vinod.koul@xxxxxxxxx> --- drivers/dma/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 9d03da0d4c5f..c17b60cfa647 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -297,8 +297,8 @@ config LPC18XX_DMAMUX with PL080 and multiplexed DMA request lines. config MMP_PDMA - bool "MMP PDMA support" - depends on (ARCH_MMP || ARCH_PXA) + bool "MMP PDMA support" if COMPILE_TEST && !(ARCH_MMP || ARCH_PXA) + default (ARCH_MMP || ARCH_PXA) select DMA_ENGINE help Support the MMP PDMA engine for PXA and MMP platform. -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html