mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 09:30:10 +00:00
53b04c6c09
Much of PSIL endpoint configuration for a given SoC can be known at compile time, therefore pass them for platform specific data instead of DT. Add per SoC's specific PSIL endpoint data. This is to bring driver in sync with upstream DT. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
17 lines
336 B
Text
17 lines
336 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
|
|
default n
|
|
help
|
|
Support for UDMA used in K3 devices.
|
|
endif
|
|
|
|
config TI_K3_PSIL
|
|
bool
|