[PATCH] dma: ti: Tighten some dependencies for some ti platforms

Tom Rini trini at konsulko.com
Wed Jul 2 03:04:13 CEST 2025


The TI EDMA3 driver cannot build without platform specific headers being
available. Express that requirement in Kconfig as well.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 drivers/dma/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index e8ef90e2bd6a..1fccbc96f076 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -37,6 +37,7 @@ config BCM6348_IUDMA
 
 config TI_EDMA3
 	bool "TI EDMA3 driver"
+	depends on ARCH_OMAP2PLUS || ARCH_KEYSTONE
 	select DMA_LEGACY
 	help
 	  Enable the TI EDMA3 driver for DRA7xx and AM43xx evms.
-- 
2.43.0



More information about the U-Boot mailing list