blob: 3d5498326c42247e259947d920a3795b76949c15 [file] [log] [blame]
Vignesh Rffcc66e2019-02-05 17:31:24 +05301# SPDX-License-Identifier: GPL-2.0+
2
3if ARCH_K3
4
5config TI_K3_NAVSS_UDMA
6 bool "Texas Instruments UDMA"
7 depends on ARCH_K3
8 select DMA
9 select TI_K3_NAVSS_RINGACC
10 select TI_K3_NAVSS_PSILCFG
11 default n
12 help
13 Support for UDMA used in K3 devices.
14endif