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.9-rc1~102^2~17^2~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4dfc97918474a8cb034d3b5d4541b46c98e23474;p=karo-tx-linux.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 fe8ed06331b3..b27a263df2e9 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.