board: qemu-sbsa: Fix mistyped GICV3 definition
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Wed, 10 Sep 2025 09:23:27 +0000 (18:23 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 19 Sep 2025 17:55:29 +0000 (11:55 -0600)
commitedaaedb5dd0fee9fcdfe41d92659914dc9d1d44d
tree980b63502cf2f6c16fd8cb66b202b5a1ad713087
parente246e2b65885e6d5fd052ec2acdf2b07a53171f0
board: qemu-sbsa: Fix mistyped GICV3 definition

The config "GIC_V3" seems to be typo, and currently "GICV3" remains
disabled. Since "GIC_V3_ITS" is enabled in qemu-sbsa, "GICV3" should
also be enabled.

Fixes: 6d722894fd48 ("board: emulation: Add QEMU sbsa support")
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
board/emulation/qemu-sbsa/Kconfig