From: Vinod Koul Date: Tue, 20 Sep 2016 05:02:47 +0000 (+0530) Subject: dmaengine: moxart: fix kconfig unmet direct dependencies X-Git-Tag: v4.14-rc1~2349^2~17^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4dfc97918474a8cb034d3b5d4541b46c98e23474;p=platform%2Fkernel%2Flinux-rpi.git dmaengine: moxart: fix kconfig unmet direct dependencies 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) Suggested-by: Arnd Bergmann Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index fe8ed06..b27a263 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -315,7 +315,6 @@ config MOXART_DMA tristate "MOXART DMA support" depends on ARCH_MOXART select DMA_ENGINE - select DMA_OF select DMA_VIRTUAL_CHANNELS help Enable support for the MOXA ART SoC DMA controller.