Skip to content

Commit f7c7cae

Browse files
Peter UjfalusiVinod Koul
authored andcommitted
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>
1 parent 42dbdcc commit f7c7cae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/dma/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ config TI_EDMA
486486
depends on ARCH_DAVINCI || ARCH_OMAP || ARCH_KEYSTONE
487487
select DMA_ENGINE
488488
select DMA_VIRTUAL_CHANNELS
489+
select TI_DMA_CROSSBAR if ARCH_OMAP
489490
default n
490491
help
491492
Enable support for the TI EDMA controller. This DMA

0 commit comments

Comments
 (0)