mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
b4c2c151b1
default n/no doesn't need to be specified. It is default option anyway. Signed-off-by: Michal Simek <michal.simek@xilinx.com> [trini: Rework FSP_USE_UPD portion] Signed-off-by: Tom Rini <trini@konsulko.com>
17 lines
344 B
Text
17 lines
344 B
Text
# 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
|
|
help
|
|
Support for UDMA used in K3 devices.
|
|
endif
|
|
|
|
config TI_K3_PSIL
|
|
bool
|