mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-06 07:17:01 +02:00
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 <trini@konsulko.com>
This commit is contained in:
parent
8a31f18269
commit
0b41329003
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user