We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587dd30 commit ddf16e1Copy full SHA for ddf16e1
drivers/dma/ti/Kconfig
@@ -17,7 +17,7 @@ config TI_EDMA
17
select DMA_ENGINE
18
select DMA_VIRTUAL_CHANNELS
19
select TI_DMA_CROSSBAR if (ARCH_OMAP || COMPILE_TEST)
20
- default y
+ default ARCH_DAVINCI || ARCH_OMAP || ARCH_KEYSTONE
21
help
22
Enable support for the TI EDMA (Enhanced DMA) controller. This DMA
23
engine is found on TI DaVinci, AM33xx, AM43xx, DRA7xx and Keystone 2
@@ -29,7 +29,7 @@ config DMA_OMAP
29
30
31
select TI_DMA_CROSSBAR if (SOC_DRA7XX || COMPILE_TEST)
32
+ default ARCH_OMAP
33
34
Enable support for the TI sDMA (System DMA or DMA4) controller. This
35
DMA engine is found on OMAP and DRA7xx parts.
0 commit comments