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

Commit 23b84639 authored by Michael Hennerich's avatar Michael Hennerich Committed by Vinod Koul
Browse files

dmaengine: axi-dmac: extend support for ZynqMP arch



The AXI DMAC driver is currently supported also on the Xilinx ZynqMP
architecture. This change allows this driver to be enabled & used on it as
well.

Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: default avatarAlexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent f177a431
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -99,7 +99,7 @@ config AT_XDMAC


config AXI_DMAC
config AXI_DMAC
	tristate "Analog Devices AXI-DMAC DMA support"
	tristate "Analog Devices AXI-DMAC DMA support"
	depends on MICROBLAZE || NIOS2 || ARCH_ZYNQ || ARCH_SOCFPGA || COMPILE_TEST
	depends on MICROBLAZE || NIOS2 || ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_SOCFPGA || COMPILE_TEST
	select DMA_ENGINE
	select DMA_ENGINE
	select DMA_VIRTUAL_CHANNELS
	select DMA_VIRTUAL_CHANNELS
	help
	help