Skip to content

Commit fd31000

Browse files
jamieilesMarc Zyngier
authored andcommitted
irqchip/xilinx: Add explicit dependency on OF_ADDRESS
Commit b84dc7f ("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: b84dc7f ("irqchip/xilinx: Remove microblaze+zynq dependency") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Jamie Iles <jamie@jamieiles.com> Acked-by: Michal Simek <michal.simek@amd.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20220630111008.3838307-1-jamie@jamieiles.com
1 parent 4deb96e commit fd31000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/irqchip/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ config XTENSA_MX
298298

299299
config XILINX_INTC
300300
bool "Xilinx Interrupt Controller IP"
301-
depends on OF
301+
depends on OF_ADDRESS
302302
select IRQ_DOMAIN
303303
help
304304
Support for the Xilinx Interrupt Controller IP core.

0 commit comments

Comments
 (0)