Dependencies have been determined with trial-and-error and by looking at the musca.c source file.
Signed-off-by: Thomas Huth <th...@redhat.com> --- 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