aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-02-07 10:28:01 +0100
committerThomas Huth <thuth@redhat.com>2019-05-13 09:36:31 +0200
commitbb275e4e7950e38ffe1d2c59eea8c65d3a44d64a (patch)
treea591a026ea0e858de1b36c5de99b2158572b1dfe /hw
parent9a585f3ea630d0d1b9a2fc4450a3a2a0326546f9 (diff)
downloadqemu-bb275e4e7950e38ffe1d2c59eea8c65d3a44d64a.zip
qemu-bb275e4e7950e38ffe1d2c59eea8c65d3a44d64a.tar.gz
qemu-bb275e4e7950e38ffe1d2c59eea8c65d3a44d64a.tar.bz2
hw/arm: Express dependencies of the exynos machines with Kconfig
Add Kconfig dependencies for the Exynos-related boards (nuri and smdkc210). 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')
-rw-r--r--hw/arm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index d298fbd..acd07b2 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -8,7 +8,13 @@ config DIGIC
config EXYNOS4
bool
+ select A9MPCORE
+ select I2C
+ select LAN9118
+ select PL310 # cache controller
select PTIMER
+ select SDHCI
+ select USB_EHCI_SYSBUS
config HIGHBANK
bool
@@ -104,6 +110,10 @@ config ZAURUS
config A9MPCORE
bool
+ select A9_GTIMER
+ select A9SCU # snoop control unit
+ select ARM_GIC
+ select ARM_MPTIMER
config A15MPCORE
bool