From: Thomas Huth Date: Sat, 9 Feb 2019 06:16:05 +0000 (+0100) Subject: hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig X-Git-Tag: v4.1.0-rc0~113^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24c7bb310569cb637d9ba05916b34d94bac71a00;p=thirdparty%2Fqemu.git 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: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Huth --- diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index eff61efab99..9609caef87c 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -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