diff options
author | Felipe Balbi <balbi@kernel.org> | 2022-12-30 16:57:33 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2023-01-12 16:50:19 +0000 |
commit | ee5bffa9fce10a3b191fe35279e2460e0a1ba320 (patch) | |
tree | 47e4fe5c51c843d80fd08fc7220b650307e7338d /configs | |
parent | 829da0dbe3112a78ab3e298222cd42e000e39c70 (diff) | |
download | qemu-ee5bffa9fce10a3b191fe35279e2460e0a1ba320.zip qemu-ee5bffa9fce10a3b191fe35279e2460e0a1ba320.tar.gz qemu-ee5bffa9fce10a3b191fe35279e2460e0a1ba320.tar.bz2 |
hw/arm: Add Olimex H405
Olimex makes a series of low-cost STM32 boards. This commit introduces
the minimum setup to support SMT32-H405. See [1] for details
[1] https://www.olimex.com/Products/ARM/ST/STM32-H405/
Signed-off-by: Felipe Balbi <balbi@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20221230145733.200496-3-balbi@kernel.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/devices/arm-softmmu/default.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/devices/arm-softmmu/default.mak b/configs/devices/arm-softmmu/default.mak index 6985a25..1b49a78 100644 --- a/configs/devices/arm-softmmu/default.mak +++ b/configs/devices/arm-softmmu/default.mak @@ -30,6 +30,7 @@ CONFIG_COLLIE=y CONFIG_ASPEED_SOC=y CONFIG_NETDUINO2=y CONFIG_NETDUINOPLUS2=y +CONFIG_OLIMEX_STM32_H405=y CONFIG_MPS2=y CONFIG_RASPI=y CONFIG_DIGIC=y |