From: Santosh Shilimkar Date: Mon, 30 Sep 2013 15:04:42 +0000 (-0400) Subject: dma: Allow TI_EDMA selectable for ARCH_KEYSTONE X-Git-Tag: Ubuntu-5.10.0-12.13~18061^2~18^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e7ed8b40e417bf0c9c323427ec3ca702c7e249eb;p=mirror_ubuntu-hirsute-kernel.git 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 Signed-off-by: Santosh Shilimkar --- 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