mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
Symbol CONFIG_TI_K3_NAVSS_PSILCFG does not exist. Don't select it. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
18 lines
331 B
Plaintext
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
|