diff options
Diffstat (limited to 'roms/u-boot/drivers/dma/ti/Kconfig')
-rw-r--r-- | roms/u-boot/drivers/dma/ti/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/dma/ti/Kconfig b/roms/u-boot/drivers/dma/ti/Kconfig new file mode 100644 index 000000000..9cbd5f334 --- /dev/null +++ b/roms/u-boot/drivers/dma/ti/Kconfig @@ -0,0 +1,18 @@ +# SPDX-License-Identifier: GPL-2.0+ + +if ARCH_K3 + +config TI_K3_NAVSS_UDMA + bool "Texas Instruments UDMA" + depends on ARCH_K3 + select DMA + select TI_K3_NAVSS_RINGACC + select TI_K3_NAVSS_PSILCFG + select TI_K3_PSIL + default n + help + Support for UDMA used in K3 devices. +endif + +config TI_K3_PSIL + bool |