Vinod, On 09/15/16 20:33, Vinod Koul wrote: > To get more coverage, enable COMPILE_TEST for this driver. I prepared a series to enable the compile testing unconditionally, can you drop this patch and I will send a series to allow compile testing omap-dma and edma on all architecture. > Cc: Peter Ujfalusi <peter.ujfalusi@xxxxxx> > Signed-off-by: Vinod Koul <vinod.koul@xxxxxxxxx> > --- > drivers/dma/Kconfig | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig > index f68958ef9431..ee81c7b810bd 100644 > --- a/drivers/dma/Kconfig > +++ b/drivers/dma/Kconfig > @@ -129,8 +129,9 @@ config DMA_JZ4780 > devices which can use the DMA controller, say Y or M here. > > config DMA_OMAP > - tristate "OMAP DMA support" > - depends on ARCH_OMAP > + tristate "OMAP DMA support" if COMPILE_TEST && !ARCH_OMAP > + default ARCH_OMAP > + depends on ARCH_ARM > select DMA_ENGINE > select DMA_VIRTUAL_CHANNELS > select TI_DMA_CROSSBAR if SOC_DRA7XX > -- Péter -- 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