hw/arm/virt: ARM_VIRT must select ARM_GIC
commit3362c56835cd171e178b754f39d3814c27670f8b
authorAndrew Jones <drjones@redhat.com>
Tue, 17 Nov 2020 12:56:32 +0000 (17 12:56 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Nov 2020 12:56:32 +0000 (17 12:56 +0000)
tree7cc403fb0ce0ae7b1023a5249eace444c040ed4a
parent48aa8f0ac536db3550a35c295ff7de94e4c33739
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 <mrezanin@redhat.com>
Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Miroslav Rezanina <mrezanin@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20201111143440.112763-1-drjones@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Kconfig