From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxS5F-0005PG-5m for qemu-devel@nongnu.org; Sat, 23 Feb 2019 02:50:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxS5E-0002zZ-GQ for qemu-devel@nongnu.org; Sat, 23 Feb 2019 02:50:53 -0500 From: Thomas Huth Date: Sat, 23 Feb 2019 08:49:20 +0100 Message-Id: <1550908162-22644-29-git-send-email-thuth@redhat.com> In-Reply-To: <1550908162-22644-1-git-send-email-thuth@redhat.com> References: <1550908162-22644-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PATCH v3 28/30] hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: yang.zhong@intel.com, pbonzini@redhat.com, qemu-devel@nongnu.org Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , qemu-arm@nongnu.org, Peter Maydell Dependencies have been determined with trial-and-error and by looking at the xlnx-versal.c source file. Signed-off-by: Thomas Huth --- hw/arm/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 744b5ff..06e9e9a 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -303,6 +303,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