summaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorSantosh Shilimkar2013-09-30 17:04:42 +0200
committerSantosh Shilimkar2013-10-11 01:52:18 +0200
commite7ed8b40e417bf0c9c323427ec3ca702c7e249eb (patch)
tree3831ac38a1e1564bf6362f4a059201c524236c20 /drivers/dma
parentARM: dts: keystone: Add the SPI nodes (diff)
downloadkernel-qcow2-linux-e7ed8b40e417bf0c9c323427ec3ca702c7e249eb.tar.gz
kernel-qcow2-linux-e7ed8b40e417bf0c9c323427ec3ca702c7e249eb.tar.xz
kernel-qcow2-linux-e7ed8b40e417bf0c9c323427ec3ca702c7e249eb.zip
dma: Allow TI_EDMA selectable for ARCH_KEYSTONE
Allow the TI_EDMA to be built for ARCH_KEYSTONE which also supports the EDMA IP. Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index f238cfd33847..56fe803adcb1 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -195,7 +195,7 @@ config SIRF_DMA
config TI_EDMA
bool "TI EDMA support"
- depends on ARCH_DAVINCI || ARCH_OMAP
+ depends on ARCH_DAVINCI || ARCH_OMAP || ARCH_KEYSTONE
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
select TI_PRIV_EDMA