Merge tag 'u-boot-stm32-20190412' of https://github.com/patrickdelaunay/u-boot
[platform/kernel/u-boot.git] / drivers / dma / ti / Kconfig
1 # SPDX-License-Identifier: GPL-2.0+
2
3 if ARCH_K3
4
5 config 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.
14 endif