diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2025-09-10 18:25:01 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-09-20 12:02:58 -0600 |
commit | d33b21b7e261691e8d6613a24cc9b0ececba3b01 (patch) | |
tree | 9e01e5d81fcf1d298200cc232be29c1abe4bf6a6 | |
parent | f28891d444631c91a6e090927486a2169b51b20f (diff) |
The config "GIC_V3" seems to be typo, and currently "GICV3" remains
disabled. This should be removed until needed.
Fixes: 5cd4a355e0f0 ("board: synquacer: Add DeveloperBox 96boards EE support")
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 16db046f4b8..625d2e995d2 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -2004,7 +2004,6 @@ config ARCH_SYNQUACER bool "Socionext SynQuacer SoCs" select ARM64 select DM - select GIC_V3 select PSCI_RESET select SYSRESET select SYSRESET_PSCI |