aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-09-20 10:32:47 +0530
committerVinod Koul <vinod.koul@intel.com>2016-09-26 22:36:41 +0530
commit4dfc97918474a8cb034d3b5d4541b46c98e23474 (patch)
tree4b92f11c4e9e37f50b30f334fe2ddcdc04c0791e /drivers/dma/Kconfig
parentdmaengine: sun4i: fix kconfig unmet direct dependencies (diff)
downloadlinux-dev-4dfc97918474a8cb034d3b5d4541b46c98e23474.tar.xz
linux-dev-4dfc97918474a8cb034d3b5d4541b46c98e23474.zip
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 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.