diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-09-30 15:04:42 (GMT) |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-10-10 23:52:18 (GMT) |
commit | e7ed8b40e417bf0c9c323427ec3ca702c7e249eb (patch) | |
tree | 3831ac38a1e1564bf6362f4a059201c524236c20 /drivers/dma | |
parent | b3bd6c598082d6ac14c907b14e1543d74371e991 (diff) | |
download | linux-e7ed8b40e417bf0c9c323427ec3ca702c7e249eb.tar.xz |
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/Kconfig | 2 |
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 |