aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 023db6883d05..98080d0b2d2a 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -709,6 +709,18 @@ config XILINX_ZYNQMP_DMA
help
Enable support for Xilinx ZynqMP DMA controller.
+config XILINX_PS_PCIE_DMA
+ tristate "Xilinx PS PCIe DMA support"
+ depends on (PCI && X86_64 || ARM64)
+ select DMA_ENGINE
+ help
+ Enable support for the Xilinx PS PCIe DMA engine present
+ in recent Xilinx ZynqMP chipsets.
+
+ Say Y here if you have such a chipset.
+
+ If unsure, say N.
+
config ZX_DMA
tristate "ZTE ZX DMA support"
depends on ARCH_ZX || COMPILE_TEST
@@ -739,6 +751,8 @@ source "drivers/dma/ti/Kconfig"
source "drivers/dma/fsl-dpaa2-qdma/Kconfig"
+source "drivers/dma/xilinx/Kconfig"
+
# clients
comment "DMA Clients"
depends on DMA_ENGINE
@@ -765,4 +779,18 @@ config DMATEST
config DMA_ENGINE_RAID
bool
+config XILINX_DMATEST
+ tristate "DMA Test client for AXI DMA"
+ depends on XILINX_DMA
+ help
+ Simple DMA test client. Say N unless you're debugging a
+ DMA Device driver.
+
+config XILINX_VDMATEST
+ tristate "DMA Test client for VDMA"
+ depends on XILINX_DMA
+ help
+ Simple xilinx VDMA test client. Say N unless you're debugging a
+ DMA Device driver.
+
endif