The musca machine has been added recently, so we need now a Kconfig
switch for this, too.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
I assume Paolo will add this config switch to his next iteration
of the Kconfig patches already, so in that case this patch can be
dropped / ignored.
hw/arm/Kconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 3176680..ac5faca 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -18,6 +18,9 @@ config INTEGRATOR
config MAINSTONE
bool
+config MUSCA
+ bool
+
config MUSICPAL
bool
select PTIMER
--
1.8.3.1