To get more coverage, enable COMPILE_TEST for this driver. 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 ee81c7b810bd..9d03da0d4c5f 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -167,8 +167,8 @@ config DMA_SUN6I Support for the DMA engine first found in Allwinner A31 SoCs. config EP93XX_DMA - bool "Cirrus Logic EP93xx DMA support" - depends on ARCH_EP93XX + bool "Cirrus Logic EP93xx DMA support" if COMPILE_TEST && !ARCH_EP93XX + default ARCH_EP93XX select DMA_ENGINE help Enable support for the Cirrus Logic EP93xx M2P/M2M DMA controller. -- 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