To get more coverage, enable COMPILE_TEST for this driver. Cc: Zhangfei Gao <zhangfei.gao@xxxxxxxxxx> Cc: Qiao Zhou <zhouqiao@xxxxxxxxxxx> 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 c17b60cfa647..a74837abafe4 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -304,8 +304,8 @@ config MMP_PDMA Support the MMP PDMA engine for PXA and MMP platform. config MMP_TDMA - bool "MMP Two-Channel DMA support" - depends on ARCH_MMP + bool "MMP Two-Channel DMA support" if COMPILE_TEST && !ARCH_MMP + default ARCH_MMP select DMA_ENGINE select MMP_SRAM help -- 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