]> Git Repo - linux.git/commitdiff
irqchip/xilinx: Add explicit dependency on OF_ADDRESS
authorJamie Iles <[email protected]>
Thu, 30 Jun 2022 11:10:08 +0000 (12:10 +0100)
committerMarc Zyngier <[email protected]>
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 <[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]
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.
This page took 0.053788 seconds and 4 git commands to generate.