From: Andrew Jones Date: Tue, 17 Nov 2020 12:56:32 +0000 (+0000) Subject: hw/arm/virt: ARM_VIRT must select ARM_GIC X-Git-Tag: v5.2.0-rc2~3^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3362c56835cd171e178b754f39d3814c27670f8b;p=thirdparty%2Fqemu.git hw/arm/virt: ARM_VIRT must select ARM_GIC The removal of the selection of A15MPCORE from ARM_VIRT also removed what A15MPCORE selects, ARM_GIC. We still need ARM_GIC. Fixes: bec3c97e0cf9 ("hw/arm/virt: Remove dependency on Cortex-A15 MPCore peripherals") Reported-by: Miroslav Rezanina Signed-off-by: Andrew Jones Reviewed-by: Miroslav Rezanina Reviewed-by: Philippe Mathieu-Daudé Message-id: 20201111143440.112763-1-drjones@redhat.com Signed-off-by: Peter Maydell --- diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 7d022eeefdb..e69a9009cf0 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -6,6 +6,7 @@ config ARM_VIRT imply VFIO_PLATFORM imply VFIO_XGMAC imply TPM_TIS_SYSBUS + select ARM_GIC select ACPI select ARM_SMMUV3 select GPIO_KEY