Commit fd31000d authored by Jamie Iles's avatar Jamie Iles Committed by Marc Zyngier

irqchip/xilinx: Add explicit dependency on OF_ADDRESS

Commit b84dc7f0 ("irqchip/xilinx: Remove microblaze+zynq
dependency") relaxed the dependencies on the Xilinx interrupt controller
to be OF only, but some OF architectures (s390 for example) do not
support OF_ADDRESS and so a build of the driver will result in undefined
references to of_iomap/iounmap and friends.

Fixes: b84dc7f0 ("irqchip/xilinx: Remove microblaze+zynq dependency")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarJamie Iles <jamie@jamieiles.com>
Acked-by: default avatarMichal Simek <michal.simek@amd.com>
Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220630111008.3838307-1-jamie@jamieiles.com
parent 4deb96e3
......@@ -298,7 +298,7 @@ config XTENSA_MX
config XILINX_INTC
bool "Xilinx Interrupt Controller IP"
depends on OF
depends on OF_ADDRESS
select IRQ_DOMAIN
help
Support for the Xilinx Interrupt Controller IP core.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment