diff options
author | Alexandre Iooss <erdnaxe@crans.org> | 2021-06-17 18:56:44 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-07-09 16:09:11 +0100 |
commit | 0f76debd1fff9bb8234e9ca921ef6f9c14be46a9 (patch) | |
tree | 89864424fbb30df7e3b3be16be8eb3f7249abdf5 /hw/arm/Kconfig | |
parent | 05de778b5b8ab0b402996769117b88c7ea5c7c61 (diff) | |
download | qemu-0f76debd1fff9bb8234e9ca921ef6f9c14be46a9.zip qemu-0f76debd1fff9bb8234e9ca921ef6f9c14be46a9.tar.gz qemu-0f76debd1fff9bb8234e9ca921ef6f9c14be46a9.tar.bz2 |
stm32f100: Add the stm32f100 SoC
This SoC is similar to stm32f205 SoC.
This will be used by the STM32VLDISCOVERY to create a machine.
Signed-off-by: Alexandre Iooss <erdnaxe@crans.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20210617165647.2575955-2-erdnaxe@crans.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r-- | hw/arm/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 647b5c8..a5c2e1d 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -326,6 +326,12 @@ config RASPI select SDHCI select USB_DWC2 +config STM32F100_SOC + bool + select ARM_V7M + select STM32F2XX_USART + select STM32F2XX_SPI + config STM32F205_SOC bool select ARM_V7M |