[U-Boot] [PATCH v3 02/10] ARM: add the ARM_GIC configuration option
Antoine Tenart
antoine.tenart at free-electrons.com
Wed Oct 26 14:10:25 CEST 2016
Some SoC does not have a GIC. Adds a configuration option to denote
this, allowing to remove code configuring the GIC when it's not
possible.
Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>
---
arch/arm/Kconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index d7a9b11c766a..6a5e53280679 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -13,6 +13,9 @@ config DMA_ADDR_T_64BIT
bool
default y if ARM64
+config ARM_GIC
+ bool
+
config HAS_VBAR
bool
--
2.10.1
More information about the U-Boot
mailing list