2022-06-07 15:53:47

by Michal Simek

[permalink] [raw]
Subject: Re: [PATCH] irqchip/xilinx: remove microblaze+zynq dependency



On 6/6/22 23:39, Jamie Iles wrote:
> 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 <[email protected]>
> ---
> drivers/irqchip/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> index 15edb9a6fcae..a81d57677a39 100644
> --- a/drivers/irqchip/Kconfig
> +++ b/drivers/irqchip/Kconfig
> @@ -286,7 +286,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.

Acked-by: Michal Simek <[email protected]>

Thanks,
Michal