diff options
author | Alexandre Iooss <erdnaxe@crans.org> | 2021-06-17 18:56:45 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-07-09 16:09:12 +0100 |
commit | 2ac2410c5e39ac4a317b38d14f0f878fe007c6e5 (patch) | |
tree | 9f60725706bc07a5dc192c413085b0f9e2073bf2 /hw/arm/Kconfig | |
parent | 0f76debd1fff9bb8234e9ca921ef6f9c14be46a9 (diff) | |
download | qemu-2ac2410c5e39ac4a317b38d14f0f878fe007c6e5.zip qemu-2ac2410c5e39ac4a317b38d14f0f878fe007c6e5.tar.gz qemu-2ac2410c5e39ac4a317b38d14f0f878fe007c6e5.tar.bz2 |
stm32vldiscovery: Add the STM32VLDISCOVERY Machine
This is a Cortex-M3 based machine. Information can be found at:
https://www.st.com/en/evaluation-tools/stm32vldiscovery.html
Signed-off-by: Alexandre Iooss <erdnaxe@crans.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20210617165647.2575955-3-erdnaxe@crans.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r-- | hw/arm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index a5c2e1d..c521189 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -239,6 +239,10 @@ config STELLARIS select STELLARIS_ENET # ethernet select UNIMP +config STM32VLDISCOVERY + bool + select STM32F100_SOC + config STRONGARM bool select PXA2XX |