Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Peter Ujfalusi and committed by
Vinod Koul
f7c7cae9 42dbdcc6

+1
+1
drivers/dma/Kconfig
··· 486 486 depends on ARCH_DAVINCI || ARCH_OMAP || ARCH_KEYSTONE 487 487 select DMA_ENGINE 488 488 select DMA_VIRTUAL_CHANNELS 489 + select TI_DMA_CROSSBAR if ARCH_OMAP 489 490 default n 490 491 help 491 492 Enable support for the TI EDMA controller. This DMA