Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
452285294f2cfad4fef8c605edb9fc69b9e159b8
/
.
/
drivers
/
dma
/
ti
/
Kconfig
blob: 3d5498326c42247e259947d920a3795b76949c15 [
file
] [
log
] [
blame
]
# 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