]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
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)
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

index 1f23a6be7d8822e8165d0602b71d4a1add0c618a..bbb11cb8b0f73a22cf167fe2e473639141349b39 100644 (file)
@@ -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.