aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/Kconfig
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-02-07 17:05:38 +0100
committerThomas Huth <thuth@redhat.com>2019-05-13 09:36:31 +0200
commit59dd3eb3a6f13a0b01987750bcae2700dc9f0dfc (patch)
tree5b55cdcd3fbf830629eb791d38e24c1685803e7b /hw/arm/Kconfig
parent73129f43dd6fba064d608c7e1a0bb4ca0400a1fb (diff)
downloadqemu-59dd3eb3a6f13a0b01987750bcae2700dc9f0dfc.zip
qemu-59dd3eb3a6f13a0b01987750bcae2700dc9f0dfc.tar.gz
qemu-59dd3eb3a6f13a0b01987750bcae2700dc9f0dfc.tar.bz2
hw/arm: Express dependencies of musicpal with Kconfig
This patch is slightly based on earlier work by Ákos Kovács (i.e. his "hw/arm/Kconfig: Add ARM Kconfig" patch). Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r--hw/arm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 9087b7d..b9f3c3c 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -46,7 +46,12 @@ config MAINSTONE
config MUSICPAL
bool
+ select BITBANG_I2C
+ select MARVELL_88W8618
select PTIMER
+ select PFLASH_CFI02
+ select SERIAL
+ select WM8750
config NETDUINO2
bool