On Mon, Mar 08, 2021 at 04:48:14PM +0100, Wasim Khan wrote: > From: Wasim Khan <wasim.k...@nxp.com> > > GIC_V3_ITS uses UCLASS_IRQ driver. Update Kconfig to select > IRQ when GIC_V3_ITS is enabled. > > Signed-off-by: Wasim Khan <wasim.k...@nxp.com> > Reviewed-by: Hou Zhiqiang <zhiqiang....@nxp.com> > Reviewed-by: Simon Glass <s...@chromium.org> > ---
Tested-by: Vladimir Oltean <vladimir.olt...@nxp.com> Needs this patch to actually work properly, so that should be accepted as well: https://patchwork.ozlabs.org/project/uboot/patch/20210305070235.13547-1-zhiqiang....@nxp.com/ > Changes in v2: > - no change > > arch/arm/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index fbe90875ae..f8b4d422d9 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -67,6 +67,7 @@ config GIC_V3_ITS > bool "ARM GICV3 ITS" > select REGMAP > select SYSCON > + select IRQ > help > ARM GICV3 Interrupt translation service (ITS). > Basic support for programming locality specific peripheral > -- > 2.25.1 >