summaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorSantosh Shilimkar <santosh.shilimkar@ti.com>2013-09-30 11:04:42 -0400
committerSantosh Shilimkar <santosh.shilimkar@ti.com>2013-10-10 19:52:18 -0400
commite7ed8b40e417bf0c9c323427ec3ca702c7e249eb (patch)
tree3831ac38a1e1564bf6362f4a059201c524236c20 /drivers/dma
parentb3bd6c598082d6ac14c907b14e1543d74371e991 (diff)
downloadop-kernel-dev-e7ed8b40e417bf0c9c323427ec3ca702c7e249eb.zip
op-kernel-dev-e7ed8b40e417bf0c9c323427ec3ca702c7e249eb.tar.gz
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 f238cfd..56fe803 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
OpenPOWER on IntegriCloud