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 739f797b40d9..0e612edb3583 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -113,8 +113,8 @@ config DMA_BCM2835 select DMA_VIRTUAL_CHANNELS config DMA_JZ4740 - tristate "JZ4740 DMA support" - depends on MACH_JZ4740 + tristate "JZ4740 DMA support" if COMPILE_TEST && !MACH_JZ4740 + default MACH_JZ4740 select DMA_ENGINE select DMA_VIRTUAL_CHANNELS -- 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