dmaengine: xilinx: dpdma: Add missing dependencies to Kconfig
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 20 May 2021 15:24:17 +0000 (18:24 +0300)
committerSasha Levin <sashal@kernel.org>
Wed, 30 Jun 2021 12:47:18 +0000 (08:47 -0400)
commit524f70b30ef811ca82ebf36fd148bf2796454314
tree0910b0644eea82462b700fe02609a08365411691
parent13b245a7bd59359abb6e328254b7536265448b29
dmaengine: xilinx: dpdma: Add missing dependencies to Kconfig

[ Upstream commit 32828b82fb875b06511918b139d3a3cd93d34262 ]

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 <lkp@intel.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Jianqiang Chen <jianqiang.chen@xilinx.com>
Reviewed-by: Jianqiang Chen <jianqiang.chen@xilinx.com>
Link: https://lore.kernel.org/r/20210520152420.23986-2-laurent.pinchart@ideasonboard.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/Kconfig