Skip to content

Commit ddf16e1

Browse files
krzkvinodkoul
authored andcommitted
dmaengine: ti: Do not enable by default during compile testing
Enabling the compile test should not cause automatic enabling of all drivers. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 587dd30 commit ddf16e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/dma/ti/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ config TI_EDMA
1717
select DMA_ENGINE
1818
select DMA_VIRTUAL_CHANNELS
1919
select TI_DMA_CROSSBAR if (ARCH_OMAP || COMPILE_TEST)
20-
default y
20+
default ARCH_DAVINCI || ARCH_OMAP || ARCH_KEYSTONE
2121
help
2222
Enable support for the TI EDMA (Enhanced DMA) controller. This DMA
2323
engine is found on TI DaVinci, AM33xx, AM43xx, DRA7xx and Keystone 2
@@ -29,7 +29,7 @@ config DMA_OMAP
2929
select DMA_ENGINE
3030
select DMA_VIRTUAL_CHANNELS
3131
select TI_DMA_CROSSBAR if (SOC_DRA7XX || COMPILE_TEST)
32-
default y
32+
default ARCH_OMAP
3333
help
3434
Enable support for the TI sDMA (System DMA or DMA4) controller. This
3535
DMA engine is found on OMAP and DRA7xx parts.

0 commit comments

Comments
 (0)