From: Laurent Pinchart Date: Thu, 20 May 2021 15:24:17 +0000 (+0300) Subject: dmaengine: xilinx: dpdma: Add missing dependencies to Kconfig X-Git-Tag: accepted/tizen/unified/20230118.172025~7064^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32828b82fb875b06511918b139d3a3cd93d34262;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Laurent Pinchart Tested-by: Jianqiang Chen Reviewed-by: Jianqiang Chen Link: https://lore.kernel.org/r/20210520152420.23986-2-laurent.pinchart@ideasonboard.com Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 6ab9d9a..e47d4ef 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -701,6 +701,7 @@ config XILINX_ZYNQMP_DMA config XILINX_ZYNQMP_DPDMA tristate "Xilinx DPDMA Engine" + depends on HAS_IOMEM && OF select DMA_ENGINE select DMA_VIRTUAL_CHANNELS help