aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-02-08 06:53:04 +0100
committerThomas Huth <thuth@redhat.com>2019-05-13 09:36:31 +0200
commit68e44ddade0a27b0fe4ab404d9c797b9667bac09 (patch)
tree60e85c2c3feb8f143e68818168933eb9c04ed812 /hw/arm
parent839507addb677a8b3489eb7cd4c45ce1a59691a5 (diff)
downloadqemu-68e44ddade0a27b0fe4ab404d9c797b9667bac09.zip
qemu-68e44ddade0a27b0fe4ab404d9c797b9667bac09.tar.gz
qemu-68e44ddade0a27b0fe4ab404d9c797b9667bac09.tar.bz2
hw/arm: Express dependencies of the aspeed boards with Kconfig
Dependencies have been determined by looking at hw/arm/aspeed.c Reviewed-by: Cédric Le Goater <clg@kaod.org> 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')
-rw-r--r--hw/arm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index a507144..95ac0b5 100644
--- a/hw/arm/Kconfig
+++ b/hw/arm/Kconfig
@@ -255,6 +255,16 @@ config FSL_IMX6
config ASPEED_SOC
bool
+ select DS1338
+ select FTGMAC100
+ select I2C
+ select PCA9552
+ select SERIAL
+ select SMBUS_EEPROM
+ select SSI
+ select SSI_M25P80
+ select TMP105
+ select TMP421
config MPS2
bool