hw/arm: Express dependencies of the musca machines with Kconfig
authorThomas Huth <thuth@redhat.com>
Fri, 22 Feb 2019 18:09:51 +0000 (19:09 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 13 May 2019 07:36:32 +0000 (09:36 +0200)
Dependencies have been determined with trial-and-error and by
looking at the musca.c source file.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/arm/Kconfig

index 9609caef87cfbe35e2cac2e68bff06eb89d5fa1e..af8cffde9c595bfbd5090a940aaec2c0033d22d0 100644 (file)
@@ -75,6 +75,12 @@ config MAINSTONE
     select PFLASH_CFI01
     select SMC91C111
 
+config MUSCA
+    bool
+    select ARMSSE
+    select PL011
+    select PL031
+
 config MUSICPAL
     bool
     select BITBANG_I2C
@@ -427,6 +433,3 @@ config ARMSSE_CPUID
 
 config ARMSSE_MHU
     bool
-
-config MUSCA
-    bool