summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ti/Kconfig
blob: 9cbd5f334dc819b51b92ce00b1a423f4007914ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
        default n
        help
          Support for UDMA used in K3 devices.
endif

config TI_K3_PSIL
	bool