diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2015-10-16 10:18:09 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-10-27 10:22:45 +0900 |
commit | f7c7cae94832fc09ccff080b4cc2358ac11e2150 (patch) | |
tree | 86ffefc49e65f87dccdd48f1093ab31b28675d1e /drivers/dma | |
parent | 42dbdcc6bf965997c088caff2a8be7f9bf44f701 (diff) | |
download | linux-f7c7cae94832fc09ccff080b4cc2358ac11e2150.tar.bz2 |
dmaengine: Kconfig: edma: Select TI_DMA_CROSSBAR in case of ARCH_OMAP
Since the crossbar is needed for eDMA when it is used on OMAP like
platforms (am335x/am437x and later DRA7xx), select the crossbar to be built
if ARCH_OMAP is set.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 992efc8e465e..6a388a7c6429 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -486,6 +486,7 @@ config TI_EDMA depends on ARCH_DAVINCI || ARCH_OMAP || ARCH_KEYSTONE select DMA_ENGINE select DMA_VIRTUAL_CHANNELS + select TI_DMA_CROSSBAR if ARCH_OMAP default n help Enable support for the TI EDMA controller. This DMA |