aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/Kconfig
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-02-07 16:51:56 +0100
committerThomas Huth <thuth@redhat.com>2019-05-13 09:36:31 +0200
commit73129f43dd6fba064d608c7e1a0bb4ca0400a1fb (patch)
tree2b6c842e0d229555717d33b7c8396b2bb83c9612 /hw/misc/Kconfig
parent4cdea98bfed175c087fa0b206690f689f5ebb8e5 (diff)
downloadqemu-73129f43dd6fba064d608c7e1a0bb4ca0400a1fb.zip
qemu-73129f43dd6fba064d608c7e1a0bb4ca0400a1fb.tar.gz
qemu-73129f43dd6fba064d608c7e1a0bb4ca0400a1fb.tar.bz2
hw/arm: Express dependencies of the fsl-imx31 machine with Kconfig
Add Kconfig dependencies for the fsl-imx31 / kzm machine. This patch is slightly based on earlier work by Ákos Kovács (i.e. his "hw/arm/Kconfig: Add ARM Kconfig" patch). Reviewed-by: Peter Chubb <peter.chubb@data61.csiro.au> 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/misc/Kconfig')
-rw-r--r--hw/misc/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig
index 5f67d0d..385e1b0 100644
--- a/hw/misc/Kconfig
+++ b/hw/misc/Kconfig
@@ -76,6 +76,8 @@ config ECCMEMCTL
config IMX
bool
select PTIMER
+ select SSI
+ select USB_EHCI_SYSBUS
config STM32F2XX_SYSCFG
bool