Skip to content

Commit b84dc7f

Browse files
jamieilesMarc Zyngier
authored andcommitted
irqchip/xilinx: Remove microblaze+zynq dependency
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
1 parent 668a9fe commit b84dc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/irqchip/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ config XTENSA_MX
298298

299299
config XILINX_INTC
300300
bool "Xilinx Interrupt Controller IP"
301-
depends on MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP
301+
depends on OF
302302
select IRQ_DOMAIN
303303
help
304304
Support for the Xilinx Interrupt Controller IP core.

0 commit comments

Comments
 (0)