aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/sf-pdma/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/sf-pdma/Kconfig')
-rw-r--r--drivers/dma/sf-pdma/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/dma/sf-pdma/Kconfig b/drivers/dma/sf-pdma/Kconfig
new file mode 100644
index 000000000000..f8ffa02e279f
--- /dev/null
+++ b/drivers/dma/sf-pdma/Kconfig
@@ -0,0 +1,6 @@
+config SF_PDMA
+ tristate "Sifive PDMA controller driver"
+ select DMA_ENGINE
+ select DMA_VIRTUAL_CHANNELS
+ help
+ Support the SiFive PDMA controller.