irqchip/xilinx: Remove microblaze+zynq dependency
authorJamie Iles <jamie@jamieiles.com>
Mon, 6 Jun 2022 21:39:52 +0000 (22:39 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 9 Jun 2022 16:34:56 +0000 (17:34 +0100)
The Xilinx IRQ controller doesn't really have any architecture
dependencies - it's a generic AXI component that can be used for any
FPGA core from Zynq hard processor systems to microblaze+riscv soft
cores and more.

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/20220606213952.298686-1-jamie@jamieiles.com
drivers/irqchip/Kconfig

index 4ab1038b548286d69a239ce04b9a78ab0b2507f7..1f23a6be7d8822e8165d0602b71d4a1add0c618a 100644 (file)
@@ -298,7 +298,7 @@ config XTENSA_MX
 
 config XILINX_INTC
        bool "Xilinx Interrupt Controller IP"
-       depends on MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP
+       depends on OF
        select IRQ_DOMAIN
        help
          Support for the Xilinx Interrupt Controller IP core.