[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <207ba1c4-03fb-0f9e-19d5-dde1c430c13b@xilinx.com>
Date: Tue, 7 Jun 2022 09:18:39 +0200
From: Michal Simek <michal.simek@...inx.com>
To: Jamie Iles <jamie@...ieiles.com>, <linux-kernel@...r.kernel.org>,
<tglx@...utronix.de>, <maz@...nel.org>
CC: <michal.simek@...inx.com>
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 <jamie@...ieiles.com>
> ---
> 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 <michal.simek@....com>
Thanks,
Michal
Powered by blists - more mailing lists