From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxS5B-0005Nu-Tm for qemu-devel@nongnu.org; Sat, 23 Feb 2019 02:50:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxS5B-0002x8-94 for qemu-devel@nongnu.org; Sat, 23 Feb 2019 02:50:49 -0500 From: Thomas Huth Date: Sat, 23 Feb 2019 08:49:21 +0100 Message-Id: <1550908162-22644-30-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 29/30] hw/arm: Express dependencies of the musca machines 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 musca.c source file. Signed-off-by: Thomas Huth --- hw/arm/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 06e9e9a..8105587 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -79,6 +79,9 @@ config MAINSTONE config MUSCA bool + select ARMSSE + select PL011 + select PL031 config MUSICPAL bool -- 1.8.3.1