Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e803d988 authored by Rob Herring's avatar Rob Herring Committed by Olof Johansson
Browse files

ARM: moxart: move DMA_OF selection to driver



Move the DMA_OF selection to the DMA driver to fix kconfig warning:

warning: (ARCH_MOXART) selects DMA_OF which has unmet direct dependencies (DMADEVICES && OF)

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 57789d69
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ config ARCH_MOXART
	bool "MOXA ART SoC" if ARCH_MULTI_V4T
	select CPU_FA526
	select ARM_DMA_MEM_BUFFERABLE
	select DMA_OF
	select USE_OF
	select CLKSRC_OF
	select CLKSRC_MMIO
+1 −0
Original line number Diff line number Diff line
@@ -346,6 +346,7 @@ 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.