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)
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

index 9ea6303..1f058a4 100644 (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