[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-arm] [PATCH 24/25] hw/arm: Express dependencies of the xlnx-versal
From: |
Thomas Huth |
Subject: |
[Qemu-arm] [PATCH 24/25] hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig |
Date: |
Sat, 9 Feb 2019 07:39:25 +0100 |
Dependencies have been determined with trial-and-error and by
looking at the xlnx-versal.c source file.
Signed-off-by: Thomas Huth <address@hidden>
---
hw/arm/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 3577550..d9150cd 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -306,6 +306,10 @@ config XLNX_ZYNQMP_ARM
config XLNX_VERSAL
bool
+ select ARM_GIC
+ select PL011
+ select CADENCE
+ select VIRTIO_MMIO
config FSL_IMX25
bool
--
1.8.3.1
- [Qemu-arm] [PATCH 16/25] hw/arm: Express dependencies of the MPS2 boards with Kconfig, (continued)
- [Qemu-arm] [PATCH 16/25] hw/arm: Express dependencies of the MPS2 boards with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 15/25] hw/arm: Express dependencies of allwinner / cubieboard with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 17/25] hw/arm: Express dependencies of the raspi machines with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 20/25] hw/arm: Express dependencies of the MSF2 machine with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 23/25] hw/arm: Express dependencies of the ZynqMP zcu102 machine with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 18/25] hw/arm: Express dependencies of canon-a1100 with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 24/25] hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig,
Thomas Huth <=
- [Qemu-arm] [PATCH 19/25] hw/arm: Express dependencies of sabrelite with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 25/25] hw/arm: Remove hard-enablement of the remaining PCI devices, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 21/25] hw/arm: Express dependencies for remaining IMX boards with Kconfig, Thomas Huth, 2019/02/09
- [Qemu-arm] [PATCH 22/25] hw/arm: Express dependencies of nrf51 Kconfig, Thomas Huth, 2019/02/09