diff options
author | Alistair Francis <alistair23@gmail.com> | 2015-03-11 13:21:05 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2015-03-11 13:21:05 +0000 |
commit | 73af5d1115255ac921e3169d2d7376e5bc9d2838 (patch) | |
tree | cd4a963f41ce1a0572da1ea70f245e2c51d4fad2 /default-configs | |
parent | be2847051421119f64a0134b5654a5134658d379 (diff) | |
download | qemu-73af5d1115255ac921e3169d2d7376e5bc9d2838.zip qemu-73af5d1115255ac921e3169d2d7376e5bc9d2838.tar.gz qemu-73af5d1115255ac921e3169d2d7376e5bc9d2838.tar.bz2 |
stm32f2xx_USART: Add the stm32f2xx USART Controller
This patch adds the stm32f2xx USART controller
(UART also uses the same controller).
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 762c6c0d2a41d574932bc4445ec9bfffe6da8798.1424175342.git.alistair@alistair23.me
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/arm-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index bdb6eeb..e2100b7 100644 --- a/default-configs/arm-softmmu.mak +++ b/default-configs/arm-softmmu.mak @@ -81,6 +81,7 @@ CONFIG_REALVIEW=y CONFIG_ZAURUS=y CONFIG_ZYNQ=y CONFIG_STM32F2XX_TIMER=y +CONFIG_STM32F2XX_USART=y CONFIG_VERSATILE_PCI=y CONFIG_VERSATILE_I2C=y |