summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ti/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/ti/Kconfig')
-rw-r--r--drivers/dma/ti/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/dma/ti/Kconfig b/drivers/dma/ti/Kconfig
new file mode 100644
index 0000000000..3d5498326c
--- /dev/null
+++ b/drivers/dma/ti/Kconfig
@@ -0,0 +1,14 @@
+# 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