From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:42475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsMJs-0004Wr-OM for qemu-devel@nongnu.org; Sat, 09 Feb 2019 01:40:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsMJr-0004XE-P6 for qemu-devel@nongnu.org; Sat, 09 Feb 2019 01:40:56 -0500 From: Thomas Huth Date: Sat, 9 Feb 2019 07:39:25 +0100 Message-Id: <1549694366-1284-25-git-send-email-thuth@redhat.com> In-Reply-To: <1549694366-1284-1-git-send-email-thuth@redhat.com> References: <1549694366-1284-1-git-send-email-thuth@redhat.com> Subject: [Qemu-devel] [PATCH 24/25] 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: qemu-devel@nongnu.org, yang.zhong@intel.com, pbonzini@redhat.com Cc: qemu-arm@nongnu.org, philmd@redhat.com 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 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