commit | 5fa422c922c2599dbfd960faf6dfca2411cc3f99 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Tue Feb 12 09:15:02 2013 -0800 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Feb 13 08:09:37 2013 -0800 |
tree | 52ae231ffae2032fcf26b39a7c1b4e121bc37710 | |
parent | 4dec23d7718e6f1f5e1773698d112025169e7d49 [diff] [blame] |
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>
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 0b408bb..e92b5f0 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig
@@ -325,6 +325,10 @@ config DMA_VIRTUAL_CHANNELS tristate +config DMA_OF + def_bool y + depends on OF + comment "DMA Clients" depends on DMA_ENGINE