diff options
author | Vinod Koul <vinod.koul@intel.com> | 2018-04-10 06:25:26 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2018-04-10 06:25:26 +0300 |
commit | c21bd0a86789ed54cf7dfb948c590766484a585c (patch) | |
tree | 726a95e33d5736f3dffda829a87044302ad2a12f /drivers/dma/mediatek/Kconfig | |
parent | ab2528c1b19e6e3b5a3713dfe6b054c672b4a498 (diff) | |
parent | e10734e5a0285220f46a37e8bbdfb241acebb04b (diff) | |
download | linux-c21bd0a86789ed54cf7dfb948c590766484a585c.tar.xz |
Merge branch 'topic/mtek' into for-linus
Diffstat (limited to 'drivers/dma/mediatek/Kconfig')
-rw-r--r-- | drivers/dma/mediatek/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/dma/mediatek/Kconfig b/drivers/dma/mediatek/Kconfig new file mode 100644 index 000000000000..27bac0bba09e --- /dev/null +++ b/drivers/dma/mediatek/Kconfig @@ -0,0 +1,13 @@ + +config MTK_HSDMA + tristate "MediaTek High-Speed DMA controller support" + depends on ARCH_MEDIATEK || COMPILE_TEST + select DMA_ENGINE + select DMA_VIRTUAL_CHANNELS + ---help--- + Enable support for High-Speed DMA controller on MediaTek + SoCs. + + This controller provides the channels which is dedicated to + memory-to-memory transfer to offload from CPU through ring- + based descriptor management. |