Commit 24c7bb31 authored by Thomas Huth's avatar Thomas Huth
Browse files

hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig



Dependencies have been determined with trial-and-error and by
looking at the xlnx-versal.c source file.

Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
parent f3c3a1e2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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