Skip to content

Commit 1b13e52

Browse files
zongboxvinodkoul
authored andcommitted
dmaengine: xilinx: dma: remove arch dependency
As following patches, xilinx dma is also now architecture agnostic, and it can be compiled for several architectures. We have verified the CDMA on RISC-V platform, let's remove the ARCH dependency list instead of adding new ARCH. To avoid breaking the s390 build, add a dependency on HAS_IOMEM. 'e8b6c54f6d57 ("net: xilinx: temac: Relax Kconfig dependencies")' 'd7eaf962a90b ("net: axienet: In kconfig remove arch dependency for axi_emac")' Signed-off-by: Zong Li <zong.li@sifive.com> Acked-by: Palmer Dabbelt <palmer@rivosinc.com> Suggested-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com> Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/r/20230531090141.23546-1-zong.li@sifive.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 4ca95a5 commit 1b13e52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ config XGENE_DMA
697697

698698
config XILINX_DMA
699699
tristate "Xilinx AXI DMAS Engine"
700-
depends on (ARCH_ZYNQ || MICROBLAZE || ARM64)
700+
depends on HAS_IOMEM
701701
select DMA_ENGINE
702702
help
703703
Enable support for Xilinx AXI VDMA Soft IP.

0 commit comments

Comments
 (0)