To get more coverage, enable COMPILE_TEST for this driver. Cc: Lars-Peter Clausen <lars@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 0e612edb3583..5c883123b3e9 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -119,8 +119,8 @@ config DMA_JZ4740 select DMA_VIRTUAL_CHANNELS config DMA_JZ4780 - tristate "JZ4780 DMA support" - depends on MACH_JZ4780 + tristate "JZ4780 DMA support" if COMPILE_TEST && !MACH_JZ4780 + default MACH_JZ4780 select DMA_ENGINE select DMA_VIRTUAL_CHANNELS 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