u-boot/drivers/dma/ti/Kconfig
Heinrich Schuchardt 65b776e6d2 dma: ti: don't use non-existent CONFIG_TI_K3_NAVSS_PSILCFG
Symbol CONFIG_TI_K3_NAVSS_PSILCFG does not exist.
Don't select it.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2026-03-10 12:35:02 -06:00

18 lines
331 B
Plaintext

# SPDX-License-Identifier: GPL-2.0+
if ARCH_K3
config TI_K3_NAVSS_UDMA
bool "Texas Instruments UDMA"
depends on ARCH_K3
select DEVRES
select DMA
select TI_K3_NAVSS_RINGACC
select TI_K3_PSIL
help
Support for UDMA used in K3 devices.
endif
config TI_K3_PSIL
bool