Skip to content

Commit 8b9aee8

Browse files
nxpfranklivinodkoul
authored andcommitted
dmaengine: fsl-edma: fix build error when arch is s390
fixed build error reported by kernel test robot. >> s390-linux-ld: fsl-edma-main.c:(.text+0xf4c): undefined reference to `devm_platform_ioremap_resource' s390-linux-ld: drivers/dma/idma64.o: in function `idma64_platform_probe': Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202306210131.zaHVasxz-lkp@intel.com/ Signed-off-by: Frank Li <Frank.Li@nxp.com> Link: https://lore.kernel.org/r/20230821161617.2142561-2-Frank.Li@nxp.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 8cae665 commit 8b9aee8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/dma/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ config FSL_DMA
211211
config FSL_EDMA
212212
tristate "Freescale eDMA engine support"
213213
depends on OF
214+
depends on HAS_IOMEM
214215
select DMA_ENGINE
215216
select DMA_VIRTUAL_CHANNELS
216217
help

0 commit comments

Comments
 (0)