Message ID | 1474361960-12434-30-git-send-email-vinod.koul@intel.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Tue, Sep 20, 2016 at 02:29:19PM +0530, Vinod Koul wrote: > We have unmet direct dependencies as DMA_SUN4I selects DMA_OF so remove the > selection > > warning: (DMA_SUN4I && MOXART_DMA && STM32_DMA) selects DMA_OF which has > unmet direct dependencies (DMADEVICES && OF) > > Cc: Maxime Ripard <maxime.ripard@free-electrons.com> > Suggested-by: Arnd Bergmann <arnd@arndb.de> > Signed-off-by: Vinod Koul <vinod.koul@intel.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Thanks! Maxime
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 988873bb170d..4a04d6bd26d9 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -150,7 +150,6 @@ config DMA_SUN4I depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I default (MACH_SUN4I || MACH_SUN5I || MACH_SUN7I) select DMA_ENGINE - select DMA_OF select DMA_VIRTUAL_CHANNELS help Enable support for the DMA controller present in the sun4i,
We have unmet direct dependencies as DMA_SUN4I selects DMA_OF so remove the selection warning: (DMA_SUN4I && MOXART_DMA && STM32_DMA) selects DMA_OF which has unmet direct dependencies (DMADEVICES && OF) Cc: Maxime Ripard <maxime.ripard@free-electrons.com> Suggested-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com> --- drivers/dma/Kconfig | 1 - 1 file changed, 1 deletion(-)