@samitouri / QOSamiQemu / commits / 91dc99f0eb

hw/arm/Kconfig: select ARM_GICV5 for ARM_VIRT board

When building the Arm "virt" board, pull in the GICv5. We haven't added support for creating or wiring up the GICv5 in that board yet, but adding it to the Kconfig early means that the GICv5 code will be compiled and so we can have more confidence that the individual commits building it up are correct (or at least compile). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20260327111700.795099-5-peter.maydell@linaro.org

Peter Maydell committed Mar 27, 2026 at 11:15 UTC 91dc99f0ebf77dab8fda2d484e0b1aeac51a8bba
1 file changed +1
hw/arm/Kconfig
+1
@@ -10,6 +10,7 @@ config ARM_VIRT
10 imply NVDIMM
11 imply IOMMUFD
12 select ARM_GIC
13 + select ARM_GICV5 if TCG
14 select ACPI
15 select ARM_SMMUV3
16 select GPIO_KEY