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 <[email protected]> Signed-off-by: Jamie Iles <[email protected]> Acked-by: Michal Simek <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4deb96e commit fd31000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)