irqchip/xilinx: Add explicit dependency on OF_ADDRESS
authorJamie Iles <jamie@jamieiles.com>
Thu, 30 Jun 2022 11:10:08 +0000 (12:10 +0100)
committerMarc Zyngier <maz@kernel.org>
Fri, 1 Jul 2022 13:25:46 +0000 (14:25 +0100)
commitfd31000d58f41588fa10128278efdab8474f5ce8
tree3689338d0959757851b7dfd7a30c7528597f5a15
parent4deb96e35c5c3ebfeb9cf567f3ba80fa54e2cec1
irqchip/xilinx: Add explicit dependency on OF_ADDRESS

Commit b84dc7f0e364 ("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: b84dc7f0e364 ("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
drivers/irqchip/Kconfig