projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71d37c6
)
arch: arm: update Kconfig to select IRQ when GIC_V3_ITS is enabled
author
Wasim Khan
<wasim.khan@nxp.com>
Mon, 11 Jan 2021 13:06:26 +0000
(14:06 +0100)
committer
Priyanka Jain
<priyanka.jain@nxp.com>
Tue, 20 Apr 2021 05:06:09 +0000
(10:36 +0530)
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>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index
3307f2b
..
5a92c9e
100644
(file)
--- 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