]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfcf8e8f28d7cac41d7c1ac96de215981ec9ef19d
tree3689338d0959757851b7dfd7a30c7528597f5a15
parent9187bc3a4f9360448c6979fb0de4d888fd48471e
irqchip/xilinx: Add explicit dependency on OF_ADDRESS

Commit 59c599fee982 ("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: 59c599fee982 ("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