diff options
author | Philippe Mathieu-Daudé | 2020-11-07 12:48:52 +0100 |
---|---|---|
committer | Peter Maydell | 2020-11-10 12:03:48 +0100 |
commit | bec3c97e0cf9a80f555dc056cc60b53fcd43c424 (patch) | |
tree | cdc9f6ed383f2b03a509e610034745b5d2b9ea4a /hw/arm | |
parent | docs: add some notes on the sbsa-ref machine (diff) | |
download | qemu-bec3c97e0cf9a80f555dc056cc60b53fcd43c424.tar.gz qemu-bec3c97e0cf9a80f555dc056cc60b53fcd43c424.tar.xz qemu-bec3c97e0cf9a80f555dc056cc60b53fcd43c424.zip |
hw/arm/virt: Remove dependency on Cortex-A15 MPCore peripherals
When using a Cortex-A15, the Virt machine does not use any
MPCore peripherals. Remove the dependency.
Fixes: 7951c7b7c05 ("hw/arm: Express dependencies of the virt machine with Kconfig")
Reported-by: Miroslav Rezanina <mrezanin@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20201107114852.271922-1-philmd@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm')
-rw-r--r-- | hw/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 7d5d89e1ac..c9f60e8251 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -6,7 +6,6 @@ config ARM_VIRT imply VFIO_PLATFORM imply VFIO_XGMAC imply TPM_TIS_SYSBUS - select A15MPCORE select ACPI select ARM_SMMUV3 select GPIO_KEY |