summaryrefslogtreecommitdiff
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-09-20 05:02:47 (GMT)
committerVinod Koul <vinod.koul@intel.com>2016-09-26 17:06:41 (GMT)
commit4dfc97918474a8cb034d3b5d4541b46c98e23474 (patch)
tree4b92f11c4e9e37f50b30f334fe2ddcdc04c0791e /drivers/dma/Kconfig
parentf43d9fbe0ba8a247dea8ab9d348e2b53c07efad3 (diff)
downloadlinux-4dfc97918474a8cb034d3b5d4541b46c98e23474.tar.xz
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 <arnd@arndb.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig1
1 files changed, 0 insertions, 1 deletions
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.