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
This commit is contained in:
parent
668a9fe5c6
commit
b84dc7f0e3
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ config XTENSA_MX
|
||||||
|
|
||||||
config XILINX_INTC
|
config XILINX_INTC
|
||||||
bool "Xilinx Interrupt Controller IP"
|
bool "Xilinx Interrupt Controller IP"
|
||||||
depends on MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP
|
depends on OF
|
||||||
select IRQ_DOMAIN
|
select IRQ_DOMAIN
|
||||||
help
|
help
|
||||||
Support for the Xilinx Interrupt Controller IP core.
|
Support for the Xilinx Interrupt Controller IP core.
|
||||||
|
|
Loading…
Add table
Reference in a new issue