summaryrefslogtreecommitdiff
path: root/default-configs/arm-softmmu.mak
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2017-07-17 13:36:08 +0100
committerPeter Maydell <peter.maydell@linaro.org>2017-07-17 13:36:08 +0100
commit775df84e48bffba8cb188eecdf7872923d6e15d7 (patch)
treebfe0ef148687ca5019d9ddc4b41e68388ea3581d /default-configs/arm-softmmu.mak
parent2eb5578b4794d387e03cd424faa1f0e15c245ab9 (diff)
downloadqemu-775df84e48bffba8cb188eecdf7872923d6e15d7.tar.gz
hw/char/cmsdk-apb-uart.c: Implement CMSDK APB UART
Implement a model of the simple "APB UART" provided in the Cortex-M System Design Kit (CMSDK). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1500029487-14822-3-git-send-email-peter.maydell@linaro.org Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'default-configs/arm-softmmu.mak')
-rw-r--r--default-configs/arm-softmmu.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index bfd2a88d00..d128e9d46c 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -96,6 +96,8 @@ CONFIG_STM32F2XX_ADC=y
CONFIG_STM32F2XX_SPI=y
CONFIG_STM32F205_SOC=y
+CONFIG_CMSDK_APB_UART=y
+
CONFIG_VERSATILE_PCI=y
CONFIG_VERSATILE_I2C=y