]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig
authorThomas Huth <thuth@redhat.com>
Sat, 9 Feb 2019 06:16:05 +0000 (07:16 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 13 May 2019 07:36:32 +0000 (09:36 +0200)
Dependencies have been determined with trial-and-error and by
looking at the xlnx-versal.c source file.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/arm/Kconfig

index eff61efab996b3d0b8ce2ad09c417ee64bcca294..9609caef87cfbe35e2cac2e68bff06eb89d5fa1e 100644 (file)
@@ -293,6 +293,10 @@ config XLNX_ZYNQMP_ARM
 
 config XLNX_VERSAL
     bool
+    select ARM_GIC
+    select PL011
+    select CADENCE
+    select VIRTIO_MMIO
 
 config FSL_IMX25
     bool