qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-arm] [PATCH v3 29/30] hw/arm: Express dependencies of the musca ma


From: Thomas Huth
Subject: [Qemu-arm] [PATCH v3 29/30] hw/arm: Express dependencies of the musca machines with Kconfig
Date: Sat, 23 Feb 2019 08:49:21 +0100

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

Signed-off-by: Thomas Huth <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]