]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/arm/Kconfig: select ARM_GICV5 for ARM_VIRT board
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 27 Mar 2026 11:15:59 +0000 (11:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 7 May 2026 13:56:46 +0000 (14:56 +0100)
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

hw/arm/Kconfig

index c31752e83a99c6f11606adc67ca32263914fdb99..5b198402d5eec97b102c1fb81f29fae27462cebf 100644 (file)
@@ -10,6 +10,7 @@ config ARM_VIRT
     imply NVDIMM
     imply IOMMUFD
     select ARM_GIC
+    select ARM_GICV5 if TCG
     select ACPI
     select ARM_SMMUV3
     select GPIO_KEY