diff options
| author | Tom Rini <[email protected]> | 2025-07-01 19:04:13 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-10 08:40:52 -0600 |
| commit | 0b4132900352feee38b492df8cf9b970a30f7195 (patch) | |
| tree | dee9259e34a45c8aef723c837f472eb4980e7e34 /drivers | |
| parent | 8a31f18269e28b3201630e96e4d2821dbba0eb70 (diff) | |
dma: ti: Tighten some dependencies for some ti platforms
The TI EDMA3 driver cannot build without platform specific headers being
available. Express that requirement in Kconfig as well.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/dma/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index e8ef90e2bd6..1fccbc96f07 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. |
