On Thursday, September 15, 2016 11:03:54 PM CEST Vinod Koul wrote: > 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 > s/ARCH_ARM/ARM/ Arnd -- 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