diff options
author | Vinod Koul <vinod.koul@intel.com> | 2013-02-12 09:15:02 -0800 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-02-13 08:09:37 -0800 |
commit | 5fa422c922c2599dbfd960faf6dfca2411cc3f99 (patch) | |
tree | 52ae231ffae2032fcf26b39a7c1b4e121bc37710 /drivers/dma/Kconfig | |
parent | 4dec23d7718e6f1f5e1773698d112025169e7d49 (diff) | |
download | linux-3.10-5fa422c922c2599dbfd960faf6dfca2411cc3f99.tar.gz linux-3.10-5fa422c922c2599dbfd960faf6dfca2411cc3f99.tar.bz2 linux-3.10-5fa422c922c2599dbfd960faf6dfca2411cc3f99.zip |
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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 0b408bbb6a1..e92b5f0f8a5 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 |