提交 05015061 编写于 作者: D Dhaval Shah 提交者: Michal Simek

soc: xilinx: xlnx_vcu: Depends on HAS_IOMEM for xlnx_vcu

xlnx_vcu driver uses devm_ioremap_nocache, which is included
only when HAS_IOMEM is enabled.

drivers/soc/xilinx/xlnx_vcu.o: In function `xvcu_probe':
   xlnx_vcu.c:(.text+0x116): undefined reference to `devm_ioremap_nocache'
   xlnx_vcu.c:(.text+0x1ae): undefined reference to `devm_ioremap_nocache'
Signed-off-by: NDhaval Shah <dshah@xilinx.com>
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 cee8113a
...@@ -3,6 +3,7 @@ menu "Xilinx SoC drivers" ...@@ -3,6 +3,7 @@ menu "Xilinx SoC drivers"
config XILINX_VCU config XILINX_VCU
tristate "Xilinx VCU logicoreIP Init" tristate "Xilinx VCU logicoreIP Init"
depends on HAS_IOMEM
help help
Provides the driver to enable and disable the isolation between the Provides the driver to enable and disable the isolation between the
processing system and programmable logic part by using the logicoreIP processing system and programmable logic part by using the logicoreIP
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册