[PATCH 2/2] board: qemu-sbsa: Fix mistyped GICV3 definition

Kunihiko Hayashi hayashi.kunihiko at socionext.com
Wed Sep 10 11:23:27 CEST 2025


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 at socionext.com>
---
 board/emulation/qemu-sbsa/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/emulation/qemu-sbsa/Kconfig b/board/emulation/qemu-sbsa/Kconfig
index 9ea6303ec9ca..1f058a439328 100644
--- a/board/emulation/qemu-sbsa/Kconfig
+++ b/board/emulation/qemu-sbsa/Kconfig
@@ -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
-- 
2.34.1



More information about the U-Boot mailing list