Skip to content

Commit 32828b8

Browse files
pinchartlvinodkoul
authored andcommitted
dmaengine: xilinx: dpdma: Add missing dependencies to Kconfig
The driver depends on both OF and IOMEM support, express those dependencies in Kconfig. This fixes a build failure on S390 reported by the 0day bot. Reported-by: kernel test robot <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]> Tested-by: Jianqiang Chen <[email protected]> Reviewed-by: Jianqiang Chen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 83eb486 commit 32828b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/dma/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ config XILINX_ZYNQMP_DMA
701701

702702
config XILINX_ZYNQMP_DPDMA
703703
tristate "Xilinx DPDMA Engine"
704+
depends on HAS_IOMEM && OF
704705
select DMA_ENGINE
705706
select DMA_VIRTUAL_CHANNELS
706707
help

0 commit comments

Comments
 (0)