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 <wasim.khan@nxp.com>
Reviewed-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Vladimir Oltean <vladimir.oltean@nxp.com>
This commit is contained in:
Wasim Khan 2021-03-08 16:48:14 +01:00 committed by Tom Rini
parent 182c5f1efb
commit 504f8648f0

View File

@ -67,6 +67,7 @@ config GIC_V3_ITS
bool "ARM GICV3 ITS" bool "ARM GICV3 ITS"
select REGMAP select REGMAP
select SYSCON select SYSCON
select IRQ
help help
ARM GICV3 Interrupt translation service (ITS). ARM GICV3 Interrupt translation service (ITS).
Basic support for programming locality specific peripheral Basic support for programming locality specific peripheral