To get more coverage, enable COMPILE_TEST for this driver. Cc: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx> 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 00cfa87b3f5a..f68958ef9431 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -136,8 +136,8 @@ config DMA_OMAP select TI_DMA_CROSSBAR if SOC_DRA7XX config DMA_SA11X0 - tristate "SA-11x0 DMA support" - depends on ARCH_SA1100 + tristate "SA-11x0 DMA support" if COMPILE_TEST && !ARCH_SA1100 + default ARCH_SA1100 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