aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2013-02-12 09:15:02 -0800
committerVinod Koul <vinod.koul@intel.com>2013-02-13 08:09:37 -0800
commit5fa422c922c2599dbfd960faf6dfca2411cc3f99 (patch)
tree52ae231ffae2032fcf26b39a7c1b4e121bc37710 /drivers/dma/Kconfig
parent4dec23d7718e6f1f5e1773698d112025169e7d49 (diff)
dmaengine: move drivers/of/dma.c -> drivers/dma/of-dma.c
as requested by Rob Suggested-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 0b408bbb6a17..e92b5f0f8a5f 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -325,6 +325,10 @@ config DMA_ENGINE
config DMA_VIRTUAL_CHANNELS
tristate
+config DMA_OF
+ def_bool y
+ depends on OF
+
comment "DMA Clients"
depends on DMA_ENGINE