summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-02-22 19:09:51 +0100
committerThomas Huth <thuth@redhat.com>2019-05-13 09:36:32 +0200
commit08cbaccca8efe32c172a26126124913f7bd8962c (patch)
tree8a057bc4bbf372fb71e1c621d239f1493309336c
parent24c7bb310569cb637d9ba05916b34d94bac71a00 (diff)
hw/arm: Express dependencies of the musca machines with Kconfig
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>
-rw-r--r--hw/arm/Kconfig9
1 files changed, 6 insertions, 3 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 9609caef87..af8cffde9c 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -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