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>
This commit is contained in:
Kunihiko Hayashi 2025-09-10 18:23:27 +09:00 committed by Tom Rini
parent e246e2b658
commit edaaedb5dd

View File

@ -34,7 +34,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select PCIE_ECAM_GENERIC
select SYS_PCI_64BIT
select USB
select GIC_V3
select GICV3
select GIC_V3_ITS
select SYS_FLASH_CFI_WIDTH_16BIT
imply AHCI_GENERIC