Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3fa9841 authored by Jun Nie's avatar Jun Nie Committed by Vinod Koul
Browse files

dmaengine: zxdma: Support ZTE ZX296702 dma



Add ZTE ZX296702 dma controller support. Only
device tree probe is support currently.

Signed-off-by: default avatarJun Nie <jun.nie@linaro.org>
Reviewed-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 7f37a3d8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -458,6 +458,13 @@ config XGENE_DMA
	select ASYNC_TX_ENABLE_CHANNEL_SWITCH
	help
	  Enable support for the APM X-Gene SoC DMA engine.
config ZX_DMA
	tristate "ZTE ZX296702 DMA support"
	depends on ARCH_ZX
	select DMA_ENGINE
	select DMA_VIRTUAL_CHANNELS
	help
	  Support the DMA engine for ZTE ZX296702 platform devices.

config DMA_ENGINE
	bool
+1 −0
Original line number Diff line number Diff line
@@ -56,3 +56,4 @@ obj-$(CONFIG_NBPFAXI_DMA) += nbpfaxi.o
obj-$(CONFIG_DMA_SUN6I) += sun6i-dma.o
obj-$(CONFIG_IMG_MDC_DMA) += img-mdc-dma.o
obj-$(CONFIG_XGENE_DMA) += xgene-dma.o
obj-$(CONFIG_ZX_DMA) += zx296702_dma.o
+870 −0

File added.

Preview size limit exceeded, changes collapsed.