From: Wasim Khan Date: Mon, 8 Mar 2021 15:48:14 +0000 (+0100) Subject: arch: arm: update Kconfig to select IRQ when GIC_V3_ITS is enabled X-Git-Tag: v2021.10~215^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=504f8648f036fe2ddf8a65a93d0d27871e32c71d;p=platform%2Fkernel%2Fu-boot.git arch: arm: update Kconfig to select IRQ when GIC_V3_ITS is enabled GIC_V3_ITS uses UCLASS_IRQ driver. Update Kconfig to select IRQ when GIC_V3_ITS is enabled. Signed-off-by: Wasim Khan Reviewed-by: Hou Zhiqiang Reviewed-by: Simon Glass Tested-by: Vladimir Oltean --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b39b043..15b8454 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